Home Forums Basel support forum Featured Category Customization

Featured Category Customization

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #3829

    pharmedoc
    Participant

    Hey guys,

    How do I make the featured categories on the homepage as 4 equal boxes, rather than how it is below:

    featured categories

    Thanks in advance!

    #3835

    Artem Temos
    Keymaster

    Hello,

    Just edit your home page in admin panel, click on edit “Product categories” element and choose its “Layout” to be “Default”

    Regards

    #3907

    pharmedoc
    Participant

    Okay, this is the design that is generated though:

    categories

    I want them to be aligned 2/2, rather than 1/2/1.

    Any ideas?

    #3913

    Artem Temos
    Keymaster

    Could you please provide your admin access so we could try by ourselves?

    #3931

    pharmedoc
    Participant

    Please see the private content

    #3941

    Artem Temos
    Keymaster

    It seems to be a problem because of an old version of the theme. Please update to the latest 2.2 version from ThemeForest.

    #3943

    pharmedoc
    Participant

    If I update the theme, will it preserve my work?

    #3945

    Artem Temos
    Keymaster

    It will just override ALL files inside the wp-content/basel folder. So if you have changed some files there you will have to make your changes again. To prevent this situation you need to use child theme for your code customizations.

    #3951

    pharmedoc
    Participant

    What are my options if the site is 95% ready? I don’t want to have to go back and customize everything again.

    #3957

    Artem Temos
    Keymaster

    In this case we suggest you to download the latest version, and extract only the file basel/woocommerce/content-product_cat.php. Replace it in your theme folder and see is it helps.

    #3970

    pharmedoc
    Participant

    Awesome! It works, however, I’m getting text indicating the amount of products per category below the images. Please see the picture below:

    pic

    How do I remove this text?

    Also, how do I make the names of the products clickable?

    #3975

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS section in Theme Settings also

    .products-cat-number {
        display: none;
    }
    .category-grid-item .category-content .hover-mask>a {
        display: block;
        font-size: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
Viewing 12 posts - 1 through 12 (of 12 total)