Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Breadcrumbs for product-category

Topic Resolution: Resolved
Viewing 12 reply threads
  • Author
    Posts
    • #35213
      delladang
      Support Expired

      How can I add breadcrumbs to all my product-category?

    • #35216
      Harry
      Support Expired

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .archive .woocommerce-breadcrumb {
      	display: block;
      	padding: 10px 15px;
      	background: #f6f6f8;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #35227
      delladang
      Support Expired

      There is a problem with this. I am using the widget Woocommerce Categories Menu Sidebar with the Product Tag Cloud inserted in it and when I use the breadcrumbs it is inserted below the tag cloud. Is it possible for the breadcrumb to come before the tag cloud?

    • #35232
      Harry
      Support Expired

      Can you send me your site login credential and link to check?

      Thanks

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #35240
      delladang
      Support Expired
      This reply has been marked as private.
    • #35241
      Harry
      Support Expired

      Hi,

      Please download attach file, extract and put in claue-child > woocommerce (you need create folder woocommerce in claue-child)

      Kind 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

    • #35247
      delladang
      Support Expired

      Can this be done using WP dashboard? Or does i require FTP?

    • #35248
      Harry
      Support Expired

      Hi,

      You should do with FTP.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #35281
      delladang
      Support Expired

      Sorry for the long wait. I did exactly as you described and here is the new problem. There needs to be some padding between the Product Tag Cloud and the above horizontal bar. Also, there appears to be a small dark gray line where I have the question mark. Can we remove that so it is sync with the rest of the page?

    • #35282
      Harry
      Support Expired

      Hi Della,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .shop-top-sidebar {
      	padding: 15px 0 0;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #35284
      delladang
      Support Expired

      Thank you Harry, that worked. However, I still have the tiny 1 or 2 pix horizontal bar line as you can see from the picture. Is that possible to get removed?

    • #35286
      Harry
      Support Expired

      Hi Della,

      Please change prev code to

      .shop-top-sidebar {
      	padding: 15px 0 0;
      	border-top: none;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #35287
      delladang
      Support Expired

      Harry thank you!

Viewing 12 reply threads

You must be logged in to reply to this topic.