0
Under review
Mobile formatting is not working. Renders as if it's a desktop.
Just recently seeing this issue. The slider is part of a Pattern that I put at the bottom of all pages.
This "footer" Pattern renders Ok but once the reviews load it causes the reviews and all blocks in that column to display as if it's on a mobile.
URL: https://loadbearingwallcompany.com/load-bearing-wall-removal-eagan-mn/
Scroll down to the bottom area where reviews might be. Under header:
Check out some of our amazing reviews!
Customer support service by UserEcho
Try switching over to the Normal slider. I've seen the Advanced slider have some issues when used inside a Flex container.
Or you could put a max-width on the advanced slider CSS.
div#wprev-slider-1 {
max-width: 1200px;
}
Thanks. That seemed to have resolved it.
Also I am getting these errors in wp-admin
Warning: Undefined array key "wprevpro_t_bnhidesource" in /home/whglszol/public_html/wp-content/plugins/wp-review-slider-pro/admin/partials/templates_posts.php on line 565
Warning: Undefined array key "wprevpro_t_filtersource" in /home/whglszol/public_html/wp-content/plugins/wp-review-slider-pro/admin/partials/templates_posts.php on line 588
Warning: Undefined array key "wprevpro_t_brevus_bcolor" in /home/whglszol/public_html/wp-content/plugins/wp-review-slider-pro/admin/partials/templates_posts.php on line 621
Those warnings should gone in 12.2.0. If you want to try it out, just go to the Account page inside the plugin and check the "Join the Beta program" check box. Then the beta version should show up after a page refresh.