New Landing How can we help? Atelier Various questions

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #212829
    OliviaPingret
    Member
    Post count: 85

    Hi Swift Ideas,

    I have some problems with the Atelier settings …

    1/ On my “shop all products” page (named “art store”). I have 3 categories of products and the shop page displays the products category by category and alphabetically… I would like that all categories are mixed like in your Demo/Standard w/Sidebar page (image 1). In this page, the shirting category is mixed with sweaters and outerwear. Also the products are not displayed in alphabetical order.

    2/ On my HP, I setup “shop products” element (image 2+3) to show the latest products of all categories, but only one of three categories are displayed on the HP.

    3/ The Menu not showing up correctly on Safari… (image 4). I tested on different computers and the problem is the same.

    4/ I would like to remove the display of category, SKU and tags on product page.

    Thanks for your help.

    Olivia

    Attachments:
    You must be logged in to view attached files.
    #213121
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1) You can change the default ordering: WooCommerce => Products => Display => Default Product Sorting

    2) If you want to show all categories, please remove the selected categories from the “Product Categories”.

    3) Please add this custom CSS to your theme options:

    span.menu-item-text {
        white-space: nowrap!important;
    }
    

    4) Please add this custom CSS to your theme options:

    .summary .product_meta {
        display: none!important;
    }

    Thanks,
    David.

    #213178
    OliviaPingret
    Member
    Post count: 85

    Hi David,

    Thanks for your answer!

    1. Woocommerce product display is already set up like this … Do you have an other solution for me?
    FYI: In french version of woocommerce, I can just select the option : “custom order + name” … in product display. There is no option by default.

    2. Ok

    3 & 4. Ok, it works ! but I had to change the code like that:

    .menu-item-text {
    white-space: nowrap;
    }
    .summary .product_meta {
    display: none;
    }

    Olivia

    #213556
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    1) You can selected that option in Woocommerce settings it still will affect the products order in the shop page. In our demo page it’s ordered by the most recent products.

    2 and 3) great that is sorted.

    -Rui

    #213653
    OliviaPingret
    Member
    Post count: 85

    Hi Rui,

    Thanks for your answer!

    1. I selected the most recent products option in woocommerce settings. But also, I would like to configure by random. It is possible to do that?

    Thanks for your help.

    Olivia

    #213657
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Unfortunately that’s not an option in Woocommerce settings.
    https://www.dropbox.com/s/9pr8mesox93nhzw/Screenshot%202015-09-16%2014.42.15.png?dl=0

    -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