Moreconvert Team
Forum Replies Created
-
Hi,
Upon analyzing your Wishlist page, it appears that some text styles, such as
letter-spacingandpadding, 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!🙂
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.
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-wrapperclass 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!🙂
Forum: Plugins
In reply to: [MoreConvert Wishlist for WooCommerce] Wishlist counter below menu too wideHi,
Thank you for reaching out to us and bringing this issue to our attention.
The default state for the wishlist counter shouldn’t take up that much space, so there might be a compatibility issue with the theme or a conflict with another plugin causing this behavior. This would be our first guess.
Have you tried applying some custom CSS to set its width or adjust the div sizes? Sometimes solutions like these can help resolve display issues. As a quick fix, we suggest applying a negative margin in your CSS to see if that helps reduce the space.
If adjusting the CSS doesn’t resolve the issue, please consider providing us with temporary access to your website so that we can investigate further and assist you more effectively.
Additionally, here is a link to our documentation on customizing the Wishlist Counter, which you may find helpful: https://moreconvert.com/docs/wishlist/counter-shortcodes/.
Thank you for your cooperation, and we look forward to helping you resolve this.
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-titleIf 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.
Forum: Plugins
In reply to: [MoreConvert Wishlist for WooCommerce] Button at mobile meanHello,
Thank you for reaching out and choosing MoreConvert Wishlist.
To display the Wishlist Counter outside of the hamburger menu on mobile devices using the OceanWP theme, you can follow these two simple steps:
- Display Wishlist Counter in Desired Menu for Desktop View:
- Add the Wishlist Counter to your preferred menu.
- Use CSS to ensure it is displayed only on desktop view.
- Display Wishlist Counter for Mobile View:
- Utilize our Wishlist Counter Shortcode.
- Use CSS to display the counter specifically for mobile view.
(For detailed instructions on changing the Wishlist Counter icon in different menus, please refer to this documentation.)
(For guidance on using Wishlist Counter Shortcodes, please refer to this documentation.)
If you have any further questions or need additional assistance, please don’t hesitate to ask.
Hi Richard,
Thank you for choosing MoreConvert.
We apologize for the inconvenience you’re experiencing. We have sent the download link and additional information to your email.
If you encounter any further issues or need additional assistance, please let us know. We’re here to help!
Best regards,
MoreConvert TeamForum: Plugins
In reply to: [MoreConvert Wishlist for WooCommerce] I need some help improvingThank you so much for your kind words and for choosing our plugin!
Regarding your requests:
While we currently don’t have specific settings for customizing button size or adjusting the grid display on mobile devices, you can achieve these customizations using CSS. By overriding the plugin’s default styles, you can tailor the button size to adjust according to mobile and desktop devices, and modify the layout to ensure proper adjustment of the grid display on mobile devices.
If you have any other questions, feel free to reach out. We’re here to help!
Forum: Plugins
In reply to: [MoreConvert Wishlist for WooCommerce] suggestion for new featureThank you so much for sharing your suggestion! It’s a fantastic idea, and we really appreciate your input.
While I can’t provide an exact timeline, but we’ll definitely add it to our list of suggestions and give it thorough consideration for implementation in our future updates.
However, If you need this feature urgently, we can prioritize it for our premium version. Please don’t hesitate to contact us via our website’s support portal, where we can engage in a detailed discussion regarding your specific requirements.Your feedback is invaluable to us!
Hi there! Thanks for reaching out!
To resolve this issue, You can try using the following CSS code snippet:
.wlfmc-wishlist-table.view-mode-grid .product-name strong {
white-space: wrap !important;
}This code should address the issue by allowing the product names to wrap to multiple lines.
Let me know if you need any further assistance!
Forum: Plugins
In reply to: [MoreConvert Wishlist for WooCommerce] Translation not workingHi Oded,
Thank you so much for your contribution in translating our plugin. We truly appreciate your effort in making it accessible to more users.Regarding the translation issue you’re experiencing with the “Remove from Wishlist” button, we have a dedicated feature for Text Customization within our plugin dashboard.
You can easily adjust this text by navigating to:
MoreConvert Dashboard > Text Customization > Wishlist Texts [tab] > Button And Tooltip Custom Text [section] > “Remove From Wishlist” Text [input field].Please let us know if you need any further assistance or clarification on this matter. We’re here to help!
Forum: Plugins
In reply to: [MoreConvert Wishlist for WooCommerce] Login and Register URLAdded two new filters:
wlfmc_login_urlandwlfmc_signup_urlto customize the login and signup URLs.Forum: Plugins
In reply to: [MoreConvert Wishlist for WooCommerce] Login and Register URLHi, thank you for choosing this plugin. For the next version, I will be adding an option to the plugin, allowing you to achieve this by using a filter.
Forum: Plugins
In reply to: [MoreConvert Wishlist for WooCommerce] Change to wording
Hey,There are two places where you can change the plugin wording:- https://yoursitename.com/wp-admin/admin.php?page=mc-wishlist-settings&tab=text
- https://yoursitename.com/wp-admin/admin.php?page=mc-global-settings&tab=appearance
If you can’t find the sentence you want in these two places, please wait for it to be resolved in our next version, which is scheduled for release next week.
Forum: Reviews
In reply to: [MoreConvert Wishlist for WooCommerce] Wishlist plugin for Bricks BuilderWe have the option to display zero when the counter is empty. You should deactivate the ‘hide zero’ feature in the counter tab.
- Display Wishlist Counter in Desired Menu for Desktop View: