• Dear WishSuite Support Team,

    I’m writing to report a CSS compatibility issue that was introduced in version 1.5.0 of your WishSuite plugin.

    Problem Description:
    After updating from WishSuite 1.4.9 to 1.5.0, the wishlist and evertcompare buttons are no longer displaying side-by-side as they did in the previous version.
    I was using this custom css on my style.css.



    The buttons are now stacking vertically instead of being aligned horizontally.

    Technical Details:

    • Working Version: 1.4.9 (buttons displayed side-by-side)
    • Broken Version: 1.5.0 (buttons stacked vertically)
    • Issue: The new CSS rule li.wc-block-product.product { position: relative; } added at the beginning of frontend.css is interfering with custom button positioning

    HTML Structure: The wishlist button appears inside the <form> element after the “Add to Cart” button, while the compare button is in a separate <span class=”htcompare-button-area”> container outside the form. This structure worked fine in 1.4.9 but is now broken in 1.5.0.

    Expected Behavior:
    Both buttons should display side-by-side horizontally, as they did in version 1.4.9.

    Current Behavior:
    The buttons are stacking vertically, breaking the intended layout.
    <canvas width=”0″ height=”60″></canvas><canvas width=”0″ height=”60″></canvas>Request: Could you please review the CSS changes in version 1.5.0 and provide a fix that maintains backward compatibility with existing custom layouts?
    The new position: relative rule seems to be causing unintended side effects for users who have custom button positioning.

    Additional Information:

    • WordPress Version: Latest
    • WooCommerce Version: Latest
    • Theme: GeneratePress (child theme)
    • Other plugins: Ever Compare (compare functionality)

    Thank you for your attention to this matter. I look forward to your response and a potential fix in the next update.

    PS: I was using below code in my style.css since years.

    .htcompare-btn {
    display: inline-block;
    margin-top: 15px;
    }
    .htcompare-btn, .wishsuite-btn {
    color : #3a3a3a;
    }
    .wishsuite-product-after_cart_btn {
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 5px;
    }
    .wishsuite-product-image img {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @roadlink,

    Thank you very much for taking the time to report this issue in such detail. We truly appreciate your effort and the clear explanation — it’s very helpful.

    We’re sorry for the inconvenience caused. We’ve noted that the new CSS rule li.wc-block-product.product { position: relative; } in version 1.5.0 may be affecting custom button layouts in some themes. Our development team has already been informed and will investigate this compatibility issue to ensure it’s fixed and maintains backward compatibility in the next update.

    Once the fix is implemented, we’ll release it as soon as possible. In the meantime, if needed, you can temporarily remove or override that specific CSS rule in your theme’s stylesheet to restore your previous button alignment.

    Thank you again for your patience and for helping us improve WishSuite.

    Best regards,
    Kamal

    Thread Starter roadlink

    (@roadlink)

    Thanks, I installed 1.4.9 for now.
    My theme is generatepress. fyi.

    Hello @roadlink,

    Thank you for your response.

    We’ve released an update for the plugin to address the issue you reported. Please update to the latest version of WishSuite and check again.

    Best regards,
    Kamal

    Thread Starter roadlink

    (@roadlink)

    Hi,
    I can confirm that it is fixed.
    Many thanks

    Hello @roadlink,

    Thank you very much for confirming — that’s great to hear!

    We’re glad the issue has been fixed.
    If you face any other problems or need assistance with anything else, please feel free to reach out anytime — we’ll be happy to help.

    Best regards,
    Kamal

Viewing 5 replies - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.