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

Images not showing

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #28032
    jewsbur019jewsbur019
    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?

    #28036
    Ernest MarcinkoErnest 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.

    #28037
    jewsbur019jewsbur019
    Participant

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

    #28038
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Yes, exactly. It will not delete the options.

    Manual Updates and Automatic updates documentation.

    #28039
    jewsbur019jewsbur019
    Participant

    Hi,

    There seems to be an error when doing this

    Any idea why?

    #28041
    jewsbur019jewsbur019
    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?

    #28043
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Make sure to uninstall and delete the plugin first.

    #28044
    jewsbur019jewsbur019
    Participant

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

    #28047
    Ernest MarcinkoErnest 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;   
    }
    #28050
    jewsbur019jewsbur019
    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?

    #28053
    Ernest MarcinkoErnest 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.

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.