breadcrumbs

Breadcrumbs & Elementor

Hi Guys, I’ve enabled Yoast breadcrumbs widget by Elementor and currently my category page looks like this: Home >> Category name And I’d like it to be: Home >> Guides >> Category name How can I change that? Thanks

Yoast Breadcrumbs – can I change font size somehow?

Hi there, after looking through this forum and a couple of false starts, I have managed to ask GP Hooks to kindly display my breadcrumbs that Yoast creates for me, with the conditional php stuff that puts these crumbs on single pages only. So far, so good. Is there any way of making the size … Read more

Adding Breadcrumbs to GP

Good morning Tom, I have been reading through quite a few posts related to getting breadcrumbs on a GP site but it seems a little overwhelming as I do not know PHP and am fearful I will make a mistake. It seems most references are made to the Yoast plugin which is what I use … Read more

How to add breadcrumbs to my website

Hi Tom, just switched to GP Premium and customizing my website. I realized that there is no breadcrumb on my posts and pages. any idea how to add them on my website? ım a newbie and dont know about any coding things and how to apply them. thanks a lot Harun

Woocommerce Breadcrumbs have no left margin or padding

Hello, I have included the woocommerce breadcrumbs in my product pages and the breadcrumbs have absolutely no padding: .woocommerce .woocommerce-breadcrumb { margin: 0 0 1em; padding: 0; font-size: .92em; color: #777; } Do you know what’s the best way to add left margin and padding to the breadcrumbs? Thank you.

Breadcrumbs on GP and "Updated:" field

Hi GP team! I want to know how can I enable Breadcrumbs on GP. And also how can I incorporate an Updated or Last Update field. All this breadcrumbs and update field for single posts only.

Trying to enable Breadcrumbs (Yoast SEO)

This is the code I used, on the GP hooks portion (after entry title) <?php if ( is_page() || is_single() ) : ?> ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb(' <p id="breadcrumbs">','</p> '); } <?php endif; ?> I’m sure I butchered that somehow. Also, how do I have it so it doesn’t appear on the home page? … Read more

Gap below navigation bar

On the home page of my site (https://www.stonecrestleadership.com?bypass=prototype) there’s a full-width gap of white space between the navigation bar and the page content. I assume this gap is being caused by the breadcrumbs container, but on only the home page I DON’T want the breadcrumbs OR their container to show at all. On all OTHER … Read more

How to create Hook for Yoast SEO breadcrumbs

Hi Tom, I have used Yoast Seo script to generate breadcrumbs by adding the code to the singlepage.php file. However, I do not want them to appear on the homepage as it is showing right now. Here is the link to the website https://www.superbeyebrows.co.uk. I have noticed someone else mentioned that we can use manual … Read more

I need some help w/ layout+styling of nav bar, breadcrumbs, content

Hey guys, I’m building a master website that I can save as a Flywheel Blueprint to make new site builds way faster. In trying to get that done, however, I’m having some trouble getting everything to look right. I could really use some help, and I’m probably missing something really obvious, but I’m stumped. Here’s … Read more