• Resolved erbacealab

    (@erbacealab)


    Hello,
    I wanted to know why on My Account page there are two options to select favorites: My Favorites and Wishlist. The My Favorites (“I Miei Preferiti” in italian) link works correctly, while under Wishlist nothing appears.
    I therefore ask how I can hide the Wishlist link.

    (You can access the page by firstly visiting this link, since the shop is under coming soon visibility: https://erbacealab.it/shop/?woo-share=Y2DF3nvwQByOOoSF0pFFbB1H75Y70rXY )


    Thanks,
    Valentina

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author moreconvert

    (@moreconvert)

    Hello Valentina,

    Thank you for reaching out to us and for providing the details about the issue you’re experiencing. We have reviewed your website’s “My Account” page, and it appears that there is currently one option available for your Wishlist, which is labeled “I Miei Preferiti.”

    If you are looking to address issues related to the Wishlist page URLs and links, we recommend checking our plugin documentation here to ensure that everything has been configured correctly:
    https://moreconvert.com/docs/wishlist/page-settings-wishlist/#1-toc-title

    If you have already followed the documentation and the issue persists, please let us know. In that case, we would appreciate it if you could provide a detailed explanation of the issue, along with screenshots or a video. Alternatively, you can provide us with temporary access to your site so that we can investigate the matter more quickly and effectively.

    Thank you for your cooperation, and we look forward to assisting you further.

    Thread Starter erbacealab

    (@erbacealab)

    Thank you, and how can I edit the mobile version of this page? The images are too big at the moment, as you can see (url: https://www.imghippo.com/i/dY4RR1725208835.jpg )

    Plugin Author moreconvert

    (@moreconvert)

    Hey Valentina,

    Thank you for providing the screenshot to make things clear.

    These display issues on mobile can often be due to theme settings and configurations. To adjust the item sizes, you can set the width for the item wrapper using a CSS code specifically for mobile view. It’s important to target the correct class for the changes to apply effectively. Here’s a sample CSS that might work for your case:

    @media only screen and (max-width: 768px) {
    .wishlist-items-wrapper {
    width: 85% !important;
    }
    }

    (This CSS will adjust the width of the .wishlist-items-wrapper class to 85% on devices with a screen width of 768px or smaller, which should help in resizing the images.)

    Please let me know if you need any further assistance!??

    Thread Starter erbacealab

    (@erbacealab)

    Thanks,
    this helped the images to display correctly in the wishlist, but the bottom part of “add all to cart” is still a larger size.

    Also, in the desktop version, the button to change the quantity of the products and the “add to cart” button overlap the product title on the left, and has no space on the right.

    I attach the images:
    https://www.imghippo.com/i/fkgDw1725218250.png
    https://www.imghippo.com/i/6syjy1725218205.png

    Thanks for your availability

    Plugin Author moreconvert

    (@moreconvert)

    Hey Valentina,

    Thanks for getting back to us.

    Regarding the first image, to cover the entire wishlist table, you can use the class .wlfmc-wishlist-table-wrapper. (Similarly, for any section where you want to set the width, you can easily find the class and adjust its width using the similar css code.)

    As for the second image, this issue is likely related to your site’s theme, as the width of the container for “my-account” is set to be quite small. As I’ve highlighted in the image: https://pasteboard.co/RNWMMsuZ1dqE.png
    You can increase the width of this section from the theme settings or the “my-account” page settings, which should resolve the display issue.

    Also, keep in mind that the width of your “add to cart” button is much larger than usual, taking up more space on each product card. Reducing the width of this button can also create more space for other elements.

    Thread Starter erbacealab

    (@erbacealab)

    Hello, thanks for the help.
    Analyzing the Wishlist page I see that the “add to cart” button is not regulated by the theme, nor did I choose its size.
    It seems that the button is regulated by the wlmfc plugin, is there a way to change its size?
    Thanks

    https://www.imghippo.com/i/hvmJB1725348510.png

    Plugin Author moreconvert

    (@moreconvert)

    Hi,

    Upon analyzing your Wishlist page, it appears that some text styles, such as letter-spacing and padding, are being applied to the “Add to Cart” buttons. These can be easily adjusted using CSS. For example, by disabling the following CSS rules:

    letter-spacing: 4px;
    padding-left: 32px;
    padding-right: 32px;

    Your table would look more aligned, like this: https://ibb.co/Hx0GF6g

    If you’d like assistance with making these adjustments, feel free to provide us with temporary access to your website, and we’ll be happy to implement the changes for you.

    Let us know how we can assist further!??

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.