Home › Forums › Themes Support › Claue › claue breadcrumbs
- This topic has 8 replies, 2 voices, and was last updated 6 years, 5 months ago by Mag8891.
-
AuthorPosts
-
-
June 30, 2018 at 2:11 am #22099
hello how can I position breadcrumbs in the center of the page rather then left side, or/ and how can I increase the magin from the left side
and how can I change the color of the breadcrumbs?
and can I have breadcrumbs on my account page/ wishlist/ cart …
I also don’t see claue logo and payment images in footer menu.
Many thanks
-
June 30, 2018 at 8:57 am #22106
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.woocommerce-breadcrumb { padding: 0 15px; max-width: 1170px; margin: 0 auto; width: 100%; } .woocommerce-breadcrumb, .jas-breadcrumb { color: #696969; } .jas-breadcrumb a, .woocommerce-breadcrumb a { color: #222; }
and change #696969, #222 with your color
For these page, please edit page and scroll down to Page Layout Option > Enable Breadcrumb > On
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 15, 2018 at 11:54 pm #22780
Hi Harry,
For general Pages can I get breadcrumbs showing as well, similar to this topic http://support.janstudio.net/forums/topic/how-can-i-remove-the-categories-showed-on-the-header-featured-image-of-each-page/
But have breadcrumbs not on the top image but as normal position for all products, for example Home/Accessories for categories, Home/Cart , Home/About us, Home/Checkout, Home/My account or Home/Wishlist as I want to remove the top image at all as it takes too much space. Please see cart example attached
Attachments:
You must be logged in to view attached files. -
July 16, 2018 at 4:03 pm #22799
Hi Mag,
Please edit these pages scroll down to Page Layout Option and turn on Enable breadcrumb option.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 16, 2018 at 6:13 pm #22807
hi Harry,
sorry I checked all Claue setting and don’t see this options, where can I find it?
thank you
-
July 16, 2018 at 7:06 pm #22817
Hi,
Please open Pages > About > Edit
After that scroll to Page Layout Option > You can see this
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 16, 2018 at 7:50 pm #22822
OK, I see now, but the code you gave before doesn’t work on this page breadcrumbs
- I tried below code to move breadcrumbs to center , but it not working
.jas-breadcrumb {
padding: 0 15px;
max-width: 1170px;
margin: 0 auto;
width: 100%;
}2. Also if I will want to show like here in the first message attachement http://support.janstudio.net/forums/topic/how-can-i-remove-the-categories-showed-on-the-header-featured-image-of-each-page/
I think it is showing breadcrumbs below page subtitle, can I do that?
thank you
Attachments:
You must be logged in to view attached files. -
July 17, 2018 at 1:00 am #22837
Hi,
Please change code to
.jas-breadcrumb { padding: 10px 0; max-width: 1170px; margin: 0 auto; width: 100%; }
and download attach and extract to replace file helper.php in Claue > core > libraries > janstudio > hooks
Sorry this theme doesn’t support show breadcrumbs below sub-title.
Best regards
Attachments:
You must be logged in to view attached files.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 17, 2018 at 3:39 am #22849
All worked now, thank you!
-
-
AuthorPosts
You must be logged in to reply to this topic.