• Resolved cometto

    (@cometto)


    Hi again,

    Problem 1: cannot use code with fill values

    Code 1:
    ‘[reviews_rating theme=”light tile columns three center” class=”bullet-square-rounded” summary=off view=6 loop=true interval=10 date=false excerpt=false limit=42 attribution=0 review_text_height=”5.6em”]’

    Code 2:
    ‘[reviews_rating theme=”bubble center fill columns three” summary=false limit=3 min=5 excerpt=150]’

    Screenshot – as you can see, code 2 goes in front / overlaps code 1
    https://ibb.co/pbf1h4M

    Problem 2: cannot create proper “write a review” button / link.
    Tried with:
    ‘[reviews_rating_link write_review_link class=”button”]<span class=”google-icon white first”></span> Write your review[/reviews_rating_link]’
    – it opens google business profile, instead section where you can type text

    Problem 3: in the past – summary=”icon, name, rating, stars, count – worked perfectly. Clicking on rating stars was moving to the “write review section”, and clicking on reviews count was moving to all reviews list. Why clicking on rating stars does not work now?

    Will be grateful for help and tips.

    • This topic was modified 3 years, 1 month ago by cometto.
    • This topic was modified 3 years, 1 month ago by cometto.
    • This topic was modified 3 years, 1 month ago by cometto.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Design Extreme

    (@designextreme)

    @cometto Following on from the other post, I still cannot see the same thing as you’re seeing… I do not have a filled boxes version in there.

    Your view:

    Screenshot

    My view:

    Screenshot

    For me it is appearing like this without issues in both Chrome and Firefox.

    • This reply was modified 3 years, 1 month ago by Design Extreme. Reason: Opening sentence
    Thread Starter cometto

    (@cometto)

    @designextreme

    Sorry, I added section for you.
    Its at the bottom of page, below text “TEST”

    2 codes:

    [reviews_rating theme=”light tile columns three center” class=”bullet-square-rounded” summary=off view=6 loop=true interval=10 date=false excerpt=false limit=42 attribution=0 review_text_height=”5.6em”]

    [reviews_rating theme=”bubble center fill columns three” summary=false limit=3 min=5 excerpt=150]

    • This reply was modified 3 years, 1 month ago by cometto.
    Plugin Author Design Extreme

    (@designextreme)

    @cometto I found it, I manually modified the class name.

    There is other CSS getting in the way and this CSS is disrupting the overall Shortcode element…

    .fill {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        right: 0;
        bottom: 0;
        padding: 0!important;
        margin: 0!important;
    }

    This .fill CSS is unrelated to this plugin.

    You need to remove or counteract this CSS (using a .gmbrr.fill rule or otherwise).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Filled boxes + write review button problem’ is closed to new replies.