Stan
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist icon not showing on account dashboardHi @oscarlora,
The issue is related to a specific theme design and the icon is overridden.
Resolved via support chat.Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Product listing Button Settings [Button Position]Hi @ahmedhamde,
I believe the issue appears because of specific theme design. It’s very possible the button position is hardcoded in the theme CSS.
The link you’ve provided is not helpful because it’s not even a WordPress website.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] TI Wishlist with Rental and Booking pluginHi @rgrigoletti,
Glad you like our plugin.
In most cases it requires integration of any custom plugin to reflect it in the Wishlist correctly. You can contact us via the form here and send us the Woocommerce Booking & Rental plugin, so we will be able to test it and add compatibility if possible.Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Plugin’s counterHi @khismael,
You will need to edit the ..\templates\ti-wishlist-product-counter.php in this case and wrap the next string with brackets:
<span class="wishlist_products_counter_number"></span>Our 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 child-theme to reflect the changes.
Regards,
StanHi @cheonmu,
The button should be displayed for all products on a product listing page by default. Check if “Show button” option is not disabled in plugin General Settings.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] WishlistHi @akhilmr,
Make sure you are using the most recent WPML and the Wishlist plugin versions. You may also try to re-save the permalinks structure in your WordPress settings and also clear cache (in case you are using any cache plugins)
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Forced translationThis is how WordPress actually works. If WordPress language is Spanish and the theme or a plugin has Spanish translation, all will be displayed in Spanish. I hope this is clear. As I’ve suggested before, you can apply English for your profile, so the admin part will be displayed in English or whatever you like.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] TranslationHi @richard_vermeer,
Any string or word in our plugin that does not persist in plugin settings can be changed/translated using the “poEdit” tool or “Loco Translate” plugin.- Open to edit ti-woocommerce-wishlist.pot in “..\ti-woocommerce-wishlist\languages” directory and make the necessary changes using the poEdit tool.
- Create ti-woocommerce-wishlist folder in “..\wp-content\languages” directory. (The name of the folder should be exactly as provided in this guide!)
- Upload ti-woocommerce-wishlist-{your_locale}.mo file into this folder using FTP or cPanel File Manager.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Not really WPML compatible?Hi @dfel,
To translate the Wishlist page you shouldn’t change any options in the Wishlist plugin Settings. The page should be applied once in your main language. Then you need to create duplicates of the Wishlist page for every your language.
You can also contact us via our live chat from your WP admin panel, so we will be able to assist you managing the settings.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Forced translationHi @finnwulf,
If the plugin is translated to 100% it will be displayed in your native language set in WordPress General Settings. Though you can change the language to English in the WP dashboard for your current account under the Users -> Your Profile.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] How to Disable get_refreshed_fragmentsHi @ahirchetan,
This issue has been discussed in this thread: https://ww.wp.xz.cn/support/topic/wc-ajaxget_refreshed_fragments-6/
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist counter only to logged in userHi @lumiclothing,
It will require customization to achieve this.
You can enable the “Require Login” option in a plugin General Settings section. In this case a guest will be redirected to login/register page once clicking the counter link.Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Oops the Page can’t be found errorHi @vidhugoel,
Usually this issue occurs when the Setup Wizard was skipped for some reason. The Wishlist page requires a shortcode in its content and it should be also applied as a “Wishlist page” in plugin general settings.
- Create a page in a “Pages” section in your dashboard and name it “Wishlist” or whatever you like.
- Open to edit this page and check if [ti_wishlistsview] shortcode persists in its content.
- Navigate to “TI Wishlist -> General Settings -> Wishlist Page Options” section in your dashboard and check if “My Wishlist” page is applied.
*You can also run the Setup Wizard once again and follow all required steps. Simply add the next code into the address bar right after your domain and click the “Enter” button /wp-admin/index.php?page=tinvwl-wizard.
In plugin General Settings enable the “Force URL Rewrite” option and re-save permalinks structure under the Settings -> Permalinks in your dashboard.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Custom wishlist tableHi @malteserone,
1. It will require customization to add product description into a table
2. Use DOM inspector in your browser to find the CSS applied for the “VIEW TOUR” button. Then you can apply your own styles for the “Remove” button in a plugin Style Options section. The rules should look something like this:
.tinv-wishlist .product-remove button { line-height: 1.7em; display: inline-block; width: 100%; height: auto; border-radius: 50px; transition: all 0.2s ease-in-out; border: none; background-color: rgba(71,160,255,0.8); color: #fff; margin-top: 10px; padding-left: 0; }Regards,
Stan- This reply was modified 7 years ago by Stan.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] remove from wishlist on listing pageHi @roakin,
You need to enable “Remove product on second click” option in plugin General Settings to achieve this.
Regards,
Stan