Home Forums WoodMart support forum Sticky Mobile Add to Cart

Sticky Mobile Add to Cart

Viewing 30 posts - 1 through 30 (of 49 total)
  • Author
    Posts
  • #498338

    spnutratea
    Participant

    Hi,

    There are is a bottom margin in sticky add to cart in the mobile view. Could we have the CSS code to remove the bottom margin?

    I look forward to hearing from you.

    #498613

    Hello,

    Now on your site the sticky add to cart is not showing on your site on mobile devices. Can you please share the wp logins details of your site? I will check and give you a possible solution.

    Best Regards.

    #499574

    spnutratea
    Participant

    Hi There,

    I will get back to you in a while.

    Regards,
    SP

    #499622

    Hello,

    Thank you for letting us know. We’re here to assist you whenever you’re ready. If you have any more questions or need assistance with anything else, please don’t hesitate to reach out. We’re here to help!

    Best Regards.

    #499704

    spnutratea
    Participant

    Hi Aizaz,

    Please find the admin credentials in the private content.

    • This reply was modified 7 months, 1 week ago by spnutratea.
    #499845

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Custom CSS for mobile:

    .wd-sticky-btn :is(.single_add_to_cart_button,.wd-sticky-add-to-cart) {
    	margin-top: 75px;
    }

    Best Regards.

    #499919

    spnutratea
    Participant

    Thank you for fixing that. Is it possible to change quantity background color and styling the way wish?

    #500006

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Custom CSS for mobile:

    .wd-quantity-overlap div.quantity input[type] {
    	background-color: blue !important;
    	border: none !important;
    }

    Change the code as per your need.

    Best Regards.

    #500190

    spnutratea
    Participant

    Hi Aizaz,

    The margin-top: 75px; Created an empty space in the footer section. I will removing that style and position it properly.

    Snapshot: https://prnt.sc/UObQ6mB3m88i

    #500224

    Hello,

    Your issue has been resolved. I have added the following css code in Theme Settings > Custom css for mobile:

    .sticky-toolbar-on.wd-sticky-btn-on-mb {
        padding-bottom: calc(-48px + var(--wd-sticky-btn-height)) !important;
    }

    Check back your site after completely clearing the browser cache.

    Best Regards.

    #500783

    spnutratea
    Participant

    Hi Aizaz,

    It seems there is a sitewide 10px gap in the footer section.

    Kind regards,
    SP

    #500857

    Hello,

    Can you please share the screenshot where the gap is situated. I have not seen any gap in the footer.

    Best Regards.

    #500864

    spnutratea
    Participant
    #500883

    Hello,

    Your provided screenshot is not working. Can you please insert the screenshot in the topic so i will chck and give you a possible solution.

    Best Regards.

    #500926

    spnutratea
    Participant
    #501040

    Hello,

    Now on your site the gap is not showing:
    Screenshot for clarification:
    https://ibb.co/YRfm5MV

    Best Regards.

    #501070

    spnutratea
    Participant

    Aizaz, I am trying to fix as much as possible. Theme update created a lot of structural changes, I am not sure why such happened. Could you please look into such?

    #501199

    Hello,

    Please contact the hosting provider and inform him to run a backup of your site. Usually no issue appears after updating the theme.

    If you have any questions feel free to contact us.

    Best Regards.

    #501477

    spnutratea
    Participant

    Hosting provider says contact the theme owner as it is the issue with the theme update. We have a backup in a different server.

    #501883

    Hello,

    Please update the theme to the latest Woodmart 7.3.2 version, update all the theme plugins then deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved.

    Otherwise, if the issue still exists then keep the 3rd party plugins deactivated and let me know so I will check and give you a possible solution.

    Best Regards.

    #501898

    spnutratea
    Participant

    It does not show theme requires an update: https://prnt.sc/EaydQ1_cHsL_

    #502264

    Hello,

    Try to do the following to update the theme:

    1. Go to Dashboard -> WoodMart -> Theme License and deactivate the theme.
    2. Go to Dashboard -> Updates and click on Check Again.
    3. Activate the theme with your purchase code again.
    4. Go to Dashboard -> Updates and click on Check Again.
    5. Try to update the theme via Appearance -> Themes or via Dashboard -> Updates.

    Best Regards.

    #502268

    Hello,

    Or , Please take the complete backup of the site then send me the WP admin login details so I will update the theme for you and let see how it will work.

    Best Regards.

    #502318

    spnutratea
    Participant

    Aizaz, I have shared WP admin access in the private content.

    When an user add a product from their mobile, the quantity section flickers. Maybe you can have a look at it.

    #502430

    Hello,

    I have updated the theme on the site, please check the site now after removing the browser cache.

    Best Regards.

    #502659

    spnutratea
    Participant

    Hi Aizaz,

    I have noticed yesterday you have updated theme. I will check it and get back to you as soon as I can.

    Regards
    SP

    #502712

    Hello,

    Ok sure, I will wait for your next message.

    Best Regards.

    #502747

    spnutratea
    Participant

    Aizaz, Quantity Button in sticky add to cart issue is not resolved. Please have a look at the video attached to this message.

    Attachments:
    You must be logged in to view attached files.
    #503010

    Hello,

    This is caused by the following CSS code https://take.ms/9RYad needs to be removed or the selector replaced with:

    .single_add_to_cart_button:not(.loading)::before

    Best Regards.

    #503022

    spnutratea
    Participant

    Aizaz, I will check it and get back to you.

Viewing 30 posts - 1 through 30 (of 49 total)

The topic ‘Sticky Mobile Add to Cart’ is closed to new replies.