This topic has 8 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
Hi Jack and Eva,
Can you help with this please?
You kindly adjusted my sites Page Titles to be left aligned and for the breadcrumb to be below it, however, this wasn’t done for product pages. I’m sure it’s just a css tweak, here’s an eg page:
http://werone.co/eng/product/gold-milk-for-anti-inflammation-and-pain-relief-30-caps/
Best regards
Kybalio
Hello,
We see your page as distorted. Design is corrupted.
Have you made any changes?
Best regards,
Jack Richardson.
Thanks Jack,
Every few days the file called pluggable.php in wp-includes stops working, I upload the copy again and it works, I’m not sure why, but it’s working again 🙂
Please try again..
Ky
Hello,
I’ve edited the file wp-content/themes/woopress/woocommerce/global/breadcrumb.php, commented the code in line 64 and added it in line 28.:
<?php if ( apply_filters( 'woocommerce_show_page_title', true ) ) : ?>
<h1 class="title">
<?php if(is_single() && ! is_attachment()): ?>
<?php echo get_the_title(); ?>
<?php else: ?>
<?php woocommerce_page_title(); ?>
<?php endif; ?>
</h1>
<?php endif; ?>
Please check product page now.
Regards,
Eva Kemp.
that’s great! thanks Eva, Product are fine now, but the Posts have a different Title wrapping problem now, and so does the cart page;
Post
http://werone.co/eng/2014/12/05/protein_myth/
Cart
http://werone.co/eng/cart/
regards
Ky
Hello,
I’ve moved the code <?php etheme_breadcrumbs(); ?>
to line 774 in the file wp-content/themes/woopress/framework/theme-functions.php.
Also add this code in custom.css:
.breadcrumbs {
margin: 4px 17px 0px;
}
Regards,
Eva Kemp.
thanks Eva
There’s still a problem below, I noted that the custom.css
.breadcrumbs {
margin: 4px 17px 0px;
}
wasn’t added it so I added it , but the Products still have a problem with the title:
see
http://werone.co/eng/product/maf-maker-probiotic-mix-makes-2-litres/
Any ideas?
Thanks!
Ky
Hello,
Please add this code in custom.css:
.page-heading .woocommerce-breadcrumb {
margin-left: -14px;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up