Home Forums Basel support forum Sidebar and breadcrumbs

Sidebar and breadcrumbs

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #159638

    Pawel
    Participant

    I have two questions:
    1. mobile breadcrumbs does not appear on the mobile version. I would like to change it in order to make it visible
    2. I would like the sidebar when I have a widget category list to be permanently developed.
    Can you help me?

    #159679

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    1. Please add this code to the Theme Settings > Custom CSS > Global:

    /*to show breadcrumbs on mobile*/
    @media (max-width: 991px){
    body .single-breadcrumbs-wrapper .woocommerce-breadcrumb, .single-breadcrumbs-wrapper .yoast-breadcrumb {
        display: block;
    	}
    }
    /*to hide the arrows on mobile*/
    body .basel-products-nav {
        display:none;
    }
    body .basel-back-btn {
        display:none;
    }

    2. Please clarify the second question.

    Best Regards

    #159815

    Pawel
    Participant

    Ok, thanks – breadcrumbs are working now 🙂

    question 2:
    On product category page, i have a sidebar width widget “categories”: (picture 1.png)

    and categories “zawiasy meblowe” is wrapped. This category has 7 subcategory. I want to have always visible this subcategory: (picture 2.png)

    i hope so you understand me now 🙂

    Attachments:
    You must be logged in to view attached files.
    #159902

    Hello,

    You can show the children categories only for the current category, navigate to Appearance > Widget > Shop page widget area and configure the feature http://prntscr.com/q3sxg9

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)