Home Forums WoodMart support forum Compare quickview wishlist on mobile.

Compare quickview wishlist on mobile.

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #593420

    ds
    Participant

    Hello hope all are well.
    I followed a previous thread to show compare and quickview on mobile product page. This works fine but it sort of covers 1/3 of the image.
    Is there a way of having it either transpareant or shown in a horizantal way either on top oe at the bottom of the image?
    Regards

    #593540

    Hello,

    Can you please share the page URL so I will check and give you a possible solution.

    Best Regards.

    #593551

    ds
    Participant

    Sure,
    panjwani.co.tz

    Thanks

    #593603

    Hello,

    To adjust the position or transparency of the compare and quick view buttons on the mobile product page, you can use the following CSS in Theme Settings > Custom CSS > Custom CSS for mobile.

    Make Buttons Transparent use this CSS.

    .wd-buttons.wd-pos-r-t {
        background-color: transparent;
     }

    To change the button position use this CSS:

    .wd-buttons.wd-pos-r-t {
            top: 30px !important;
            right: 0px !important;
            left: 0px !important;
        }

    Best Regards

    #593618

    ds
    Participant

    Hello,
    Thankyou for your reply.
    Using the
    .wd-buttons.wd-pos-r-t {
    top: 30px !important;
    right: 0px !important;
    left: 0px !important;
    }
    on mobile css shows according to picture submitted.

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

    Hello,

    Try to use the following CSS in Theme Settings > Custom CSS > Custom CSS for mobile.

    .wd-buttons.wd-pos-r-t {
            top: 30px !important;
        right: 100px !important;
        }

    Best Regards.

    #594001

    ds
    Participant

    Hi thankyou for your reply,
    With the above code it doesnt go horizantl it goes all the way to the left when you are viewing the mobile.
    Regards

    #594074

    Hello,

    Navigate to Theme Settings -> Product archive -> Products styles -> Choose the “icons on hover” style.

    Best Regards

    #594178

    ds
    Participant

    Hi thankyou for the suggestion. Hover works fine on desktop but need to make it work on mobile than its done. If there a code to add let me know.
    Regards

    #594338

    Hello,

    Try to use the theme preset feature of our theme for mobile device only and choose the style for mobile only.
    Here is our documentation on how to use theme presets. https://xtemos.com/docs-topic/theme-settings-presets/

    Best Regards.

    #594345

    ds
    Participant

    Thankyou shall try and update you. Appreciate your help.

    #594480

    Hello,

    Ok, I am waiting for your response.

    Best Regards.

    #594726

    ds
    Participant

    Hi hope you are well.
    I couldnt figure out what to choose in theme presets. If you can guide me further it would help.
    Regards

    #594879

    Hello,

    Please see this video for better understanding:
    https://youtu.be/J4hHAxJhAIU

    Best Regards

    #594905

    ds
    Participant

    Hi,
    Thankyou for your reply.
    Above solution doesnt work too.
    Regards

    #594972

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #597412

    ds
    Participant

    Hello,
    Sorry for the late reply as had travelled but decided against showing these icons.
    Regards

    #597439

    Hello,

    Which issue about the icons? The icons are showing on your site.

    Best Regards

    #597561

    ds
    Participant

    Hi icons on mobile were not correct as per my site. Hence decided to not use them.
    Regards

    #597690

    Hello,

    Do you want to remove these icons from the mobile?

    Best Regards

    #597692

    ds
    Participant

    Hi already removed for now.
    Thanks for getting back. There is another post on sidecart issue and the solution suggested have already tried and doesnt work.
    So if one of your team can look into that too please.
    Regards

    #597742

    Hello,

    I have replied to your thread. Please check the other thread for further details and updates. Let me know if you need any more assistance!

    Best Regards

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