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

Frontend search settings, custom fields don't save

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Frontend search settings, custom fields don't save

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6696
    bitingbitsbitingbits
    Participant

    Hello,

    In Frontend search settings / custom fields, when I clik on “Save all tabs” button, it doesn’t save anything and reload the sample data. The “add” button does not work either

    #6699
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    The plugin Flickr Set slideshows is causing the problem. It triggers the following error:

    Uncaught TypeError: Cannot read property ‘length’ of undefined

    in the following file: http://dev.tramasolutions.com/paliativos/wp-content/plugins/flickr-set-slideshows/flickr-set-slideshows.js?ver=4.3.1

    line 82:

    if ( $( ‘select[name=photoset] option:selected’ ).attr( ‘value’ ).length …

    This code is executed on all of the back-end pages, so it might cause further issues as well. Unfortunately there is nothing I can do to ajax search pro to prevent this issue, it’s entirely caused by Flicker set slideshows.

    Try temporary deactivating the slideshow plugin until you configure the search, but I recommend notifying the slideshow developer about this problem, as it may cause issues with other plugins/themes which use select drop-down boxes.

    #6700
    bitingbitsbitingbits
    Participant

    Thanks a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Frontend search settings, custom fields don't save’ is closed to new replies.