romanticfix
Forum Replies Created
-
Forum: Plugins
In reply to: [Cooked - Recipe Management] recipe not showing upI have disable all plugins and is the same . if you need i can send you admin and pass or a FTP credentials. Thanks
Forum: Plugins
In reply to: [Cooked - Recipe Management] recipe not showing upSo, if add just a value for Total Fats or just a value for Cholesterol is the same. Got that error.
Forum: Plugins
In reply to: [Cooked - Recipe Management] recipe not showing upI know .is strange. Adding Total Fats and everything below it brakes the page.
Forum: Plugins
In reply to: [Cooked - Recipe Management] recipe not showing upwith the nutrition added but just the size and calories filled i do not have any error and the whole recipe is showing. when i complete more data, the recipe disappear and i have that error.
Forum: Plugins
In reply to: [Cooked - Recipe Management] recipe not showing upI have enabled WP_DEBUG mode and i get this error :
Warning: printf(): Too few arguments in /home2/cric2/public_html/fitness/wp-content/themes/winner/single.php on line 24
this is the post content form in line 24 :
<!– post content –>
<?php if ( $winner_post->content ) : ?>
<div class=”post_body content post_content copy”>
<?php
printf( $winner_post->content );wp_link_pages( array(
‘before’ => ‘<div class=”winner_single_page_pagination”><h4>’ . esc_html__( ‘Pages:’, ‘winner’ ) . ‘</h4>’,
‘after’ => ‘</div>’,
‘link_before’ => ‘<span>’,
‘link_after’ => ‘</span>’,
‘separator’ => ”,
) );?>
</div>
<?php endif; ?>regards
cristian