• Hello! I updated today Hueman to the last version and now it is’n dispalyed well. For example, in homepage all is fine, but in another page number, like https://invatainfo.ro/page/2/ the sidebars are disappearing and the footer it’s not displaying.

    I am using a child theme of Hueman and I got an error message here, on line 11:

    <article id="post-<?php the_ID(); ?>" <?php post_class( array('group', 'grid-item') ); ?>>
    	<div class="post-inner post-hover">
    <h2 class="post-title entry-title">
    			<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a>
    		</h2><!--/.post-title-->
    		<div class="post-thumbnail">
    			<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
    				<?php if ( has_post_thumbnail() ): ?>
    					<?php hu_the_post_thumbnail('thumb-medium'); ?>
    				<?php elseif ( hu_is_checked('placeholder') ): ?>
    					<?php hu_print_placeholder_thumb(); ?>
    				<?php endif; ?>
    				<?php if ( has_post_format('video') && !is_sticky() ) echo'<span class="thumb-icon"><i class="fa fa-play"></i></span>'; ?>
    				<?php if ( has_post_format('audio') && !is_sticky() ) echo'<span class="thumb-icon"><i class="fa fa-volume-up"></i></span>'; ?>
    				<?php if ( is_sticky() ) echo'<span class="thumb-icon"><i class="fa fa-star"></i></span>'; ?>
    			</a>
    			<?php if ( comments_open() && ( hu_is_checked( 'comment-count' ) ) ): ?>
    				<a class="post-comments" href="<?php comments_link(); ?>"><span><i class="fa fa-comments-o"></i><?php comments_number( '0', '1', '%' ); ?></span></a>
    			<?php endif; ?>
    		</div><!--/.post-thumbnail-->
    
    		<div class="post-meta group">
    			<p class="post-category"><?php the_category(' / '); ?></p>
    			<?php get_template_part('parts/post-list-author-date'); ?>
    		</div><!--/.post-meta-->
    		<?php if (hu_get_option('excerpt-length') != '0'): ?>
    		<div class="entry excerpt entry-summary">
    			<?php the_excerpt(); ?>
    		</div><!--/.entry-->
    		<?php endif; ?>
    
    	</div><!--/.post-inner-->
    </article><!--/.post--> 

    Has somebody the same problem?

    • This topic was modified 8 years, 2 months ago by arcilli.
Viewing 1 replies (of 1 total)
  • Hi,

    There is fatal error in your page
    https://invatainfo.ro/page/2/

    <b>Fatal error</b>: Call to undefined function hu_print_placeholder_thumb() in <b>/home/gabrielraileanu/invatainfo.ro/wp-content/themes/invatainfo-ro/content.php</b> on line <b>11</b><br />

    Please use content.php from current version of Hueman Theme for customization in your child theme. The function hu_print_placeholder_thumb() has been removed from Hueman Theme.

    You have to check your customization against Hueman theme after every theme update.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Blank space in footer and sidebars’ is closed to new replies.