• Resolved roro111

    (@roro111)


    hello there,
    it seems like this plugin is not quite appreciated by Google Search Console services:
    on my “mobile ergonomy” tab, it has been indicating 2 issues as soon as I displayed the plugin on my testimony page:
    “CONTENT LARGER THAN THE SCREEN”
    “CLICKABLE ELEMENTS TOO CLOSE TO ONE ANOTHER”

    as I was looking on my browser’ inspector for mobiles, those 2 issues were actually there indeed..
    What to do about this?
    thanks
    RP

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author jgwhite33

    (@jgwhite33)

    I’m not seeing the plugin on that page.

    How are you doing the “inspector for mobile”?

    Thread Starter roro111

    (@roro111)

    Hello, and thanks for the prompt response,
    I have put the plugin back on the page:

    https://www.chiropratique-france.net/pagepro6/

    All I did is use the “developper tool” inspector on my CHROME browser, and indeed the small slider dots were showing too close to one another on the smartphone view..
    RP

    Plugin Author jgwhite33

    (@jgwhite33)

    Add this custom CSS to the template for the “content lager than screen” issue…

    .wprs_unslider {
        margin-left: 20px;
        margin-right: 20px;
    }

    You can change the distance of the dots with this CSS…

    .wprs_unslider-nav ol li {
        margin: 0 8px;
    }
    Thread Starter roro111

    (@roro111)

    thanks for those codes, I’ll let you know how things went with those…
    RP

    Thread Starter roro111

    (@roro111)

    OK, I have applied that first CSS for the “content lager than screen” issue.
    Now should I simply paste the second CSS as well or change something within it?
    thanks

    Plugin Author jgwhite33

    (@jgwhite33)

    Just add the second CSS after the first. You can change the 8px if you want the distance smaller or larger.

    Thread Starter roro111

    (@roro111)

    hello,
    your CSS code seems to work!
    thanks again

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘WP google reviews slider not being responsive!’ is closed to new replies.