igorstb
Forum Replies Created
-
Forum: Plugins
In reply to: [WishSuite - Wishlist for WooCommerce] Design-related questionsIt’s not entirely clear what happened, but everything is working fine today, and PageSpeed isn’t showing that error (screen readers not recognizing the link text).
After the update (Version: 1.5.6 — Date: 2026-07-02), the text next to the button did not disappear, so I still have to use CSS /* wishsuite 02 Remove text next to button */
.wishsuite-btn-text {
display: none !important;
}
I am continuing the testing.For the element
main#main > ul.products > li.entry > a.wishsuite-btn: following an update, PageSpeed Insights flagged an issue with the wishlist button—screen readers do not recognize the link text.
Prior to the update, I used the CSS code.wishsuite-btn-text { display: none !important; }to hide the tooltip text, and PageSpeed Insights did not report any errors.
This part of the plugin update needs to be reverted.Forum: Plugins
In reply to: [WishSuite - Wishlist for WooCommerce] Design-related questionsRedesigning the “Share” icon
Users are generally accustomed to the following format: the “Add to Wishlist” icon is a gray heart outline, while the “Already in Wishlist” icon is a solid red heart.
Placement: Place the icon in the top-right corner of the image—both in product lists and on the product page—as this is the position most familiar to the eye.
Mobile adaptation: Ensure the touch target area is large enough (typically 35×35 pixels) to prevent accidental mis-taps.
Pop-up notification: displaying a brief pop-up notification after adding an item (e.g., “Item added to favorites”) is a largely outdated feature that only slows down the plugin.Forum: Plugins
In reply to: [WishSuite - Wishlist for WooCommerce] Design-related questions⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐ The link generation algorithm for sharing is well-designed and works flawlessly. I haven’t seen anything like it in any other plugin. So far, no errors have been found in the plugin’s operation. It definitely deserves a spot on the list of best plugins. Many thanks to the developers!
In the update (version 1.5.5 from June 28, 2026), a one-click link copy button was added to the “Share” section. I am very happy about this!
I tried to write a review, but it was marked as spam.