New Landing How can we help? Atelier Swap places "Layout/show all/sorting" bar with Product cat description

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #184058
    rayjonnes
    Member
    Post count: 10

    Good day,

    I just wonder how to swap places “Layout/show all/sorting” bar (woo-aux-options-wrap) with Product cat description (term-description) on Shop and Shop category pages.

    Now it is layout and sorting bar above cat description and I need to do desc. to come 1st, than sorting/layout bar and than products.

    #184071
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    The shop page layout is controlled by Woocommerce and we made our modifications in the file Atelier/Woocommerce/archive-product.php

    Unfortunately this type of customization is outside our support scope.

    -Rui

    #184082
    rayjonnes
    Member
    Post count: 10

    Ok, I see,

    but may be you can help me with this matter:

    by default we got 300px height on Hero header on every pages (shop, product cats, product, blog post) but how to do for example 700px height of hero header ONLY on particular pages (shop and all products cats) and for ex. on Product page or Blog post we got default 300px ?

    #184098
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this one for the shop page.

    
    .post-type-archive-product .page-heading.fancy-heading {
      height: 500px!important;
    }

    Try this one for the category.

    
    .tax-product_cat .page-heading.fancy-heading {
      height: 500px!important;
    }

    Other pages and posts you need to check the source code and in the body you will find specific classes with ids for a specific post or page.

    something like this

    .postid-12927 .page-heading.fancy-heading {
      height: 500px!important;
    }

    -Rui

    #184200
    rayjonnes
    Member
    Post count: 10

    Wow, all works fine! Thanks alot for help )

    #184245
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s sorted.
    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register