templateinvaders
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] remove from wishlist in order confirmationHi @pjots
You can disable it from the plugin settings. Navigate to Dashboard->TI Wishlist->General Settings and look for options in the “Wishlist References on Cart, Checkout, Order” section.
It will apply only to new orders after you will disable references!
Thanks for the report.
The mentioned behavior improved in the version 2.3.2 that is available.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] All products disappear after one added to the cartHi @kubiq
Your active theme contains outdated wishlist table templates. Check the ti-wishlist.php and ti-wishlist-user.php files inside the woocommerce directory of your theme. Some data for ajax calls are missed in the current markup on your wishlist page and it produces the bug.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Invalid html since 2.3.0The issue fixed in the 2.3.1 version.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] GA4 CompatibilityHi @metaltemple
The GTM4W plugin doesn’t have integration of custom events for our plugin.
It would be best to ask the author how to add a custom event “add_to_wishlist ” and why “add_to_cart ” doesn’t trigger from the wishlist page.Our plugin has integration with the GTM4W plugin which is just to hide all their extra product data from the wishlist page.
Unfortunately, we can’t help you from our side.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Getting Pro supportHi Eric,
I’ve checked your request and it was answered the same day (February 9), but didn’t read yet.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] How to change the ‘Tooltip’Hi @wood1e
We are sorry for the delayed reply.
The mentioned tooltip is coded in your active theme and you need to ask the theme author this question, please.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] colors and text styleHi @froess
We can’t check your website because you set it to maintenance mode for visitors.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] CounterHi @juggler342
There is no such feature from the box and mentioned stats counter adding dynamically from javascript. But you can access it via the DOM selector
span.tinvwl-product-statsto customize outputNot the proper way to customize it in this way but just an idea for you:
span.tinvwl-product-stats:before {
position:absolute;
content:'people are interested in this product'
}Forum: Plugins
In reply to: [TI WooCommerce Wishlist] TI Wishlist Update Incompatiblethe issue was fixed 5 weeks ago and you can check official log with details here:
https://plugins.trac.ww.wp.xz.cn/changeset/2842954/ti-woocommerce-wishlist
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Align ‘Add to Wishlist’ text after ‘Add to Cart’You can use the next custom CSS rule:
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:not(.tinvwl-loop) {
margin-top:10px!important;
margin-left: 10px!important;
}Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Remove from wishlistCould you post a link where we can test the issue? In case you don’t want to post it here you can use the support page on our website.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] TI Wishlist Update IncompatiblePlease, post error details because we didn’t get similar reports and it could be outdated template in your active theme, 3rd party plugin integration, etc.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] TI Wishlist Update IncompatibleYou can easily check the code that mentioned in the error above and see that it fixed: