Stan
Forum Replies Created
-
We are now closing this topic and mark it as resolved because a new version that includes a fix for this issue has been recently released. If the issue remains please, fill free to re-open it at any time.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Apply action button when products are not sectedWe are now closing this topic and mark it as resolved because a new version that includes a fix for this issue has been recently released. If the issue remains please, fill free to re-open it at any time.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Rename Wishlist Tab in My AccountWe are now closing this topic and mark it as resolved due to inactivity. If you still have any questions or concerns please, fill free to re-open it at any time.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] remove “Wishlist” link from the main menuForum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist not appear in my themeHi @univ182,
Does the issue remain if you switch to a default Storefront theme? This may happen if you override default WooCommerce templates in your child-theme and some hooks that are required for “Add to Wishlist” button proper work are missing.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Load Time Issue ?wc-ajax=get_refreshed_fragmentsHi @oc-wordpress-web-designer,
Can you clarify what WooCommerce Wishlist plugin version you are using?
We have tried to replicate the issue on our end with no avail. Please, send us WooCommerce System Report (WooCommerce -> Status) via our live chat, so we will be able to continue our investigation.Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Rename Wishlist Tab in My AccountHi @safrohhc,
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.
- Create ti-woocommerce-wishlist folder in “..\wp-content\languages” directory.
- Upload ti-woocommerce-wishlist-{your_locale}.mo file into this folder using FTP or cPanel File Manager.
Regards,
Stan- This reply was modified 8 years, 1 month ago by Stan.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] wishlist errorWe 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] heart thumbnail buttonWe 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] Heart in MenuWe 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] TI Wishlist is not showing up anywhereForum: Plugins
In reply to: [TI WooCommerce Wishlist] Heart in MenuForum: Plugins
In reply to: [TI WooCommerce Wishlist] ti-woocommerce-wishlist and PHP7Forum: Plugins
In reply to: [TI WooCommerce Wishlist] heart thumbnail buttonForum: Plugins
In reply to: [TI WooCommerce Wishlist] Remove Button Disappears on smaller screensHello @nadine7486,
Thanks for the notice, we will check this issue.
Meanwhile you can add the next rules into your style.css file of your child-theme or into a Custom CSS section in plugin settings to correct this:
@media only screen and (max-width:1024px) { .tinv-wishlist .tinvwl-table-manage-list .product-remove { display: table-cell; } } @media only screen and (max-width:640px) { .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove { display: block; } }Regards,
Stan