• Hello,
    i saw a thread regarding this but in my case it was no help.

    By default you see a big camera icon for new posts, regardless what type of
    post. If you select standard or image. If you select image, you would expect this
    camera icon is replaced by image, but it is not.

    So it is just big fat ugly standard icon and i am pretty sure nobody want this.

    How to remove this ?

    Thank you
    (for hueman anyway)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter wpbetheme789

    (@wpbetheme789)

    in file <functions/widgets/alx-posts.php> remove block

    <?php if ( has_post_thumbnail() ): ?>
    						<?php the_post_thumbnail('thumb-medium'); ?>
    					<?php else: ?>
    						<?php hu_print_placeholder_thumb(); ?>
    					<?php endif; ?>

    The only problem: What is, when with next theme update this files gets updated ?

    So you can copy the whole file to your being human folder, which is your hueman custom version.
    Then edit file. An update will not affect it but you most likely have no benefit from update.

    Antoher suggestion: Simply change thumbnail images, for instance a transparent (empty) image

    Thread Starter wpbetheme789

    (@wpbetheme789)

    Correction, sorry
    change from

    <?php if ( has_post_thumbnail() ): ?>
    						<?php the_post_thumbnail('thumb-medium'); ?>
    					<?php else: ?>
    						<?php hu_print_placeholder_thumb(); ?>
    					<?php endif; ?>

    to

    <?php if ( has_post_thumbnail() ): ?>
    						<?php the_post_thumbnail('thumb-medium'); ?>
    					<?php else: ?>
    
    					<?php endif; ?>

    So, if no feature image given, show nothing

    Thread Starter wpbetheme789

    (@wpbetheme789)

    After applying hueman update, default thumbnail returned.
    This is because i change the file in the hueman folder, not child folder.

    However, could the hueman guys not simply make the flag

    customizing/content/Thumbnail placeholder

    working ?

    Thank you

    customizing/ Additional CSS

    svg.hu-svg-placeholder {
    display: none;
    }

    Suerte amigo ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Being Hueman remove camera icon from post’ is closed to new replies.