Home Forums Themes Support Claue claue breadcrumbs

Topic Resolution: Resolved
Viewing 8 reply threads
  • Author
    Posts
    • #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

    • #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

    • #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.
    • #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

    • #22807

      hi Harry,

      sorry I checked all Claue setting and don’t see this options, where can I find it?

      thank you

    • #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

    • #22822

      OK, I see now, but the code you gave before doesn’t work on this page breadcrumbs

      1. 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.
    • #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

    • #22849

      All worked now, thank you!

Viewing 8 reply threads

You must be logged in to reply to this topic.