Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Error Plugin – Change logo site
This topic contains 5 replies, has 2 voices, and was last updated by staffdigital40 2 years ago.
- AuthorPosts
- February 25, 2021 at 9:22 pm #31816
Hi,
I have the plugin installed with version “4.20.5”
the logo of my site is changed
The logo site is http://udep.staffdigitalw.com/ (https://prnt.sc/106z8rg)
I hope you can help me as soon as possible
February 26, 2021 at 10:05 am #31823Hi,
Can you please add temporary FTP and back-end details? I would like to debug the issue. Thank you!
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 26, 2021 at 4:06 pm #31836You cannot access this content.February 26, 2021 at 4:15 pm #31837You cannot access this content.March 1, 2021 at 10:14 am #31851Thank you very much!
I have indentified the issue. The theme tries to get the logo image within a query call, which the search mistakes as the main search query and tries to fix the image. I have put the following code to the functions.php file to remove the image fix code:
add_action('init', 'asp_remove_filters'); function asp_remove_filters() { WD_ASP_Filters::deregister('wp_get_attachment_image_src', array("EtcFixes", "multisiteImageFix")); }
Keep this code there, this should resolve the problem.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
March 1, 2021 at 9:23 pm #31877Thank you, we will test the solution
- AuthorPosts
You must be logged in to reply to this topic.