Images not showing

This topic contains 10 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 3 years, 10 months ago.

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #28032
    jewsbur019
    jewsbur019
    Participant

    Hi,

    I have tried all the troubleshooting to show images in my live search but it doesn’t seem to be working. I have gone through all the options in this article https://wp-dreams.com/knowledge-base/the-images-are-not-showing-what-is-wrong/.

    Any ideas why?

    Attachments:
    You must be logged in to view attached files.
    #28036
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    It looks like it is related to the lazy image loader feature of the jetpack plugin. Can you please update to the latest plugin release (4.18.7)? It was just released, and should hopefully resolve this issue as well.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #28037
    jewsbur019
    jewsbur019
    Participant

    Hi there, do I need to download and reupload the plugin? Will that delete what I currently have?

    #28038
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Yes, exactly. It will not delete the options.

    Manual Updates and Automatic updates documentation.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #28039
    jewsbur019
    jewsbur019
    Participant

    Hi,

    There seems to be an error when doing this

    Any idea why?

    Attachments:
    You must be logged in to view attached files.
    #28041
    jewsbur019
    jewsbur019
    Participant

    Ah seems to have worked now.

    Another issue I’m having is with the input text not aligning with the suggested text (screenshot). Any ideas why?

    Attachments:
    You must be logged in to view attached files.
    #28043
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Make sure to uninstall and delete the plugin first.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #28044
    jewsbur019
    jewsbur019
    Participant

    Is that a fix for the misalignment of the text and suggestions?

    #28047
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    It is only a minor CSS conflict, this custom CSS should resolve it:

    div#ajaxsearchpro2_1 .probox .proinput input.autocomplete,
    div#ajaxsearchpro2_2 .probox .proinput input.autocomplete {
        margin-top: -40px !important;   
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #28050
    jewsbur019
    jewsbur019
    Participant

    Thanks for that. Still seems the text is not in the middle of the bar though. Are you able to post some CSS for that?

    Attachments:
    You must be logged in to view attached files.
    #28053
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Sure!

    I actually found the conflicting code, it was a minimum height attribute causing the push-down. Please remove the previous code, and use this one instead:

    .probox .proinput input {
        min-height: auto !important;
    }

    It will resolve both the alignment issues, and re-center the input.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.