Forum Replies Created

Viewing 2 posts - 8,656 through 8,657 (of 8,657 total)
  • Author
    Posts
  • in reply to: How to remove thumnail image when view post? #340
    wensolutions
    Keymaster

    Yes it’s possible. In your child theme’s functions.php just paste the following code
    that removes the image from your post single page.

    function unhook_wen_business_single_image() {
        remove_action('wen_business_single_image','wen_business_add_image_in_single_display',10);
    
    }
    add_action('init','unhook_wen_business_single_image');

    Thanks

    in reply to: Ad widget not showing images in Mozilla browsers #251
    wensolutions
    Keymaster

    Hello @swroanoke, it may be the reason that some kind of Mozilla adblocker plugins or extensions are enabled by default on your browser. Such plugins if exist blocks rendering the Ad scripts and thus no Ads get displayed.

    So please make sure those extensions are not installed or remain disabled.

    Let us know again if this solution did not work for you.

    All the best!

Viewing 2 posts - 8,656 through 8,657 (of 8,657 total)