Help with Add to cart button / Footer buttons on tablet

This topic has 20 replies, 2 voices, and was last updated 2 years, 7 months ago ago by Rose Tyler

  • Avatar: Jef
    filmguerilla
    Participant
    August 14, 2021 at 14:53

    Hi guys, i need help. How can i get rid of big add to cart buttons on my website?

    http://prntscr.com/1okqs1c

    Also, when editing a page. When viewing on tablet there is a feature that i cant get rid off.. Can you help me fix this?

    http://prntscr.com/1okruhf

    Thank you!

    Please, contact administrator
    for this information.
    19 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 14, 2021 at 15:29

    Hello,

    1/ Custom CSS can be used. Provide URL of page where buttons persist.
    2/ Theme Options > Mobile panel > disable the panel
    `
    Regards

    Avatar: Jef
    filmguerilla
    Participant
    August 15, 2021 at 00:10

    Hello,

    The page is in the private content area. What i would like is not to show the big ADD TO CART button but still have the small rollover cart in the product image. Please see image

    http://prntscr.com/1orznxp

    The mobile panel was enabled eversince but it still shows. Please i cant edit the colour etc..

    Please contact administrator
    for this information.
    Avatar: Jef
    filmguerilla
    Participant
    August 15, 2021 at 00:25

    UPDATE:

    Been playing around the mobile panel. i’ve been able to fix it by enabling and disabling the panel. Looks like a bug but its all working now. I can now edit the panel, disable and enable it without any problem now.

    I hope we can work something on the ADD TO CART button. I Tried disabling it but i want to still have the small cart button on the product thumbnail. Would like it to not show on all pages that has products. I only need to have add to cart button on the single product page.

    IS that possible?

    Thanks!!!!

    Avatar: Jef
    filmguerilla
    Participant
    August 15, 2021 at 01:19

    Hi guys,

    Just found another one one table mode. Can you help me fix this?

    http://prntscr.com/1ot35uq

    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 15, 2021 at 06:59

    Hello,

    1/ I do not see the cart button – https://gyazo.com/351cd24c02ae6de3928a8d676e763f03 Is it disabled for unlogged users? could you provide temporary wp-admin access?
    2/ Use the next custom CSS code:

    @media only screen and (max-width: 992px) {
        .shop-filters-area .sidebar-widget {
            width: 100% !important;
        }
    }

    Regards

    Avatar: Jef
    filmguerilla
    Participant
    August 17, 2021 at 12:29

    I disabled it temporarily. Now it’s enabled. Login details in private content.

    I will try the css code now.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 18, 2021 at 07:57

    Hello,

    https://gyazo.com/e4f90f83ab57613c79be3473975dc8ff
    Try the next custom CSS code:

    .products-grid .product-details .button:not(.compare) {
        display: none;
    }

    Regards

    Avatar: Jef
    filmguerilla
    Participant
    August 23, 2021 at 18:34

    hi guys,

    my footer nav http://prntscr.com/1qfxi5y

    please check. supposed to be same as mobile.

    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2021 at 08:04

    Hello @Jef

    Please provide correct wp-admin access – https://gyazo.com/e4f90f83ab57613c79be3473975dc8ff

    Regards

    Avatar: Jef
    filmguerilla
    Participant
    August 29, 2021 at 14:01

    Hi guys, sorry this is my last request. found some pages with the product sliders that has ADD TO CART BUTTONS can we get rid of the buttons but the small button on the product image still there?

    See private content for the links thanks a lot guys! I will launch the site soon!

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 29, 2021 at 14:07

    Hello,

    Please change this code:

    .products-grid .product-details .button:not(.compare) {
        display: none;
    }

    to:

    .elementor-widget-etheme_products .product-details .button:not(.compare), 
    .products-grid .product-details .button:not(.compare) {
        display: none;
    }

    Regards

    Avatar: Jef
    filmguerilla
    Participant
    August 29, 2021 at 14:09

    yay thank youuuuuuuu

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 29, 2021 at 14:12

    You’re welcome!

    Regards

    Avatar: Jef
    filmguerilla
    Participant
    August 31, 2021 at 08:54

    Hi guys, i’m very sorry. i overlook this. http://prntscr.com/1qv5ptk

    It still has the add to cart button. Is it possible to disable this? This is in my account page.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 31, 2021 at 10:59

    Hi,

    Please provide temporary wp-admin access.

    Regards

    Avatar: Jef
    filmguerilla
    Participant
    August 31, 2021 at 13:28

    Hi thank you very much. please check private content

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 31, 2021 at 13:45

    Hello,

    Change this code:

    .elementor-widget-etheme_products .product-details .button:not(.compare), 
    .products-grid .product-details .button:not(.compare) {
        display: none;
    }

    to

    .product-slide .product-details .button:not(.compare),
    .elementor-widget-etheme_products .product-details .button:not(.compare), 
    .products-grid .product-details .button:not(.compare) {
        display: none;
    }

    Regards

    Avatar: Jef
    filmguerilla
    Participant
    August 31, 2021 at 13:55

    YAY! Thank you for the quick response! I will gonna put this live tom! I’ll probably renew my support!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 31, 2021 at 14:00

    You’re welcome!

    Regards

  • Viewing 20 results - 1 through 20 (of 20 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.