Stan
Forum Replies Created
-
Forum: Reviews
In reply to: [TI WooCommerce Wishlist] Very Handy PluginThanks for your review @rishavkmr09
I’m glad you like the design.Forum: Plugins
In reply to: [TI WooCommerce Wishlist] The wishlist button disappeared.Yes, on your staging site the REST API requests are bocked too.
Please, refer to this screenshot: https://prnt.sc/tf9x5mForum: Plugins
In reply to: [TI WooCommerce Wishlist] wc_add_notice instead of popupThis is exactly I’m after. If a user clicks e.g. 5 times on a button 5 notices appear after the page reloads.
Forum: Reviews
In reply to: [TI WooCommerce Wishlist] Great pluging and best support ever!You are welcome @dalenana
I’m glad you enjoy our plugin and working with us πForum: Reviews
In reply to: [TI WooCommerce Wishlist] FantasticThanks for your feedback @maxchentrens
I’m glad you like our plugin!Forum: Plugins
In reply to: [TI WooCommerce Wishlist] wc_add_notice instead of popupHi @karesz,
Generally it’s possible but it’s a bad idea because
wc_add_notice()loads on a page render and if any user clicks several times on the button (because of a glitch or by willnese) there will be several notices displayed on a page after reload.
Hope this is clear.Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] The wishlist button disappeared.Thanks for the update. While checking your website it looks like the WP REST API requests are blocked that leads to button appearance issue. This may be done via security plugin or by a firewall on your server.
Since Wp 5+ the REST API requests are safe and you should resolve this issue on your setup.
Hope this helps.Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Pre-Sales Wishlist questionHi @elleirdad,
In a premium plugin version we have “Estimate Emails” functionality. This allows your visitors to ask for a quote the store admin.
Hope this helps.Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] The wishlist button disappeared.Hi @niguramu,
It looks like the Wishlist functionality is disabled for guests on your website. Therefore the button appears only for registered users.
Regards,
StanHi @mhogas,
Thanks for the report but it seems we cannot replicate this error on a clean WP installation with the most recent version of the plugins. Your issue requires deeper investigation and we need a direct contact to proceed further.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Estimate for guests/not logged in usersPlease, be aware that this section is for Free Wishlist plugin version issues. Premium users are served via our help desk only. You can submit a form or start your conversation via a chat here.
Thanks,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] this plugin problem mobile viewDuplicate of: https://ww.wp.xz.cn/support/topic/wishlist-page-center-align-in-mobile/
Closed.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] wishlist page center align in mobileThe issue is related to specific theme design in your case. And you should add CSS for the Wishlist table on mobile.
Please, refer to these links to see how it should look:
Hope this helps.
Regards,
StanCan you please, contact us via our live chat and provide us with a link to your website, so we can assist you?
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Can’t change position of Add Button on Archive pageHi @sarahrbcom,
Yes, this is the way the button position is designed in the OceanWP theme but you can tweak it using the next custom CSS rules:
.woocommerce ul.products .product-inner { display: flex; flex-direction: column-reverse; } .products .product .tinv-wraper.tinv-wishlist { position: relative; right: 0; visibility: visible; -moz-opacity: 0; -webkit-opacity: 0; 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,
Stan