Home Forums WoodMart support forum Product page

Product page

Viewing 12 posts - 31 through 42 (of 42 total)
  • Author
    Posts
  • #303362

    triptirawat
    Participant

    one more issue i want change the position size guide button > screen shot https://xtemos.nyc3.digitaloceanspaces.com/wp-content/uploads/2021/06/Screenshot-2021-06-28-at-12.14.37-PM.png

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

    Hello,

    I saw the screenshot you attached.

    1) I have logged into your website and disabled the off-canvas sidebar for mobile. Please clear cache and check back.

    2) Sorry but there is no option in Theme Settings available to change the position of the button as you required.

    Best Regards.

    #303497

    triptirawat
    Participant

    I checked it is still coming. I will give you site url and screenshot

    #303511

    triptirawat
    Participant

    2. i hvae moved button size guide but not correct position

    3.) i have added tax included in my product page and after adding it its showing me in my all pages of product and i only want in my product page only

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

    Hello,

    I saw the screenshot you attached.

    1) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .single-product .offcanvas-sidebar-mobile .wd-sidebar-opener {
        display: none;
    }

    2) Please try adding the following Custom CSS in the Custom CSS for the desktop area under Theme Settings >> Custom CSS.

    body .wd-sizeguide-btn {
        position: absolute;
        left: 50%;
        top: 51%;
        transform: translate(-10%, -40%);
    }

    And see if this works for you otherwise it requires customizations.

    3) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-grid-item p {
        display: none;
    }

    Regards.
    Xtemos Studios

    #303569

    triptirawat
    Participant

    thank you, your 3) no. code its working
    Bur Rest of your code is not working please check

    #303571

    triptirawat
    Participant

    4.) We are unable to increase the size of quantity box and we are not able to put gap between the sizes which are XS S M L XL have shared the screen shot for the website and link as a reference Page

    https://xtemos.com/wp-content/uploads/2021/06/size-128×72.jpg
    https://xtemos.com/wp-content/uploads/2021/06/quanity-128×72.jpg

    5.) How can remove “dot” product slider desktop & mobile ?
    https://xtemos.com/wp-content/uploads/2021/06/silder-128×72.jpg

    #303615

    Hello,

    1) Please replace the previous Custom CSS with the following then clear cache and check back.

    .offcanvas-sidebar-mobile .wd-sidebar-opener {
        display: none !important;
    }

    4) Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
        margin-left: 10px;
    }

    5) Please edit the categories element and try disabling the pagination.

    Note: As you can see that you are including more and more queries in the same topic which results in lengthening the topic. Please create new topics for each of your issues to avoid any confusion. Can I close this topic now?

    Best Regards

    #303627

    triptirawat
    Participant

    This code not working
    Please can you do it for us as you have send this same code 3 time and we are not able to do so
    Sharing the access
    .offcanvas-sidebar-mobile .wd-sidebar-opener {
    display: none !important;
    }

    #303644

    Hello,

    I have logged into your website and removed the three dots sidebar. Please deactivate cache plugin, clear cache and check back.

    Regards.
    Xtemos Studios

    #303648

    triptirawat
    Participant

    Thank You

    #303794

    Hello,

    We are thrilled that you loved your experience with XTEMOS,
    We put customer experience and satisfaction as our priority, and your words reaffirm the hard work we put in every day. So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 12 posts - 31 through 42 (of 42 total)

The topic ‘Product page’ is closed to new replies.