• Hello,
    i have a customized hueman theme, created with childify me.
    When i uncheck “thumbnail placeholder” in the customization, this has no effect.

    I figured out how to remove showing the placeholder in posts (camera icon),
    but with each hueman update the placeholders respawn.

    The file is

    hueman/functions/widgets/alx-posts.php

    So this is overwritten each update.

    How to permanently remove placholders just by editing child theme ?
    Thank you

Viewing 1 replies (of 1 total)
  • Thread Starter wpbetheme789

    (@wpbetheme789)

    Answer: In your theme functions.php add

    
    function hu_print_placeholder_thumb( $_size = 'thumb-medium' ) 
    {
    }

    This disables placeholder images

Viewing 1 replies (of 1 total)
  • The topic ‘Thumbnail placeholder not removable’ is closed to new replies.