Comments sakib started the conversationOctober 13, 2020 at 12:40pmHow to change the default placeholder image. You can see an example of what I want to change here:https://monosnap.com/direct/8ggdcD57gxAMoJFlsHihgD82LFEfME 767Janilyn repliedOctober 14, 2020 at 8:45amHi Sakib, Thank you for contacting WPClever Support Forum. We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your question and responding with specific instructions as soon as possible. Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back. Best regards.Janilyn T. - WPClever Support Agent 1,226Dustin repliedOctober 15, 2020 at 2:02amHi Sakib,Please add below function to current-theme (or child-theme) / functions.php add_filter( 'wooco_option_none_img_src', 'wooco_change_option_none_img', 99 ); add_filter( 'wooco_option_none_img_full', 'wooco_change_option_none_img', 99 ); function wooco_change_option_none_img( $img ) { return 'new-image-link.jpg'; }Best regards,Dustin Sign in to reply ...
How to change the default placeholder image. You can see an example of what I want to change here:
https://monosnap.com/direct/8ggdcD57gxAMoJFlsHihgD82LFEfME
Hi Sakib,
Thank you for contacting WPClever Support Forum.
We’ve received your ticket and assigned one of our developers to help you with that.
He’ll be looking into your question and responding with specific instructions as soon as possible.
Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.
Best regards.
Janilyn T. - WPClever Support Agent
Hi Sakib,
Please add below function to current-theme (or child-theme) / functions.php
Best regards,
Dustin