Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.
FocuxTheme Support
KeymasterIt’s my pleasure!
FocuxTheme Support
KeymasterI remember it’s an old bug that I have fixed in the latest version, but your theme current version is V1.1, if possible, you can try to get the latest version from themeforest, and reinstall the new version, then check again.
Thanks!
You must have valid license to access this content.You must have valid license to access this content.FocuxTheme Support
KeymasterHi
Edit the theme-functions.php file, find the following codes
/*Post meta info*/ if( !function_exists( 'van_posted_on') ){ function van_posted_on(){ ?> <span class="blog-article-info"><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) );?>"><?php printf(__('By %s','OldCar'),get_the_author());?></a> / <?php printf( __( 'in %2$s', 'OldCar' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?> / <?php the_time(get_option('date_format'));?></span> <?php } }Change to
/*Post meta info*/ if( !function_exists( 'van_posted_on') ){ function van_posted_on(){ ?> <span class="blog-article-info"><?php printf( __( 'in %2$s', 'OldCar' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?></span> <?php } }Thanks
You must have valid license to access this content.FocuxTheme Support
KeymasterHi
Could you send me your website link first and tell me which browser you are using?
You must have valid license to access this content.You must have valid license to access this content. -
AuthorPosts
