Vamtam Beaver Themes: How to disable the mobile version of the site?
Modified on: Fri, 13 Jul, 2018 at 7:34 PM
You can 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( 'vamtam-theme-responsive-mode', '__return_false' );
Please note that we do not test themes with the responsive version disabled, and we do not officially support this. There may be unintended side effects.
Did you find it helpful?
Yes
No
Send feedback Sorry we couldn't be helpful. Help us improve this article with your feedback.