New Landing How can we help? Atelier Product page & display

Viewing 15 posts - 16 through 30 (of 35 total)
  • Posted in: Atelier
  • #279941
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You don’t have the child theme activated, you need to activate it

    – Kyle

    #279943
    SHK111
    Member
    Post count: 271

    Yes I came back to the main theme

    #279949
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    With child theme activated, you will see the prices are now ‘from £’ http://d.pr/i/15QO2/5KvNkUdk

    – Kyle

    #279953
    SHK111
    Member
    Post count: 271

    Ok, so there is probably something that I didn’t get properly …
    Once I activate the child theme (apparence>theme>child theme>activate), where should I go to see the website ?
    I just click on the top to “visit site” button, then I see my website without the “functions.php” modifications . Is it wrong?

    #279967
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You’re confusing me, I activated the child theme for you, to view your website just go to the url, no different than from when the parent theme was activated. The code has been added to the functions.php file, you don’t need to do anything else

    – Kyle

    #279973
    SHK111
    Member
    Post count: 271

    Sorry to make you confused. I was talking about the “trending this week” part…

    I wanted the same think than my first pic on this post.

    Sorry

    #279975
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Did you add the preview slider to your page with variable products?

    – Kyle

    #279978
    SHK111
    Member
    Post count: 271

    Yes I did.

    Just, when I select 3 columns I can have only two products displayed, even if I’m trying with different id.
    Also the pic is smaller than the white box.
    To finish I would like :
    Title Price
    Stars reviews

    Only please

    #279986
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .variable-image-wrapper {
        background-color: #F6F6F6;
    }

    For the stars you need to have reviews on your products, and then they will show up

    – Kyle

    #280073
    SHK111
    Member
    Post count: 271

    Wow, it’s almost what I wanted to have!! thank you so much.

    what you did on the “latest arrival” looks good too, so I may use it some days, so is it possible to make a code to align the “From …$”?

    Then, now that I worked a bit on the child theme, what should I do to apply on the parent theme ?

    #280076
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    What do you mean align the price?

    It’s not possible to apply to parent theme, you have to use the child theme

    – Kyle

    #280077
    SHK111
    Member
    Post count: 271
    This reply has been marked as private.
    #280079
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    @media only screen and (max-width: 479px) { 
    .woocommerce .products .product h3, .woocommerce ul.products li.product h3 {
      min-height: 82px;
    }
    }

    – Kyle

    #280080
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry that’s wrong, should be this:

    @media only screen and (min-width: 769px) { 
    .woocommerce .products .product h3, .woocommerce ul.products li.product h3 {
      min-height: 82px;
    }
    }

    – Kyle

    #280081
    SHK111
    Member
    Post count: 271

    No no, it’s OK, the code works perfectly.

    If a day decide to set the title to One or Two lines, then I just have to modify the “min-width:…”, right?

    For the Parent/child theme, can I apply the code previously give, to the “functions.php” of the parent theme, or is it to risked?

Viewing 15 posts - 16 through 30 (of 35 total)

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

License required for the following item
Login and Registration Log in · Register