Title: The wishlist button disappeared.
Last modified: July 23, 2020

---

# The wishlist button disappeared.

 *  Resolved [niguramu](https://wordpress.org/support/users/niguramu/)
 * (@niguramu)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/)
 * After updating woocommerce, the buttons disappeared until I logged in.
    Is it
   just my site?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fthe-wishlist-button-disappeared%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/the-wishlist-button-disappeared/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/the-wishlist-button-disappeared/page/2/?output_format=md)

 *  Plugin Support [Stan](https://wordpress.org/support/users/stantinv/)
 * (@stantinv)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/#post-13099269)
 * Hi [@niguramu](https://wordpress.org/support/users/niguramu/),
 * It looks like the Wishlist functionality is disabled for guests on your website.
   Therefore the button appears only for registered users.
 * Regards,
    Stan
 *  Thread Starter [niguramu](https://wordpress.org/support/users/niguramu/)
 * (@niguramu)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/#post-13099442)
 * I set it so that it is displayed to users who are not registered, but the button
   is not displayed.
    Is it a free version specification? Am I misunderstanding?
 *  Thread Starter [niguramu](https://wordpress.org/support/users/niguramu/)
 * (@niguramu)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/#post-13099503)
 * Looking at the CSS of the button, it looks like it’s styled to not be displayed.
 *  Thread Starter [niguramu](https://wordpress.org/support/users/niguramu/)
 * (@niguramu)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/#post-13103310)
 * Hi [@stantinv](https://wordpress.org/support/users/stantinv/)
 * I didn’t get a reply so I tested it myself.
    My settings have always been to 
   prevent guests from using the wishlist feature until they sign in. Still, the
   Wishlist button was showing even when I wasn’t logged in.
 * Just in case, I tested it in the following two ways in the setting of ti-woocommerce-
   wishlist.
    – Require Login: ON – Require Login: OFF
 * The theme is the storefront, and the plugin is tested on the following two activated
   sites.
    ——————————— I am not logged in: Wishlist button is visible. I’m logged
   in: Wishlist button is visible.
 * Theme: Storefront
    Plugin: woocommerce.4.2.2 (previous version) Plugin: ti-woocommerce-
   wishlist.1.20.5
 * ———————————
    I am not logged in: Wishlist button is not displayed. I’m logged
   in: Wishlist button is visible.
 * Theme: Storefront
    Plugin: woocommerce.4.3.0 (latest version) Plugin: ti-woocommerce-
   wishlist.1.20.5 ———————————
 * We would appreciate it if you can fix it as soon as possible so that the wish
   list button will be displayed even if you are not logged in.
 * Regards,
 *  Thread Starter [niguramu](https://wordpress.org/support/users/niguramu/)
 * (@niguramu)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/#post-13103345)
 * I added the following code to Additional CSS as a temporary measure for my site.
   
   It does not work until you log in, but you can see the button. ———— Additional
   CSS:
 * .tinvwl_add_to_wishlist_button.tinvwl-add-hide {
    opacity: 1; pointer-events:
   auto; } .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button { visibility:
   visible; } ————
 * I’ll remove this code after the plugin has been fixed.
 * Regards,
 *  Plugin Support [Stan](https://wordpress.org/support/users/stantinv/)
 * (@stantinv)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/#post-13104345)
 * 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.
 *  Thread Starter [niguramu](https://wordpress.org/support/users/niguramu/)
 * (@niguramu)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/#post-13104368)
 * Hi [@stantinv](https://wordpress.org/support/users/stantinv/)
 * The dev sites below do not block the REST API.
    [https://niguramu.xsrv.jp/wp/products/0031-fishpan/](https://niguramu.xsrv.jp/wp/products/0031-fishpan/)
   However, the wish list button is not displayed.
 * Please give us a further research report.
 * Regards,
 *  Plugin Author [templateinvaders](https://wordpress.org/support/users/templateinvaders/)
 * (@templateinvaders)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/#post-13104504)
 * Hi [@niguramu](https://wordpress.org/support/users/niguramu/)
 * Your issue related to the page cache settings. Our plugin using WP nonce as a
   security check for mentioned request. You can see that currently, your dev site
   return 403 response for our plugin WP REST API request (at least for guests).
   And the error that nonce not valid. The lifespan of WP nonce is 24 hours. If 
   you set page cache expiration time for more than 24 hours you will get issues
   with ALL plugin that using WP nonce for AJAX requests because after 24 hours 
   you will get expired WP nonces.
 * Please, check your page cache settings and reply to us if it’s a bottleneck.
 *  Plugin Support [Stan](https://wordpress.org/support/users/stantinv/)
 * (@stantinv)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/#post-13104544)
 * [@niguramu](https://wordpress.org/support/users/niguramu/)
 * Yes, on your staging site the REST API requests are bocked too.
    Please, refer
   to this screenshot: [https://prnt.sc/tf9x5m](https://prnt.sc/tf9x5m)
 *  Thread Starter [niguramu](https://wordpress.org/support/users/niguramu/)
 * (@niguramu)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/#post-13104604)
 * Same niguramu.xsrv.jp
 * ———————————
    [https://niguramu.xsrv.jp/test02/product/181jiufslw/](https://niguramu.xsrv.jp/test02/product/181jiufslw/)
 * I am not logged in: Wishlist button is visible.
    I’m logged in: Wishlist button
   is visible.
 * Plugin: woocommerce.4.2.2 (previous version)
    Plugin: ti-woocommerce-wishlist.
   1.20.5
 * ———————————
    [https://niguramu.xsrv.jp/wp/products/0031-fishpan/](https://niguramu.xsrv.jp/wp/products/0031-fishpan/)
 * I am not logged in: Wishlist button is not displayed.
    I’m logged in: Wishlist
   button is visible.
 * Plugin: woocommerce.4.3.0 (latest version)
    Plugin: ti-woocommerce-wishlist.1.20.5———————————
 *  Thread Starter [niguramu](https://wordpress.org/support/users/niguramu/)
 * (@niguramu)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/#post-13104653)
 * Isn’t it the specification of woocommece that changed?
    Would you please investigate
   the conflict issue between the woocommece REST API and your plugin?
 * Regards,
 *  Plugin Author [templateinvaders](https://wordpress.org/support/users/templateinvaders/)
 * (@templateinvaders)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/#post-13104680)
 * [@niguramu](https://wordpress.org/support/users/niguramu/)
 * Please, read above the comment about page cache expiration time and WP nonce 
   lifespan. It’s the exact issue you got on your setup.
 * It’s not related to the WooCommerce version at all.
 *  Thread Starter [niguramu](https://wordpress.org/support/users/niguramu/)
 * (@niguramu)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/#post-13104709)
 * I set the page cache to 24 hours.
 * What is WP nonce? ?
    I don’t know what to do specifically.
 *  Plugin Author [templateinvaders](https://wordpress.org/support/users/templateinvaders/)
 * (@templateinvaders)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/#post-13104777)
 * [@niguramu](https://wordpress.org/support/users/niguramu/)
 * Yes, just set page cache expiration time to 24 hours or less and rebuild all 
   cache after. It should fix your issue.
 * You can read more about WP nonces following this link:
    [https://codex.wordpress.org/WordPress_Nonces](https://codex.wordpress.org/WordPress_Nonces)
 *  Thread Starter [niguramu](https://wordpress.org/support/users/niguramu/)
 * (@niguramu)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/#post-13104907)
 * I have deactivated the page cache plugin for this site.
    —————- [https://niguramu.xsrv.jp/test02/product/181jiufslw/](https://niguramu.xsrv.jp/test02/product/181jiufslw/)
 * I am not logged in: Wishlist button is not displayed.
    I’m logged in: Wishlist
   button is visible.
 * Plugin: woocommerce.4.3.0 (latest version)
    Plugin: ti-woocommerce-wishlist.1.20.5
 * —————-
 * But I don’t see the wishlist button.
    What’s still wrong?
 * Regards,
    -  This reply was modified 5 years, 9 months ago by [niguramu](https://wordpress.org/support/users/niguramu/).

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/the-wishlist-button-disappeared/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/the-wishlist-button-disappeared/page/2/?output_format=md)

The topic ‘The wishlist button disappeared.’ is closed to new replies.

 * ![](https://ps.w.org/ti-woocommerce-wishlist/assets/icon-256x256.gif?rev=2469447)
 * [TI WooCommerce Wishlist](https://wordpress.org/plugins/ti-woocommerce-wishlist/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ti-woocommerce-wishlist/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ti-woocommerce-wishlist/)
 * [Active Topics](https://wordpress.org/support/plugin/ti-woocommerce-wishlist/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ti-woocommerce-wishlist/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ti-woocommerce-wishlist/reviews/)

 * 18 replies
 * 4 participants
 * Last reply from: [niguramu](https://wordpress.org/support/users/niguramu/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/the-wishlist-button-disappeared/page/2/#post-13110288)
 * Status: resolved