templateinvaders
Forum Replies Created
-
Hi @psychic9
This is the first option in the “Product listing Button Settings” section.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Removing Product issues since 2.0 updateIt looks like AJAX response returns wrong wishlist for some reason. Could you share a link where we can test the issue? You can use help page on our website or chat in plugin settings.
The wishlist page AJAX actions popup doesn’t related to the settings for add to wishlist button. But we can add separate option to disable it (it could confuse website users for such action without any feedback).
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Error ajax.phpYou need to exclude wishlist page from the cache. It will fix your issue.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Make counter vanish when no items in wishlistIn case you have enabled the option “Hide zero value” for products counter you can use the next CSS rule:
.wishlist_products_counter_number:empty { display:none; }Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Make counter vanish when no items in wishlistHi @mcnotony
You can try to add the next CSS rules:
.wishlist_products_counter_number { display:none; } .wishlist_products_counter.wishlist-counter-with-products+.wishlist_products_counter_number { display:inline-block; }Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Heart animation timeHi @simo2606
This completely depends on the performance of your setup. We did this AJAX request as fast as possible from our side.
wrong support forum
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist PopupHi @polarracing
In version 2.0.2 was added the filter
tinvwl_popup_close_timer.It allows adjusting the time after mentioned popup will close.You can use it like:
add_filter( 'tinvwl_popup_close_timer', function () { return 9999999; } );Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Error ajax.phpThe issue was fixed in the 2.0.2 version.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist as My Account endpointHi @dabeed
You are using the premium version of our plugin but we mentioned above that such feature appear from version 2.0.0 of our plugin. The premium version major update will be available in a couple of days.
You activated the option to place just a menu item on my account navigation linked to wishlist page while the new feature will setup wishlist under my account section.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Error ajax.phpThis is an integration issue with the WooCommerce Variation Swatches – Pro plugin.
The plugin author updated their code so we will add a fix in the upcoming update also.Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Add user’s wishlist to contact formHi @jenbee
Unfortunately, the Divi Builder Contact Form module doesn’t have any hooks to alter email content programmatically or add custom data to the form.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Code to check if product is in wishlistHi @lamas525
You can check the next snippet as a reference for your question:
https://gist.github.com/doozy/852af1a0482911501e5e29e16dd22d7eForum: Plugins
In reply to: [TI WooCommerce Wishlist] Error ajax.phpHi @shrimplover
Could you provide errors details?
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist as My Account endpointHi @dabeed
Did you try to enable the option “Setup wishlist page under WooCommerce My Account section”?
It’s exactly what you asked.