This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

pictures are not shown, drop down background

Home Forums Product Support Forums Ajax Search Pro for WordPress Support pictures are not shown, drop down background

Viewing 15 posts - 16 through 30 (of 38 total)
  • Author
    Posts
  • #24100
    Brigitte08Brigitte08
    Participant

    You cannot access this content.

    #24108
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Thank you!

    Okay, so I have spent hours debugging this, and it turns out, that the ngg_images (or any nextgen gallery shortcode) is not registered during the time of the execution of the ajax request.
    I have looked through the NGG plugin API to see if there is any way to force, register those modules, but I could not find the proper way to do so. The images are not showing, because the gallery shortcode is not executed, and the plugin cannot parse the images. Every other shortcode is okay, but that gallery does not work.

    I am guessing that there is either some sort of exception within the gallery plugin to not to register it’s shortcodes within ajax context, or there is some sort of a precentence related issue, I honestly can’t tell. If you want, you can ask the gallery author, if there is any possible way of initializing the plugin shortcodes programatically.
    Maybe there is a function I could call to initialize the modules, but I was not able to find it within the code unfortunately.

    #24110
    Brigitte08Brigitte08
    Participant

    You cannot access this content.

    #24111
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #24113
    Brigitte08Brigitte08
    Participant

    You cannot access this content.

    #24124
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Sure, to have those colored as well, try this custom CSS:

    div.asp_w.asp_sb.searchsettings .asp_custom_f input[type=text] {
        background-color: #d3f7f7 !important;
    }

    Well, if there is any custom field maybe, that mars the available accomodations, then maybe that could be used via a ‘hidden’ type custom field filter.

    #24126
    Brigitte08Brigitte08
    Participant

    You cannot access this content.

    #24138
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Sure, but I need to know how the availability is “marked”. Is there a custom field, or any other method that tells if the given accomodation is occupied?

    #24140
    Brigitte08Brigitte08
    Participant

    You cannot access this content.

    #24155
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #24165
    Brigitte08Brigitte08
    Participant

    You cannot access this content.

    #24173
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #24174
    Brigitte08Brigitte08
    Participant

    You cannot access this content.

    #24183
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #24185
    Brigitte08Brigitte08
    Participant

    You cannot access this content.

Viewing 15 posts - 16 through 30 (of 38 total)
  • You must be logged in to reply to this topic.