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

Images not displaying after upgrading plugin

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Images not displaying after upgrading plugin

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #25792
    thenetking24thenetking24
    Participant

    On my local server, and then a live server, I updated from 4.17 to whatever is current today, and images won’t load. I checked your FAQ etc, and played with permissions on local server a bit, but did not have any luck.

    Before upgrading today, but still working in October when I last worked on this, my filter checkboxes don’t do anything when checked.
    I have “Trigger live search when changing a facet on settings? Will trigger the search if the user changes a checkbox, radio button, slider on the frontend search settings panel.” set to “On”.

    Thanks

    #25797
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    The missing image issue is due to a deprecated class file name. I tried to change the template files on the server via the back-end, but it does not let me.
    To fix that, you will have to edit the wp-contentthemes/{your-theme}/asp/isotopic.php template file, line 50, this section:

    class='asp_item_img'

    to..

    class='asp_img'

    ..that will resolve that.

    The trigger is not working because the mimimun number of characters the user needs to input is set to 3. If you change that to 0, it will resolve the issue: https://i.imgur.com/eD0AY1X.png

    #25811
    thenetking24thenetking24
    Participant

    You are the man! Thank you kindly once again!

    class=’asp_image’ not ‘asp_img’ btw

    Thanks!

    #25814
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #25817
    thenetking24thenetking24
    Participant

    Yes this topic is resolved. Thanks agin

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Images not displaying after upgrading plugin’ is closed to new replies.