Viewing 4 posts - 1 through 4 (of 4 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

    #1486414

    HI.

    Thank you for the reply.

    Note: I don’t see where this was placed originally.

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

    That said I did place your code under additional CSS and it appears to work, thank you.

    For the sake of fully understanding the issue can you please point out where the initial problematic code was? I’d like to locate it.

    #1486434

    Hi,

    The code is probably added by a plugin or a custom script. You may need to contact the plugin developers for more information regarding the location of the css rule.

    Best regards,
    Ismael

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