Stan
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Plugin has stopped workingHi @scottking,
It looks like it’s a cache issue. Do you use any caching plugins (what exactly?) or may be cache is applied on your server by default?
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Feature SuggestionHi @scottking,
Thanks for your suggestion. We already have plans to extend social share options for future plugin updates π
Regards,
Stan- This reply was modified 7 years, 6 months ago by Stan.
We are now closing this topic and mark it as resolved. Upon our investigation we haven’t found any incompatibility issues. The case is rare and it’s related to customization.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Conversion from “WooCommerce Wishlists” plugin?Hi @scmsteve,
It seems you’ve misunderstand our willing to assist you with this task. The feature to convert wishlists from another popular plugins already persists in our todo list for future updates and we would like simply provide tech help in order to achieve what you need. It’s not something that you should pay for π
Regards,
StanHi @markhall1971,
Thanks for the notice. Since the Wishlist plugin has integration of the mentioned above plugin, I believe it was something changed in one of the recent updates that break the functionality. Please, supply us with the latest WooCommerce TM Extra Product Options plugin version, so we will be able to check the issue and add fixes ASAP.
You can submit the form on this page or use the chat directly in your WordPress dashboard to get in touch with us.
Regards,
Stan- This reply was modified 7 years, 7 months ago by Stan.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Translation in French – 100%Hi @momo-fr,
Thanks for your time, you did a great job!
In order to complete translation can you please, upload the .mo or .po file directly into a plugin translation section at wordpresss.org here. It will be also great if we can somehow communicate with you and discuss some details. To get in touch with us you can use the form on this page or use a chat directly in your WordPress dashboard.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Add description to wishlist tableWe are now closing this topic and mark it as resolved due to inactivity. Should you wish to discuss the details please, drop us a notice via our live chat
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] does not work with Woo Variations TableHi @mmtomm,
Someone has already submitted the issue with this plugin to us and unfortunately we can do nothing from our side to make the Wishlist plugin work properly with it. The Woo Variations Table poorly coded and doesn’t meet WordPress & WooCommerce standards.
If you are interested, our plugin has integration of the WooCommerce Product Table plugin by BARN2media that has similar but more extended functionality.
Regards,
StanHi @rudraneel,
There is not such a functionality by default. It will require customization to achieve this. If you are interested, you can contact us via our live chat here or directly from your WordPress dashboard for the details.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Add to Wishlist text missing after updateWe are now closing this topic and mark it as resolved due to inactivity. If the issue remains please, fill free to re-open it at any time.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] CSS Fix for ResponsiveWe are now closing this topic and mark it as resolved due to inactivity. If the issue remains please, fill free to re-open it at any time.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Add description to wishlist tableHi @rookiefornow,
Sorry for the delay.
It will require customization to achieve this. If you are interested, you can contact us for the details via our live chat.Regards,
StanWe are now closing this topic and mark it as resolved due to inactivity. If the issue remains please, fill free to re-open it at any time.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Several bugs foundHi @majdawoocomm,
The 1st and 3d issues were related to WP Rocket cache and the 2d issue has been fixed in the most recent plugin update. So, I believe all issues have been sorted out and we can close this topic and mark it as resolved.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Edit / Tweak templates & disable default cssHi @spabrice,
1. Yes, our plugin supports template overrides similar to WooCommerce functionality. All you need is to copy the necessary template from the Wishlist plugin \templates directory into a \woocommerce folder of your theme/child-theme to reflect the changes.
2. The function to disable the plugin styles should look something like this:
function tinvwl_disable_plugin_styles() { wp_dequeue_style( 'tinvwl' ); } add_action( 'wp_enqueue_scripts', 'tinvwl_disable_plugin_styles', 99 );But most styles can be overwritten without the !important attribute. You should simply try to find more specific rule to avoid using it.
Regards,
Stan