• Resolved niseadel

    (@niseadel)


    Hello!
    With certain shortcode settings, the “reviews_link” and “write_review_link” buttons are inactive – they cannot be clicked.
    They work only if you insert the reviews_rating theme=”light” or reviews_rating theme=”dark” tag into the shortcode. The rest of the reviews_rating theme tag settings make these buttons inoperable. When there is no reviews_rating theme tag at all, the buttons are not working either.

    The thing is, I like it when the review block is surrounded by a black frame. This can only be achieved if you use “badge dark/light” or “badge light/dark fonts” tags, or if you don’t use the tag at reviews_rating theme= all.

    • This topic was modified 5 years ago by niseadel.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Design Extreme

    (@designextreme)

    Hi @niseadel,

    Thanks for making me aware of the link issue – it sounds like there could be some malformed HTML in there.

    For the theme – I set the border for the Badge theme only because many people will include the shortcode or widget into a stylised container of some sort. There are so many options available that it would be impossible to create something that would work for everyone.

    Perhaps just do something like:

    <div style="box-shadow: 0 0 3px 2px #444; border-radius: 5px; padding: 15px;">[reviews_rating]</div>

    For the link issue, I will perform some tests and fix any potential errors in the next version.

    All the best,

    Noah

    Plugin Author Design Extreme

    (@designextreme)

    I’ve tried the following and cannot replicate the issue you’ve mentioned:

    [reviews_rating reviews_link="See reviews!!!" write_review_link="Write a review!!!"]

    I am quite curious about this problem – can you send me a link of a page where the links aren’t working?

    On the themes – I would be happy to make a new one that has borders and better suited to reviews listed.

    Plugin Author Design Extreme

    (@designextreme)

    I’ve checked over the HTML output and it’s valid according to W3C (unlike WordPress’s native markup…).

    I am marking this as resolved because I cannot replicate the issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘“reviews_link” and “write_review_link” inactive’ is closed to new replies.