[solved] Mobile and Chrome Display error
-
With the last WordPress updates, I’ve find a problem with soliloquy display on mobile and desktop.
I’ve solved the problem with this change:plugin file: /includes/global/shortcode.php
row: 387
existing code: jQuery(window).load(function(){
replaced code: jQuery(window).on(‘load’, function(){
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[solved] Mobile and Chrome Display error’ is closed to new replies.