This topic has 8 replies, 3 voices, and was last updated 9 years, 4 months ago ago by Jack Richardson
My Product pages are nearly done but the breadcrumb text is displayed badly.
I need the page title to be above the breadcrumb thread – and currently it is displaying above the title.
I would also like to see be able to have this.
Currently, even tho I have enabled default left for the breadcrumb, it is in the center, strange..
Thanks Ky
Hello @karlsebastion,
You need edit the file wp-content/themes/woopress/framework/theme-functions.php, find the section “! Page heading” and switch the lines <?php etheme_breadcrumbs(); ?>
and <h1 class="title"><span><?php echo et_get_the_title(); ?></span></h1>
in lines 772, 773.
Best regards,
Jack Richardson.
Hello @kybalio,
I’ve edited the file wp-content/themes/woopress/framework/theme-functions.php, switched the lines <?php etheme_breadcrumbs(); ?>
and <h1 class="title"><span><?php echo et_get_the_title(); ?></span></h1>
in lines 772, 773.
Please check your breadcrumbs now.
Best regards,
Jack Richardson.
Thanks so much Jack, that’s better 🙂 , however, it is still aligned to CENTER even though the header is selected as ‘default – left aligned’ in the Breadcrumbs Style. This was working ok a few days ago, now the option has no effect on the BREADCRUMB position but just moves the HEADING TITLE to the left position .
Thanks
Ky
Hello @kybalio,
I’ve added this code in Theme Options > Custom CSS:
.page-heading .breadcrumbs {
float: left
}
Please check breadcrumbs now.
Best regards,
Jack Richardson.
thanks Jack, that is great now 🙂
Hello,
You’re welcome.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up