• Hello,

    i am not sure if this is the right place to ask this question, nevertheless i start this topic:

    i want to use an exit intent popup on my site, which appears, when the visitor leaves the browser window. The content is a small review box with stars to evaluate the site.

    Normally the stars are in one line, beneath each other. But when i use it in the box, the stars are under each other. I asked the plugin support, three times, but didnt get any response yet.

    Can anyone help to solve this problem?

    Check the the exit intent popup here
    This is the Plugin i use for review : Plugin Review
    This is the Plugin i use for the popup: Exit Intent Popup
    This is the shortcode i use: [RICH_REVIEWS_FORM]

    For test purpose please leave the browser window with the mouse.

    Regards
    Colin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Well, the HTML code has <br> tags between each star:

    
    <span class="rr_star glyphicon glyphicon-star-empty" id="rr_star_2"></span><br>
    <span class="rr_star glyphicon glyphicon-star-empty" id="rr_star_3"></span><br>
    

    So, it goes down a line. Wherever this code is for the box, the <br> tags need to be removed.

    Thread Starter colinschwebke

    (@colinschwebke)

    Hello Mark,

    first of all: Thank you for the reply.

    Do you have any idea, how i can remove the <br> tag without modifying any file? The Problem is, every update overwrites the customizations.

    If not, can you tell me a way to avoid overwriting customizations while an update.
    And if this also not works: can you tell me how i remove the <br> tag?

    Regards
    Colin

    Thread Starter colinschwebke

    (@colinschwebke)

    By the way: I can use the popup box with every kind of content: html, css, plain text… So maybe it is possible to use a kind of css to force the stars into a line?

    • This reply was modified 8 years, 2 months ago by colinschwebke.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘broken css’ is closed to new replies.