S?n
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Frontier] How to enable Breadcrumbs in Frontier Wp ThemeLocation the file loop-single.php in frontier theme.
Edit file by any code editer like visual studio code and add breadcrumd code like this.<article id="post-<?php the_ID(); ?>" <?php post_class( 'single-view' ); ?> <?php frontier_schema( 'article' ); ?>> <?php if ( function_exists(‘yoast_breadcrumb’) ) { yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ ); } ?> <hr> <?php do_action( 'frontier_before_single_article' ); ?>
thanks awalls86, it worked.
Forum: Themes and Templates
In reply to: [Frontier] How to enable Breadcrumbs in Frontier Wp ThemeYou should use a plugin like Rank math seo to enable breadcrumb.
Forum: Themes and Templates
In reply to: [Frontier] Featured image not show below Titleyou welcome.
Forum: Themes and Templates
In reply to: [Frontier] Featured image not show below TitleOpen this file loop-single.php
Find this
<?php do_action( ‘frontier_before_single_post_header’ ); ?>
and cut it. Then paste it before <div class=”entry-content cf” <?php frontier_schema( ‘entry-content’ ); ?>>.Forum: Themes and Templates
In reply to: [Frontier] Thumnail image not clearFollow your way but it not resolve my problem.
Forum: Themes and Templates
In reply to: [Frontier] Thumnail image not clearhttps://prnt.sc/mxui08
This frontier theme
https://prnt.sc/mxukzo => this understrap theme
https://prnt.sc/mxulti => this wordplus theme from themejunkie
I like your theme and everything is so good, i just want to make the thumbnail look more clear.Forum: Themes and Templates
In reply to: [Frontier] Thumnail image not clearThank for responde Ron, but it seem like do not work. I try to test by change to another theme, the thumbnail image look very clear and beauty.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] sticky menu not over my 2nd menuah, ok set z-index 100 and it worked.