templateinvaders
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Not able to deactivate this plugin from my websiteHi @edrelax1
The error said that you need to deactivate the plugin before deleting it and it throws only on a plugin deleting event. So double-check that it is deactivated before processing with deleting. Our plugin follows WordPress standards for plugin management events and can’t produce such issues. Please, check your setup for errors.
Hi @samovic
In your case you need to add the next custom CSS rule to place heart over all product images:
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart.tinvwl-loop-button-wrapper { z-index: 51; }Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Element in wishlist don’t show check at refreshIt requires debugging. Could you send a link where we can test the issue?
In case you don’t want to post it in public you can contact us via support chat from the plugin settings page.Forum: Plugins
In reply to: [TI WooCommerce Wishlist] 500 errors?@scmsteve You can message us via our support chat or email and we can do a quick debug for you.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] 500 errors?Hi @scmsteve
Could you post a PHP error log for this request?
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Can’t add product with variation to wishlistHi @frajola
Yes, you are correct. Before you add something to the cart the variation selection event throws a JavaScript error from the plugin Woo Shipping Gateway and this stops running any further code on the same event. Try to disable this plugin and you will see that everything works as should.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] delete text displayHi @a2000102000
The mentioned text is a shortcode from the YITH WooCommerce Wishlist plugin. You can go to Dashboard->Pages-> edit the wishlist page and just delete this text from page content.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Can’t add product with variation to wishlistHi @frajola
I’ve tested your website and all works as should. Maybe you have some issue with javascript on your page that prevents choosing variations before. You can check the next wishlist on your website to see different variations for mentioned product /wishlist/661374/
Hi @tgjr
It depends on your active theme and a link to your shop will help a lot to solve your issue.
In most cases the next CSS rule should work:
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart { right:10px; left:auto; }Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Integrar com o plugin shopengineHi @jess247
We added integration with the mentioned plugin in the latest update.
Hi @cvanheerden
It looks like you solved your issue.
Since your active theme controls it can’t be related to the latest plugin updates.Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Remove table header option in settingsOur plugin has similar functionality to WooCommerce for template overrides. All you need is to copy & paste the Wishlist plugin template into a ..\woocommerce directory of your active theme to reflect the changes. IN your case you need to modify two files:
ti-wishlist.php
ti-wishlist-user.phpForum: Plugins
In reply to: [TI WooCommerce Wishlist] Removing Privacy@speakoutenglish you misread the word RENAMING 🙂
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] More shortcodes, styling, and featuresRegards extra shortcodes for elements our answer is no because it will be chaos for most plugin users. Our plugin provides a templates system, hooks, and styling options for customization features. Everything more is up to the website owner to make a custom setup. We can’t fit every theme that exists on the web.
The mobile view will be updated in future versions.
The web font icons still remain in our custom font file because we did use fontawesome alternative in earlier versions of our plugin and it was a bad idea. The website owner has ways to set up custom icons even web fonts and disabled plugin font file with a snippet.
The sorting feature will be available in future updates very soon.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Removing PrivacyYes, we will fix the issue with the privacy column when it is disabled to only one state.
The save wishlists button is still required for the renaming feature in this case.