Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Urgent: externat woocomerce image don't shown
- This topic has 11 replies, 2 voices, and was last updated 7 years, 11 months ago by
Ernest Marcinko.
-
AuthorPosts
-
June 21, 2018 at 12:22 pm #18380
sarah
ParticipantHi
I found issue, when I use in one of our network woozone plugin.
Woozone plugin help me to import product and it’s used with all woocommerce product.But when we use the search ajax box, we found the item but not their image…
In the shop named amazon.we can see product without any issue.I saw also that all image product of woozone plugin are located in external media librairy of amazon, wich is:
https://images-eu.ssl-images-amazon.com/images/I/ (image_name).jpgand the ajax search pro use this link to display the image:
https:// (image_name).jpgSo I need to know how can we do to fix this issue.
I need to find a solution only for this website amazon.beoone.com
because I use this plugin only there.All others image that we found throught the network works great as you can see here:
https://www./Hope that you can found a solution very soon.
June 21, 2018 at 2:12 pm #18381Ernest Marcinko
KeymasterHi,
The plugin is requesting the images from WordPress itself, normally the URLs should be returned correctly. I guess in this case perhaps some sort of a filter might be missing during the process.
Anyways, based on the pattern, I think might be able to suggest a custom code that would fix the image URLs. Add this custom code to the functions.php in your theme/child theme directory (copy from line 3 only!). Before editing, please make sure to have a full site back-up just in case!
June 21, 2018 at 3:42 pm #18388sarah
ParticipantYou cannot access this content.
June 21, 2018 at 4:19 pm #18393Ernest Marcinko
KeymasterHi,
That happens because the shortcode and the content is placed within a Link element, see the screenshot: https://i.imgur.com/UbYlBdB.jpg
Check the page builder if you use one, you might need to use a different type of element, that is definitely incorrect.The issue occurs, because the browser is not able to process a link inside of a link (the try these items are links as well).
June 21, 2018 at 5:28 pm #18394sarah
ParticipantYou cannot access this content.
June 21, 2018 at 5:30 pm #18396sarah
ParticipantYou cannot access this content.
June 22, 2018 at 10:00 am #18398Ernest Marcinko
KeymasterHi Sarah,
Unfortunately the live loader with the polaroid layout is not possible to achieve: https://i.imgur.com/7Gb8oL3.png
It happens because some items might be removed based on the images and other criteria, and the plugin cannot properly get the remaining results.
June 22, 2018 at 1:19 pm #18402sarah
ParticipantYou cannot access this content.
June 23, 2018 at 9:03 am #18407Ernest Marcinko
KeymasterHi Sarah,
Sure, I have looked up the custom code. This is what you are looking for:
Add this custom code to the functions.php in your theme/child theme directory (copy from line 3 only!). Before editing, please make sure to have a full site back-up just in case!
June 23, 2018 at 10:51 am #18408sarah
ParticipantHi Ernest,
Many thanks that’s work fine !! 😀
Have great day.
SarahJune 23, 2018 at 2:33 pm #18412sarah
ParticipantYou cannot access this content.
June 25, 2018 at 9:21 am #18419Ernest Marcinko
KeymasterHi Sarah,
I’m afraid that is unfortunately not possible with this plugin.
-
AuthorPosts
- You must be logged in to reply to this topic.