Moreconvert Team
Forum Replies Created
-
Forum: Plugins
In reply to: [MoreConvert Wishlist for WooCommerce] Remove NofollowHello,
Thank you for reaching out and for using MoreConvert Wishlist! We also appreciate any feedback or reviews you’ve shared, as it greatly helps us improve and support our community.
Regarding your query:
The “Add to Wishlist” links are intentionally marked with the
nofollowattribute because these links are not designed to provide value for search engines. They are purely functional for user interaction and should not be followed by search engine bots.If you are receiving warnings from your SEO plugin, you can safely ignore them as they are not actual issues impacting your website’s SEO performance. This approach is in line with best practices for handling functional links that do not contribute to site ranking.
Should you have any further questions or need additional assistance, feel free to reach out. We’re always here to help!
Best regards,
MoreConvert TeamForum: Plugins
In reply to: [MoreConvert Wishlist for WooCommerce] Works with Litespeed Cache ?Hi,
Thank you for the update! If you face any further issues or need assistance while configuring the plugin, feel free to reach out to our support.
I’ll mark this thread as resolved for now. Have a great day!
Best regards,
MoreConvert SupportForum: Plugins
In reply to: [MoreConvert Wishlist for WooCommerce] Works with Litespeed Cache ?Hi,
Thank you for reaching out!
To ensure compatibility with Litespeed Cache and the ESI feature, the wishlist pages should be excluded from caching, along with nonces following this format:
wlfmc_*.Our plugin is fully integrated with popular caching plugins, including Litespeed Cache. However, if you encounter any bugs or issues, please feel free to report them, and we’ll address them promptly.
Best regards,
MoreConvert SupportDear @borja250,
Thank you for your feedback and for bringing this matter to our attention. I sincerely apologize for the confusion caused by our initial response to your support ticket. As I explained privately, your ticket was mistakenly mixed up with another request during the exceptionally busy Black Friday period. This resulted in an incorrect response, and I take full responsibility for the oversight.
As discussed, this issue appears to be unique to your setup. To address it, we’ve suggested the following temporary solution:
Temporary Fix:
Please edit the following file in the PayPal plugin:
File Path:woocommerce-paypal-payments/trunk/modules/ppcp-paypal-subscriptions/src/PayPalSubscriptionsModule.php
Line 110:
Replace the current line with:if ( is_null( WC()->cart ) || WC()->cart->is_empty() ) {
This adjustment should resolve the issue. If the problem persists, please share the error log with us, and we will analyze it further. Additionally, we will escalate the matter to PayPal to request a permanent fix in their code.
You are correct that a plugin update may revert this temporary fix. However, modifying our plugin to address this issue would require removing several key features, which would significantly impact the experience for many other users.
We remain committed to taking the necessary steps to collaborate with PayPal for a permanent resolution should this become a broader compatibility concern.
Thank you for your understanding and cooperation. Please don’t hesitate to reach out if you need further assistance—we’re here to support you.
Best regards- This reply was modified 1 year, 5 months ago by Moreconvert Team.
Hello Omid,
I’m glad to hear your issue is mostly resolved!
The “Add to Cart” text you’re referring to is part of the actions bar at the bottom of the Wishlist (see attached screenshot).
We use WooCommerce’s “Add to Cart” or “Read More” buttons for this functionality. To modify or translate these buttons, you’ll need to utilize WooCommerce’s functions. You can refer to WooCommerce’s official guide on this topic here: Change add to cart button text
Let me know if you need further assistance!
Hello,
I hope you’re doing great!
If you’re still encountering the error and the issue hasn’t been resolved, could you please record a video showing the exact process that leads to the error?
We’ve tried to replicate the issue on our end without success, and the language addition process seems to work fine. A video would help us better understand and resolve the issue.
Thank you for your cooperation!
Hi,
Thank you for bringing this issue to our attention.
We have received your message and kindly request that you send us the debug file.
Additionally, if possible, please enable WordPress debugging (following this guide) and replicate the issue to generate another log file. Kindly send us both log files so we can review them thoroughly and provide you with a solution.
Furthermore, please provide us with a list of the plugins and their versions, as well as the theme you are using.
Thank you in advance for your cooperation.🙏
Hi there,
Thank you for reaching out to us and bringing this to our attention.
It seems that the URL you provided is not working. Could you kindly provide us with the correct link to your website where the issue is occurring? Once we have that, we’ll investigate the issue as soon as possible and work towards a solution.
We appreciate your patience and look forward to assisting you further!
Thank you for your update.
To resolve this, all you need to do is remove the line
position: relative;from the CSS. That should fix the issue with the heart being moved to the bottom left on the single product page.Let me know if you need further assistance!
Hi Valentina,
Thank you for the update.
It seems that the issue is due to targeting the wrong class. You should specifically target
.wlfmc-add-to-wishlist.wlfmc-single-btnin your CSS:@media only screen and (max-width: 767px) {
.wlfmc-add-to-wishlist.wlfmc-single-btn {
position: relative;
top: -42px;
}
}As mentioned before, for the positioning, you can adjust the
topvalue incrementally until the button is positioned exactly where you want it on mobile screens.(Additionally, regarding the
@media only screen and (max-width: 767px), you might need to adjust the max-width value depending on how your site behaves across different devices. Feel free to modify this value to fit your needs.)Please give that a try, and let me know if you need further assistance!
Hi,
I’m glad to hear that your previous issue is resolved!
To fix the heart icon positioning issue on mobile, you can add a simple CSS rule to adjust the position of the button for mobile screens. Here’s an example code you can use:
@media only screen and (max-width: 767px) {
.wlfmc-add-to-wishlist .wlfmc-addtowishlist {
position: relative;
top: -52px;
}
}(Please note that you might need to target the correct class based on your theme or customization, and adjust the
topvalue until the button is positioned exactly where you want it on mobile.)Let me know if you need further assistance!
Hi,
Thank you for sharing the screenshots and further clarifying the issue.
We’ve tested the wishlist functionality on multiple devices, and it appears that the problem might be related to your website’s cache. Additionally, please note that you’ve configured your wishlist to be displayed only to logged-in users. If you’re not logged into your account while testing on mobile, the wishlist won’t be visible.
To resolve this, we recommend clearing both your website/server cache and the mobile browser cache, then testing again while logged in.
If the issue persists after these steps, please let us know and we’ll be happy to assist further.
Hi,
Thank you for your patience!
We’ve thoroughly reviewed your website and tested it across multiple resolutions, devices, and browsers, but we weren’t able to replicate the issue you mentioned. Everything appears to be functioning correctly on our end.
Could you kindly check again from your side and confirm if the issue persists? If you’re still facing the problem, we’d love to gather more details to assist you further.
Looking forward to your update!
Hi,
Thank you so much for choosing our plugin and for taking the time to reach out.
Rest assured, we will investigate this matter as a priority and work on a solution as quickly as possible.
We will keep you updated on the progress and notify you as soon as we’ve resolved the issue. Your satisfaction is our top priority, and we won’t stop until everything is running smoothly again.
Thank you for your patience, and please don’t hesitate to reach out if you have any further questions in the meantime.🙂🙏
Forum: Plugins
In reply to: [MoreConvert Wishlist for WooCommerce] Wishlist page notHi,
Thank you for your patience.
Please upload and replace the two attached files: https://mega.nz/folder/uN8VQLaY#eypRqMPgEWXoRE71f-c0sg
in the following path on your server:
smart-wishlist-for-more-convert/assets/frontend/jsAfterward, enable the cache settings for the wishlist plugin and clear both your server cache and browser cache. This should resolve the console error.
Once you have completed these steps, kindly let us know, and we will proceed with further testing.