New Landing How can we help? Atelier Product page

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

    Hi Guys, is there any chance
    1. to move the price from the top under the short description?
    2. remove the “reset selection” warning

    (see attachment)

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #217232
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) You’ll need to edit the content-single-product.php file in atelier/woocommerce

    2) Add this to your custom css:

    .variations_form .reset_variations {
      display: none!important;
    }

    – Kyle

    #217235
    micheal_w
    Member
    Post count: 498

    Hi Kyle,

    re: 1), can you please tell me what should I do exactly?
    Thank you!

    #217540
    micheal_w
    Member
    Post count: 498

    Hi Kyle,

    1) can you please tell me what should I do exactly?
    2) I added the custom CSS to the theme but it seems it doesn’t work…
    http://lifewear.com.au/product/campfire-34-leggings/

    Thanks,
    Micheal

    #217776
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    The usual method isn’t working, not sure why. I’ll have to forward this to the developer for you to see if he can figure it out

    – Kyle

    #217778
    micheal_w
    Member
    Post count: 498

    Hi Kyle,

    I assume your reply was for 2) ?
    Can you please help with 1) ?
    THANKS!

    #217780
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No it was for number 1, for number 2 try this:

    .variation_form_section > #variations_clear {
      display: none;
    }
    

    – Kyle

    #217864
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    We are resolving the ordering issue with v1.80 – so that it uses the original action calls, which you will then be able to reorder.

    – Ed

    #218959
    micheal_w
    Member
    Post count: 498

    Hi Kyle,

    for 2) your latest custom css still doesn’t work ๐Ÿ™
    Any idea please?

    #218985
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Just needs an important:

    .variation_form_section > #variations_clear {
      display: none!important;
    }

    – Kyle

    #218988
    micheal_w
    Member
    Post count: 498

    YAY! It works, thank you ๐Ÿ™‚

    #218993
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    #239312
    micheal_w
    Member
    Post count: 498
    #239313
    micheal_w
    Member
    Post count: 498

    Hi Guys, please see original question above 1) How to move the price from the top under the short description?

    Have you had the chance to solve the issue as per Swift-Ed advised?

    If so, can you please tell me a solution?

    Thank you!

    #239755
    David Martin – Support
    Moderator
    Post count: 20834
Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in to reply to this topic.