• Resolved webtofly

    (@webtofly)


    Hi guys, I am trying to display the widget on my homepage.
    For Desktop and Tablet the code works fine [reviews_rating theme=”dark bubble columns three center” limit=30 view=3 excerpt=250]

    On mobile anway the reviews don’t appear [reviews_rating theme=”dark bubble center” limit=12 view=1 excerpt=250]

    Do you know if the mobile shortcode contains an error?

    Thanks for your help.

    Best regards,
    Stefano

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

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

    (@designextreme)

    @webtofly There is no error with the plugin.

    You have placed the Shortcode in a hidden section (based within the style sheet of the theme or page).

    You have a CSS rule that hides the parent element for smaller devices, such as mobiles:

    [data-et-multi-view-load-phone-hidden=true]:not(.et_multi_view_swapped)
    {
    display: none!important;
    }

    Look for the class: et_pb_code_inner in this page. You can load the inspector in your computer’s browser (press F12) to simulate the mobile view and see this for yourself.

    Thread Starter webtofly

    (@webtofly)

    Thank you so much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Shortcode not working’ is closed to new replies.