templateinvaders
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Move heart icon to the right of the imageHi @thanparm
You can try to apply the next CSS rules:
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart { right:10px; left:inherit; } .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before { font-size:2em; }Forum: Plugins
In reply to: [TI WooCommerce Wishlist] change heart icon size and hover colourHi @das670
The CSS rules below will change heart icon size, color and hover color:
a.wishlist_products_counter.top_wishlist-heart:before { font-size:2em; color:#000000; } a.wishlist_products_counter.top_wishlist-heart:hover{ color:#ff0000; }Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Bug in a string to translateThanks for the reports. It was fixed in the 1.30.1 version.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Change WishList text in Mobile MenuHi @rawald
Are you sure that it doesn’t mobile cache?
Can you share an URL where we can check your issue?
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Change WishList text in Mobile MenuHi @rawald
You need to our plugin admin settings for the option “”Wishlist” Counter Text” and update it.
Maybe you need to update your mobile navigation items via Dashboard->Appearance->Menus
Hi @frostyfly
It requires some integration with a plugin that you are using for the variations table.
Contact us via support chat with details about mentioned plugin and we can try to make an integration.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Add to wishlist buttonHi @nitof
You can use our custom action. Just place the next PHP code in your add to cart button piece of code:
do_action('tinvwl_after_shop_loop_item');You need to set add to wishlist button catalog position option in the “After add to cart” value also.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Move heart icon to the right of the imageHi @thanparm
It depends on your active theme. Please, post an URL where we can check the issue and we will try to help you.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist option not showing in cart pageHi @priyanka894
This feature is available only in the premium version of our plugin.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] change heart icon size and hover colourHi @das670
You forgot to post your website URL as requested above.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] BACK BUTTON TO SHOPHi @adrianasg
You can use the next CSS snippet:
p.cart-empty.woocommerce-info + p.return-to-shop { display: none; }Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Change TI Whish icon positionHi @sergizero
We’ve checked your website and it looks like you found a solution.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Login UsersHi @shoptak
If 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.
You can see your current wishlist even after logging out because it is assigned with cookies to your current browser. Our plugin was designed in this way the same as the WooCommerce cart.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist empty on Safari and not on chromeHi @rhouma00
If 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 and purge all possible server and browser cache.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] addtowishlist shortcode won’t shows up in cart.phpHi @rednib
The shortcode requires to access the WooCommerce product object that isn’t available directly on the cart page (It can be accessed as a property of a cart item). Such a feature exists in the premium version of our plugin.