New Landing How can we help? Atelier Shop pages help

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #313562
    markmuz
    Member
    Post count: 94

    Hi guys, just have a few things I’m struggling to configure on my Shop pages

    1. All products image display – (see first I want to remove the red overlay and just have the product name (not the price) below my products. I also was the product images to be square not rectangular.The image and the text should both link through the product

    2. individual products – I don’t like the chunky breadcrumb about the name of the product (see attached), can this just be a link that is “BACK TO SHOP” which just goes to the last page that they viewed in the browser? (guessing it can’t be any cleverer than this?). I can’t just have it link back to “SHOP”because I have a separate mens and womens. I can see the value in the customer being able to go back. What are my options here?

    3. individual products – I want reduce the huge gap above and below the HR on the product description (see attached), and potentially getting rid of the HR itself , can you tell me how to do this please?

    4. I’m having quite a few issues deciding how to best display my shipping and sizing tabs which I’ve put in an SPB accordion because they go in a lot of places and i think the standard tabbing on this theme looks a bit lame, and doesn’t work on mobile when having multiple tabs. is there any way of getting the accordion higher up on the left hand side above the “add to basket buttons”?

    5. I don’t like the social media bit. is there any way of hiding the word “Share and the <hr/> above and below please?

    6. On desktop and mobile I’ve like to hide “filter” options as well as “sort by” and “showing number of products” etc and the <hr> so it should just be blank at the top please.

    7. Mobile “related products”. I want to hide the price and categories please

    8. I want the ability to disable to option of opening a lightbox up on desktop and mobile.

    Thanks in advance for all your help

    Cheers

    Mark

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

    1) Reduce the hover opacity here: Theme Options => General Options => Hover Overlay Opacity

    You change the Woo images sizes in the plugin => WooCommerce > Settings > Products > Display. You need to use this plugin to rebuild your thumbnails: https://wordpress.org/plugins/regenerate-thumbnails/

    2) Not by default no. You would want to work with a developer to integrate this.

    3) Can you screenshot what you refer to?

    4) You can add shortcodes/Page Builder content to within a product description that will appear above the add to cart button:

    5) You would use some CSS like this:

    .sf-share-counts {
        border-color: transparent;
    }
    .sf-share-counts .share-text {
        display: none !important;
    }

    6) You would use some CSS like this:

    .woo-aux-options {
        display: none!important;
    }

    7) The CSS will vary on your layout, I cannot see your related products currently. Please amended that and let me know.

    8) In what context? A page or product? For a product, you can disable this in Theme Options => WooCommerce Options => Product Options => Enable image zoom on product images

Viewing 2 posts - 1 through 2 (of 2 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