Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Difference between desktop and mobile
- This topic has 9 replies, 2 voices, and was last updated 8 years, 11 months ago by
Ernest Marcinko.
-
AuthorPosts
-
June 12, 2017 at 2:22 am #13497
Karsten Windfelder
ParticipantHi there,
the search bar look great on desktop. But on mobile it doesn´t look the same.
What do I have to do?
Please have a look at the attached screenshots.
Thx,
KarstenJune 12, 2017 at 11:26 am #13502Ernest Marcinko
KeymasterHi Karsten.
The problem is, that the stylesheet is completely missing in the second case. Make sure to clear all caches if you are using any, and check if the search stylesheets are not de-queued by any script or another plugin.
June 12, 2017 at 6:30 pm #13517Karsten Windfelder
ParticipantHi Ernest,
thank you, woks now after some changes in the Admin panel.
At the moment I´m struggling with showing images in the search results.
Karsten
June 13, 2017 at 9:22 am #13521Ernest Marcinko
KeymasterHi Karsten
Let me know if you have any specifics I can help you with.
June 13, 2017 at 1:54 pm #13537Karsten Windfelder
ParticipantHi Ernest,
thank you!
I followed all these steps, but images are still not showing:
https://wp-dreams.com/knowledge-base/the-images-are-not-showing-what-is-wrong/Please have a look here:
https://haushaltsfee.org/blog/Thanks,
KarstenJune 13, 2017 at 3:01 pm #13539Ernest Marcinko
KeymasterHi Karsten,
The images appear to be parsed, but the URL seems to be incorrect. WordPress returns the thumbnail sized URL (150×150), but it does not seem to exist. It might have been deleted, or not created, but still somewhere stored in the database.
For example, one of the images are pointing to: http://haushaltsblogs.de//files/2015/02/abfluss-verstopft-haare-reinigen-150×150.jpgTry the following change, this should help: http://i.imgur.com/7bqfeTK.png
June 13, 2017 at 3:21 pm #13540Karsten Windfelder
ParticipantHi Ernest,
same problem with “Original size”.
But please have a look here:
http://haushaltsblogs.de//files/2015/02/abfluss-verstopft-haare-reinigen-150×150.jpg
Should be:
https://haushaltsfee.org/files/2015/02/abfluss-verstopft-haare-reinigen-150×150.jpg1. There was a double slash in the URL: //
2. https://haushaltsfee.org instead of http://haushaltsblogs.de
Is there a setting for that?
Thx,
KarstenJune 13, 2017 at 3:40 pm #13541Ernest Marcinko
KeymasterHi Karsten,
If the site URL was recently changed, then make sure to have it corrected on the back-end settings, as well as in the wp-config.php file. I highly recommend this step, as this problem might re-occur in the future with other plugins as well, requesting the thumbnail images. The double slash is very likely related to that as well.
Additionally, you can use this custom code in the functions.php file in your active theme directory to force the correction in the image files in the results (copy from line 3):
PS: be careful when adding custom codes, make sure to have a full site back-up first, so you can restore it in case of issues!
June 13, 2017 at 3:49 pm #13542Karsten Windfelder
ParticipantHi Ernest,
SOLVED 🙂
Thank you so much.
Yes, we have a multisite and I had to fix it in the wp-config.php
Karsten
June 13, 2017 at 3:50 pm #13543Ernest Marcinko
KeymasterYou cannot access this content.
-
AuthorPosts
- The topic ‘Difference between desktop and mobile’ is closed to new replies.