templateinvaders
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Multiple instances under single productHi @dumel
The latest Divi version hasn’t such a problem. Maybe it’s some outdated code in your child theme producing this issue. You can also try to disable or enable Divi integration in the Dashboard->TI Wishlist->Integrations.
Otherwise, it requires debugging your setup.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] List of “Following Wishlists”Hi @ohhyuda
There is something we need to definitely add in the next updates of the premium version of our plugin.
Stay tuned!Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Problem with list lookHi @dellos
This data goes from the Extra Product Options (Product Addons) for WooCommerce plugin.
We will add the integration with this plugin in the next updates.Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Messy Add On Details on Wishlist PageHi @jendqt
What version of the YITH WooCommerce Product Add-Ons plugin are you using?
We can’t get the same issue with the latest versions of both plugins.Forum: Plugins
In reply to: [TI WooCommerce Wishlist] TI WooCommerce Wishlist shrtcodesHi,
You need to exclude the wishlist page slug from all caches. That’s all.
Our previews running with lightspeed cache also and work smooth!Forum: Plugins
In reply to: [TI WooCommerce Wishlist] TI Wishlist – deactivate “heart link”Hi @ap2323
You can disable the option “Show successful notice in popup” in the plugin settings.
Hi @iwaaleksey2011 We did update hooks priority for better compatibility with some plugins. It means that add to wishlist buttons output can be moved if some other 3rd party code uses the same hook. So this is not a bug and wouldn't be fixed from our side. Maybe your active theme has an integration with our plugin and it requires to be updated also. You can message us directly in case you need help with updating your current implementation to support the latest version of our plugin.Hi @cacheout2
Maybe your active theme integration using some specific styling. We need to check your website to provide a solution.
You can message us your URL via support chat on plugin settings page in case you don’t want to post it here.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Font is loaded but is this necassery?Hi @tuukie
It contains all icons for the frontend and backend.
If you want completely disable web font loading you can use the next snippet:
add_filter( ‘tinvwl_load_webfont’, ‘__return_false’ );
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] After Buy Now ButtonThis issue was fixed in the version 1.41.0
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Product page wishlist positionHi @trmkr
You can use the next custom CSS rules:
.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-thumbnails-add-to-cart { position: absolute; bottom: 24px; right: 10px; } .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-thumbnails-add-to-cart .tinvwl_add_to_wishlist_button:before { margin-right: 0; background: #fff; color: #000; border-radius: 50%; padding: 0.2em }Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Non logged in user can’t add whislistIf you added a product to your wishlist and still see an empty page the most common issue is the cache. Be sure that the wishlist page URL is excluded from the cache.
Another possible issue is that your product doesn’t have a valid product type and such products are deleted automatically on wishlist page load. This case could happen after some incorrect imports process of products.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Change WishList text in Mobile MenuHi @rawald
The mobile menu is integrated into your active theme. It’s a premium theme and we haven’t access to the code to provide you with some solution.
You need to contact the theme author with this issue because this menu isn’t controlled by our plugin.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Move heart icon to the right of the imageHi @thanparm
You can use the next CS rule to adjust products counter heart icon size:
a.wishlist_products_counter.top_wishlist-heart:before { font-size:2em; }Forum: Plugins
In reply to: [TI WooCommerce Wishlist] change heart icon size and hover colourHi @das670
Did you purge all possible cache including tour browser? It looks like styles applied correctly on our end.