Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Urgent: externat woocomerce image don't shown
This topic contains 11 replies, has 2 voices, and was last updated by Ernest Marcinko 4 years, 11 months ago.
- AuthorPosts
- June 21, 2018 at 12:22 pm #18380
Hi
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 #18381Hi,
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!
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
June 21, 2018 at 3:42 pm #18388You cannot access this content.June 21, 2018 at 4:19 pm #18393Hi,
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).
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
June 21, 2018 at 5:28 pm #18394You cannot access this content.June 21, 2018 at 5:30 pm #18396You cannot access this content.June 22, 2018 at 10:00 am #18398Hi 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.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
June 22, 2018 at 1:19 pm #18402You cannot access this content.June 23, 2018 at 9:03 am #18407Hi 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!
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
June 23, 2018 at 10:51 am #18408Hi Ernest,
Many thanks that’s work fine !! 😀
Have great day.
SarahJune 23, 2018 at 2:33 pm #18412You cannot access this content.June 25, 2018 at 9:21 am #18419Hi Sarah,
I’m afraid that is unfortunately not possible with this plugin.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.