Home Forums WoodMart support forum How to Display Woodmart Buy now button to Smartphone without plugin

How to Display Woodmart Buy now button to Smartphone without plugin

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #394610

    siddharth
    Participant

    Hello,

    Thank-you for giving the feature of buy now button in woodmart theme. But i am having an issue that the woodmart buy now button only works on desktop/laptops..it doesn’t works on smartphones….Please guide me, is there’s any way to display woodmart buy now button to smartphones without using any plugin..I don’t want to use plugin…is there’s any snippet or any other way compatible with woodmart theme?

    please help!

    #394714

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #421337

    siddharth
    Participant

    Will do, but is there’s any available css code which could enable the buy now button in smartphones? Please provide if any?

    #421396

    Hello,

    I need to check the reason. By default, it should work. I am looking for the site admin access.

    Best Regards

    #427841

    siddharth
    Participant

    Please find the credentials

    #427950

    Hello,

    Your theme version is out to date.

    Please make the full backup of your site and update the theme to the recent version: https://xtemos.com/docs-topic/update-the-theme/

    Please check this article before updating: https://xtemos.com/woodmart-7-0-update/

    The recent theme version has the “Buy now”

    If you have any questions please feel free to contact us.

    Best Regards

    #428076

    siddharth
    Participant

    Please sir, go the question again…i know recent theme version has Buy now button but it only works for Desktop not for smartphone…Could you confirm me recent version Buy now button works for smartphone as well. Then i will give it a try on live site as it has updated theme version with all the patches applied…So please tell me…whether Buy now button works for smartphone or not?.

    Thanks for the support.

    Thank you

    #428077

    siddharth
    Participant

    Please sir, go the question again…i know recent theme version has Buy now button but it only works for Desktop not for smartphone…Could you confirm me recent version Buy now button works for smartphone as well. Then i will give it a try on live site as it has updated theme version with all the patches applied…So please tell me…whether Buy now button works for smartphone or not?. Then i will update the theme version of testing website as well.

    Thanks for the support.

    Thank you

    #428623

    Hello,

    Please update the theme and enable the button we will check and fix.

    Best Regards

    #428659

    siddharth
    Participant

    Updated but Like i said buy now button doesn’t appear on sticky add to cart on smartphone its only appearing on desktop…i want that same button on smartphone..please fix this…i have already shared the admin access.

    • This reply was modified 2 years, 4 months ago by siddharth.
    #429449

    Hello,

    Could you kindly provide the video screen to see the problem?

    It works properly on our side: https://monosnap.com/file/DV7hIioTRWjxMkw4qwIsSApDMPkCqS

    Best Regars

    #429499

    siddharth
    Participant

    That button is displaying on product page but not displaying on sticky add to cart…i want to display like this (see the screenshot) without any plugin

    • This reply was modified 2 years, 4 months ago by siddharth.
    Attachments:
    You must be logged in to view attached files.
    #429645

    Hello,

    Unfortunately, this button is available on the sticky Add to cart, at the same time it is not available on the sticky Add to cart on mobile.

    If you have any questions please feel free to contact us.

    Best Regards

    #429699

    siddharth
    Participant

    Can it be possible with the use of snippet? Is there any snippet which you can provide?

    #430184

    Hello,

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

    .wd-sticky-btn-cart form.cart {
    	flex-wrap: nowrap;
    	gap: 0;
    }
    
    .wd-sticky-btn-cart form.cart .wd-buy-now-btn {
    	display: inline-flex;
    	flex: 1 1 100%;
    }
    
    .wd-sticky-btn-cart form.cart .single_add_to_cart_button {
    	flex: 1 1 100%;
    }

    Best Regards

    #430825

    Hello,

    Sorry for my mistake.

    You need to add the code to Theme Settings > Custom CSS > Mobile.

    Please remove it from Global.

    Best Regards

Viewing 16 posts - 1 through 16 (of 16 total)