templateinvaders
Forum Replies Created
-
Hi @purgy123
We’ve checked your website and it looks like you found a soultion.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] change heart icon size and hover colourHi @das670
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] clear wishlist on user logoutHi @casahova
You can use the next snippet to clear products from a current user wishlist on the logout event:
https://gist.github.com/753f8d4021b41e8590512267e92c01e6Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Errors in my server’s error logYour webserver doesn’t support such a mime type for some reason (maybe outdated settings).
You need to ask your hosting support to add the correct mime type for the .woff2 extension.
The next article could help you:
https://newbedev.com/correct-apache-addtype-directives-for-font-mime-types
There is nothing that can be fixed from our side.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Get message when product return to stockHi @mstudioil
Such a feature is available only in the premium version of our plugin.
Users can get email notifications when products from wishlist will back to stock.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Max Character Limit for Wishlist namesHi @rtaylor3
Our plugin following WordPress core standards and while the post title is saved as TEXT type field (65,535 characters) in the database we will use the same pattern for the wishlist title.
You can easily set a character limit for this field by overriding the
ti-wishlist-create.phptemplate under your current theme and addmaxlengthattribute with desired value to the appropriate field.Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist on wrong pageHi @sakiu
You need to delete the wishlist table shortcode from your ‘wrong page’. Just edit this page from the dashboard and delete the shortcode in the content area.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Heart sizeHi @trevellfr
In most cases the next custom CSS rule should work:
.tinv-wishlist.tinvwl-loop-button-wrapper .tinvwl_add_to_wishlist_button::before { font-size: 2em; }Forum: Plugins
In reply to: [TI WooCommerce Wishlist] disable auto redirect to wishlist pageHi @pheta
You need to disable the option “Redirect to Wishlist” in the plugin settings.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] order wishlists alfabetically on title wishlistHi @pjots
All multiple wishlists on the manage page are already ordered alphabetically and only the default one is always in the first position.
Forum: Reviews
In reply to: [TI WooCommerce Wishlist] Проблемы при добавлении в корзину!Привет @alexw3cmaker
А как можно рассчитывать на то, что будет всё правильно работать, если вы используете шорткод таблицы списка желаний не так, как задумано плагином?
Страница списка желаний использует специальные перезаписи URL, что не может быть применимо к эндпоинтам.
Мы не можем в данном случае помочь, так как не знаем какие изменения внесены в работу нашего плагина.
P.S. это секция отзывов, а не форум поддержки. Но 2 звезды поставить за ваш код – это гениально 🙂
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] WPGridBuilder compatibilityCould you contact us via chat on the plugin settings page or our website?
Maybe it’s a conflict with the block “WOO New Badge” or any other 3rd party code. We need more details for debugging.
Thanks!
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] WPGridBuilder compatibilityHi @ebrockway
Just checked with the latest version of the WPGridBuilder plugin and the “Wishlist Button” block works as should. You can find it in the Blocks->Custom Blocks section.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Login errorHi @ukio
It looks like you deleted selected pages from WordPress because it even can’t be rewritten to a slug and returned a plain link with page ID.
Please, check that all selected pages exist.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] How to redirect login pageYes, you can use mentioned plugin OR place the snippet to the functions.php file of your child theme.