Home Forums WoodMart support forum Few Issues in one Ticket

Few Issues in one Ticket

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #258595

    shweta
    Participant

    Dear developer,

    My website is http://www.theaugustco.com

    1) I have used a image in size guide. Most of my traffic is through mobile but they are unable to zoom the size guide. Please suggest how can this be resolved.

    2) https://theaugustco.com/product-category/dresses-&-jumpsuits/?v=a98eef2a3105 – This particular URL has this ?v=a98eef2a3105. How can this be resolved.

    #258656

    Hello,

    1) Please provide a screenshot of the backend which element did you used to add the image in the size guide to check it myself and help you out accordingly.

    2) The URLs are displayed by means of the permalinks. You can set permalinks according to your needs from Settings >> Permalinks.

    You can read the following article for further help:
    https://www.wpexplorer.com/change-permalinks-wordpress/

    Best Regards.

    #258658

    shweta
    Participant

    I have shred the login details with original ticket. I have just added image through wp bakery.

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

    Hello,

    Your issue has been resolved. I have added the image using the single image element and set the on click behavior to zoom and it’s working.

    Please clear cache and check back.

    Best Regards.

    #258727

    shweta
    Participant

    A big thanks!!

    I have currently used, .woodmart-sizeguide-title{display: none;}, in css to make it look better.

    However there is a white strip at bottom of the image. How can we get rid of it?

    #258881

    Hello,

    You are Most Welcome.

    For the white space try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .woodmart-sizeguide-content {
        margin-bottom: -20px;
    }

    Best Regards.

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