Alan
Forum Replies Created
-
Forum: Plugins
In reply to: [Wishlist for WooCommerce] How to centre the “add to my wishlist” option.Hi @jpm2f ,
That’s great to hear! We’re glad everything is working perfectly now.
If you’re enjoying the plugin and the support you’ve received, we’d really appreciate it if you could take a moment to leave us a review on:
https://ww.wp.xz.cn/support/plugin/wt-woocommerce-wishlist/reviews/#new-postThank you for using our plugin, and please don’t hesitate to reach out if you need any further assistance in the future.
Forum: Plugins
In reply to: [Wishlist for WooCommerce] How to centre the “add to my wishlist” option.Hi @jpm2f ,
Not a ridiculous question at all!
The code I shared previously was a CSS snippet, so it should be added under:
Appearance → Customize → Additional CSS
However, this version:
add_action('wp_footer', function(){ ?> <style type="text/css"> .browse_wishlist{ display: inline-block;} </style> <?php });is PHP code and cannot be added to the Additional CSS section. You would need to add it using a code snippets plugin with the snippet type set to PHP, or add it to your child theme’s
functions.phpfile.Forum: Plugins
In reply to: [Wishlist for WooCommerce] How to centre the “add to my wishlist” option.Hi @jpm2f,
Glad to hear you’ve made good progress with the styling!
Regarding the issue where the “View Favourites” link only appears correctly after a page refresh, this is related to the way the button state is updated dynamically via AJAX.
We have modified the previously shared snippet:
add_action('wp_footer', function(){
?>
<style type="text/css">
.browse_wishlist{ display: inline-block;}
</style>
<?php
});Please test the snippet and let us know the results. Looking forward to your update.
Forum: Plugins
In reply to: [Wishlist for WooCommerce] How to centre the “add to my wishlist” option.Hi @jpm2f,
Thanks for sharing the site URL and the CSS you’ve implemented. Your solution looks perfectly reasonable and achieves the desired centering effect.
For the additional customizations, you can try the following CSS:
/* Make "Add to / Added to My Favourites" text smaller */
.icon_after_add_to_cart span.wbte_wishlist.wt-wishlist-button {
font-size: 12px; /* adjust to your preference */
}
/* Put "View wishlist" on its own line */
.icon_after_add_to_cart span.browse_wishlist {
display: block !important;
}You can adjust the font-size value as needed. The second rule will force the “View wishlist” link to appear on a new line when it becomes visible.
Please give this a try and let us know how it works on your site.
Forum: Plugins
In reply to: [Smart Coupons For WooCommerce Coupons] AdjustmentsHi @vallesierra7,
We haven’t heard back from you in a while, so we’ll go ahead and mark this thread as resolved.
If you are still facing the issue or have any further questions, please feel free to open a new thread and we’ll be happy to help.
Forum: Plugins
In reply to: [Wishlist for WooCommerce] How to centre the “add to my wishlist” option.Hi @jpm2f ,
Thank you for reaching out.
To help us identify the appropriate CSS solution, could you please share your site URL?
Once we can inspect the page and the “Add to my Wishlist” button placement, we’ll be able to suggest the correct CSS to center-align it.
Looking forward to your response.
Forum: Plugins
In reply to: [Smart Coupons For WooCommerce Coupons] AdjustmentsHi @vallesierra7,
Thank you for reaching out.
To better understand which coupon text you’re referring to, could you please share a screenshot showing the coupon and the text “Free Buy X Get X/Y” that you would like to change?
You can share the screenshot via this link.
Once we can see the exact text and where it appears, we’ll be happy to check whether it can be customized and advise you on the available options.
Hi @rayonex,
Thanks for sharing the detailed information and the troubleshooting steps you’ve already tried.
To help us investigate this further, could you please share your WooCommerce System Status Report(WooCommerce → Status → System Status → Get system report) via this link ?
Once we review the report, we’ll be able to check the plugin configuration, hook behavior, and any potential compatibility issues with Astra Pro and the Carousel Upsells and Related Product plugin.
Forum: Plugins
In reply to: [Smart Coupons For WooCommerce Coupons] Critical Error in CartHi @brilee1,
We haven’t heard back from you in a while, so we’ll go ahead and mark this thread as resolved.
If you are still facing the issue or have any further questions, please feel free to open a new thread and we’ll be happy to help.
Hi @jedimoff,
Thank you for reporting this.
We have now updated the version header and included the necessary minor loading update from WooCommerce core on our side.
A new plugin update (v1.7.7) has been released with the fix included. Could you please update the plugin to the latest version and check if everything is working correctly on your end?
Forum: Plugins
In reply to: [Smart Coupons For WooCommerce Coupons] Critical Error in CartHi @brilee1,
Thank you for reaching out, and sorry to hear about the issue you’re experiencing.
To help us investigate this further, could you please share the following details with us?
- The fatal error log (WooCommerce → Status → Logs (look for logs related to “fatal-errors”)) generated when the issue occurs.
- Your WooCommerce System Status Report (WooCommerce > Status > Get system report > Copy for support).
If you have any privacy concerns, you can share the above details privately via this link.
Once we have these details, we’ll be able to check the issue more closely and assist you further.
Hi @hollistergj ,
We haven’t heard back from you in a while, so we’ll go ahead and mark this thread as resolved.
If you are still facing the issue or have any further questions, please feel free to open a new thread and we’ll be happy to help.
Hi @itapress,
Thank you for reporting this and sharing the reference link.
We checked the issue further and found that the redundant
echoused along withesc_html_e()has now been fixed from our side.A new plugin update(v2.1.6) has been released with the fix included. Could you please update the plugin to the latest version and check if everything is working correctly on your end?