• The styling options built into the UI are unusable for me. I’ve chosen the list layout, and I wanted to limit the width to 450px. I liked the slider option, but unfortunately, it doesn’t work at all on a mobile device. Only the “left hand side” is visible, due to CSS. The list works on all devices. It would be cool if there was an option to use slider on large screens, and list on small screens.

    The UI says that it sets max-width, but it does not set max-width. It sets width, with !important. NONONO. WTF do you need the !important for, and why would you use width instead of max-width? You already have very spesific selectors, if the users theme overrides those, they either have a good reason to do so, or they don’t know what they’re doing. Either way, !important is not the way to go.

    That does not work, at all, on responsive sites. Changing the max-width property to width manually fixes the layout issues, so please, stop using !important, and start using max-width over width.

    While I am at it making “demands” (hope you consider this as constructive feedback), it would be nice if it was possible to remove the company name, “review us on google” and “powered by google” elements from the widgets from the UI. The review us button breaks on my site for whatever reason, “powered by google” is not a message we want to send, and the company name just looks redundant and ugly. I am aware that I can just hide the header altogether, but if I do that, I lose the star rating too. We’re at 4.9 with 30 reviews, so I’d like to showcase that part.

    I built the site from scratch, so I have the ability to tweak things to my liking, but it’s not like I want to write more code than I have to.

    Should you take this feedback and improve upon an already good plugin, you’ll get 5 stars and a recommendation.

    +++ for not using jQuery. I’ve removed jQuery from my sites for the past 10 years, and so many plugins insist on adding it back.

    • This topic was modified 2 years, 3 months ago by trashpress.
    • This topic was modified 2 years, 3 months ago by trashpress.
    • This topic was modified 2 years, 3 months ago by trashpress.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter trashpress

    (@trashpress)

    FWIW, I figured out the reason why the “review us on google” button is broken; The inline SVG is not treated as an inline element.

    Easy fix: .wp-gr .wp-google-wr a svg { display: inline; }

    Plugin Author richplugins

    (@richplugins)

    Hi @trashpress,

    The max width option is specially for a list layout and for simple management with a width, I agree with you that it breaks a responsive style in a slider layout and we will think how to fix this misunderstanding.

    However, the list and slider layouts are absolutely responsive if they are placed in the responsive parent container on your website, this parent container should not has a static width and all will be responsive. It’s tested on more than 100K websites ??

    If you still have any troubles with a slider on your responsive website, just send a link where we can see this and we immediately say what’s wrong.

    You can disable a write a review button through the option: Common Options / Hide ‘review us on G’ button.

    Please let me know if you have any questions.

    PS: About !important properties, yes, we know it’s a bad practices, but this is the most reliable way to have the same design for most sites, we have tried many methods, but this one is the most reliable, unfortunately it suffers from usability.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Meets my code quality requirements, however… it’s not responsive’ is closed to new replies.