Comments Zydrunas started the conversationOctober 8, 2020 at 1:52pmWe would like to set up Option None to have a custom picture instead of a space filler picture. 767Janilyn repliedOctober 9, 2020 at 9:41amHi Zydrunas, 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 12, 2020 at 8:28amHi Zydrunas,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 ...
We would like to set up Option None to have a custom picture instead of a space filler picture.
Hi Zydrunas,
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 Zydrunas,
Please add below function to current-theme (or child-theme) / functions.php
Best regards,
Dustin