Stan
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Add preloaderHi @mastercavid,
Sorry for the late reply.
1) There is not such an option by default but you can change the icon using custom CSS. Just apply the necessary icon code for the
ftinvwl-animatedclass.2) It will require templates customization to achieve this.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist icon on Woocommerce boxThis is either a design issue. The OceanWP theme has the Wishlist plugin integration with hardcoded styles for the button position. In your case you can make the button always visible using the next custom CSS rules:
.products .product .tinv-wraper.tinv-wishlist { visibility: visible; -moz-opacity: 1; -webkit-opacity: 1; opacity: 1; }Place them into a style.css file of your child-theme or into a “Custom CSS” area in a plugin Style Options section.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Double Wishlist Button on product pageHi,
The issue with double “Add to Wishlist” button appears because of an outdated ../single-product/add-to-cart/variable.php that your theme or another plugins probably override.
Since WooCommerce v3.4.0 release the hook was moved from:
../woocommerce/templates/single-product/add-to-cart/variable.phpInto:
../woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php
So, we suggest you to check if your current theme/plugins are fully compatible with the latest WooCommerce version and ask the theme/plugins developers for update if necessary.You can also send us more details via our live chat, so we will be able to debug the issue.
Regards,
StanWe tried to replicate this issue with no avail probably because we don’t have such setup of third party plugins like on your end. Besides in this topic you stated that you don’t have such an issue on a vanilla setup too: https://ww.wp.xz.cn/support/topic/adding-to-cart-changes-translated-product-variation-name/
In this case it would be great if you can create a clone of your website using the Duplicator plugin and provide us with the archive, so we will be able to debug this issue. The archive you can send via our live chat here.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Selected variation add to wishlistHi @showhan,
Yes, you can. Our plugin supports adding variable products. From a product details page you cannot add a product to a Wishlist until you select all options.
As for the product listing page, you should apply default product variations while managing a variable product or use some “Quick View” plugins. Otherwise parent product will be added into a Wishlist.The issue may appear because of incompatibility between the plugin for swatches and the Wishlist or because of your customization (in this case you can revert back your changes and check if the issue remains).
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Counter number not correctHi @majdawoocomm,
Can you create an access for us to your staging site on WP Engine, so we will be able to debug the issue?
You can send the details via our support chat.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] 500 errorUpdate your plugins to the latest versions. Should be good.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist and WPMLAll plugin strings should be translated withing the .po file. The strings that can be changed directly in WP dashboard in plugin settings should be translated using “WPML STring Translation”
You can also contact us via our support chat, so we will be able to check the issue.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] 500 errorHi @difurios,
We haven’t faced with this issue before. Can you clarify what Wishlist, WooCommerce and WPML plugin versions are installed in your case?
We can also continue our conversation via our support chat to speed up the debugging process.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Can’t exclude from cache pluginWe are now closing this topic and mark it as resolved due to inactivity. If the issue remains please, fill free to re-open it at any time.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Translations not working?Can you please, contact us via our live chat, so we will be able to check and debug the issue? https://templateinvaders.com/help/
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Can’t exclude from cache pluginHi,
You should add the Wishlist page into excludes in your cache plugin settings. The string should look like this in your case
wishlist/*Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Translations not working?Hi,
The issue may be related to the wrong translation file name or to the wrong chosen locale. The file name should look like this ti-woocommerce-wishlist-{your_locale}.mo. The locale depends on the language you choose i.e in your case “German” (Deutsch) or “German (formal)” (Deutsch (Sie)): de_DE or de_DE_formal accordingly.
The best way will be to use “Loco Translate” plugin to avoid any issues with locales and file names. Besides it has pretty simple user interface and allows you to do changes directly in your WordPress dashboard.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Stored for user?When the user registers an account his Wishlist will be added into the database with a unique ID, so no matter from where he logs in further. All products added to Wishlist will be displayed after signing in.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Apply actions button – Text/TranslationWe are now closing this topic and mark it as resolved due to inactivity. If the issue remains please, fill free to re-open it at any time.