How to disable the mobile version of the site?
Modified on: Wed, 13 Jul, 2016 at 4:51 PM
You can easily disable the responsive version of the theme. Please get a child theme from
https://vamtam.com/child-themes/ and put the following in its
functions.php file:
add_filter( 'pre_option_wpv_is-responsive', function( $a ) {
return 'false';
} );
Did you find it helpful?
Yes
No
Send feedback Sorry we couldn't be helpful. Help us improve this article with your feedback.