New Landing How can we help? Atelier 2 new issues

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Atelier
  • #295137
    SHK111
    Member
    Post count: 271

    2 new issues spotted.

    – On mobile, the sale section shows just one article when there is space for 2. Carrousel is working.

    – On Desktop, the checkout page the header disappear and shows only “return to cart” …

    #295334
    SHK111
    Member
    Post count: 271

    2 others issues :

    – On the cart page, when you add more items by increasing the quantity, then the “update cart” is grey and don’t allow us to update the cart.

    – Is there a code to change only the size/strongness of the font on shop page (text under the thumbnail picture)?

    #295497
    David Martin – Support
    Moderator
    Post count: 20834

    1) Please test this in Theme Options => Custom CSS

    @media only screen and (max-width: 479px) {
    	.woocommerce ul.products li.product.col-sm-sf-5 {
    	    width: 100%!important;
    	}
    	owl-carousel .owl-item {
    	    max-width: 187px!important;
    	}
    }

    2) I cannot access your checkout page:

    3) Yes I see that also, will report back to the team for investigation.

    4) The class is this, you can amend this to your requirements:

    .post-type-archive .page-heading h1 {
        font-size: 40px;
    }
    #295500
    SHK111
    Member
    Post count: 271

    1) Is it possible to have 2 products next to each other instead of only one?

    2) I’m having a problem with “Stripe”, so at the checkout the https is turning to error. Now it’s disable.

    3) Ok, i’ll wait for your feedback

    4) not working (check picture to comfirm what I’m talking about)

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

    1) Yes, using the above CSS. Have you tested this?

    2) What is the issue you are reporting, the lack of HTTPS?

    3) Reported back for fix.

    4) The supplied CSS would not work as those are totally different then what you initially asked. You will want:

    .woocommerce .products .product h3, .woocommerce ul.products li.product h3 {
        font-size: 28px;
        font-weight: bold;
    }
    #295868
    SHK111
    Member
    Post count: 271

    1) the customs code provided is showing just one picture.

    2) I subscribe to my host for the SSL, but when it’s HTTPS, it turns to error.

    3) —

    4) not working, it’s ok. It will stay like it is.

    #296209
    David Martin – Support
    Moderator
    Post count: 20834

    1) Please use this:

    @media only screen and (max-width: 767px) {
    .woocommerce ul.products li.product.col-sm-sf-5 {
       width: 100%!important;
    }
    .owl-carousel .owl-item {
       max-width: 187px!important;
    }
    }
    

    3) I need you to be specific, what is the error, please provide screenshots or post the error message here.

    #296379
    SHK111
    Member
    Post count: 271

    The code works now.

    Which point are you talking about?
    the last issue that I have is :
    – On Desktop, on the checkout page the header disappear and shows only “return to cart” …(see pic)

    Attachments:
    You must be logged in to view attached files.
    #296398
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It seems the Minimal checkout option is turned on in Theme Options-> Woocommerce options
    Try to disable it.

    -Rui

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