Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1486169

    Hi.

    I am using the plugin WP Google Reviews Slider Global PHP Snippet.

    This is used in conjunction with WPCode Lite Snippet and a global php snippet to display the shortcode on every page right above the footer.

    The Google Reviews display fully on a desktop.

    Note: there is an Inconsistent Mobile Mode Load issue where on some pages it loads on a phone at the bottom of the page as it should:

    Examples:

    https://blgenvironmental.com/
    https://blgenvironmental.com/free-consultation/

    But not on other pages and instead I see the space where it should display as a big long white space:

    Examples:

    https://blgenvironmental.com/residential/
    https://blgenvironmental.com/gallery/

    This inconsistency was tesed on both a Samsung Galaxy s24 and Iphone SE.

    Can you please investigate and do you know why there is an inconsistency?

    #1486181

    Hey kurson,

    Thank you for the inquiry.

    This css code prevents the reviews slider from displaying correctly.

    .wprev_outer_wb {
        display: flex!important;
        margin-bottom: 7px;
    }
    

    Adding this css code should help override the custom styles:

    .blg-google-reviews .wprev_outer_wb {
        display: block !important;
    }
    
    .blg-google-reviews .wprev_outer_wb .indrevdiv.wprevpro_t1_DIV_2 {
        min-height: 0 !important;
    }
    
    .blg-google-reviews .wprev_outer_wb {
        max-width: 1310px;
        margin: 0 auto;
    }

    View post on imgur.com

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.