Howdy guys, Hope you all are good, I have been getting a quote on people having an issue with their Woozone plugin where they are not able to see the images of any products they are using or importing.
Must Read : latest technology News from here.
Also to stay updated with Technology news visit – Techweu.
I got a fix for that also have faced the same issue as you all are facing on not getting any images while importing the products from wzone plugin, after analyzing I found out that the issue was with the theme core functionality where it was making URL source set issue, I am sharing the code here to help you fix it.
add_filter( 'wp_calculate_image_srcset', '__return_false' );
There are two ways to to add this code:
Step 1:
- Go to your WordPress Admin Panel.
- Click on Plugins.
- Click on the add plugin.
- Search for “custom Code”.
- Install & activate it.


- Enter the code mentioned above here and hit Save button.

Step 2:
- Go to Hosting Provider.
- Go to file Manager
- Go To “Wp-content”
- Go to “Themes”
- Go to your “Active Theme”
- Edit “Functions.php”
- Save and check again.

Hurray ! hope your issue has been solved do comment and let me know if it it solved.