New Landing How can we help? Atelier background, outline and more

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Atelier
  • #205667
    micheal_w
    Member
    Post count: 498

    Hi Guys,

    I have several questions, if you could help that would be much appreciated.

    1. If using clients carousel, can I display 8 columns and hide the < > icons? (image 1)
    2. what is the easiest way creating a simple outlines box with custom html inside? (image 2) I just can’t find any solution 🙁
    3. I am about to purchase this plugin: https://yithemes.com/themes/plugins/yith-woocommerce-color-and-label-variations/ Does it work with your theme?], do you have any experience with it?
    4. The review stars on the product & shop page have strange duplicated stars in the background (image 3) For example https://lifewear.com.au/product/dreamtime-unisex-polo-2/

    Thanks,
    Micheal

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

    Hi,

    1)

    The maximum columns you can show is 5. You can hide the arrows with this CSS:

    .spb_clients_widget .carousel-arrows {
        display: none!important;
    }

    2) You would need to use some CSS Then add the class to your div or page builder element. Example:

    .my-custom-class { border: solid 2px black; }

    3)

    I have not tested that plugin with the theme. You should be able to do that with the default product variations?

    4)

    That is odd, are you running the latest theme version?

    .woocommerce .star-rating {
    	width: 5.4em!important;
    	letter-spacing: 0!important;
    }

    Thanks,
    David.

    #206196
    micheal_w
    Member
    Post count: 498

    Hi David,

    Thanks for 1 & 2

    3) Really? I want to have buttons (for size variations) instead of dropdowns… I couldn’t find built in solution to do that… Example from another site: https://blackmilkclothing.com/collections/leggings/products/aurora-skye-leggings (ps. we are using a similar plugin already but it’s just such a mess)

    4) yes, I am running latest WP, Woo, theme and plugins…

    #206215
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    3) No reason it shouldn’t work, however we haven’t tested it, we have only tried the official Woo one: http://www.woothemes.com/products/variation-swatches-and-photos/

    4) Did you try David’s css?

    – Kyle

    #206756
    micheal_w
    Member
    Post count: 498

    All good, thank you!

    #206759
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #206760
    David Martin – Support
    Moderator
    Post count: 20834

    Glad it worked,

    -David.

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

You must be logged in to reply to this topic.