I know it’s against the nature of the theme but i need to show the desktop site on mobile devices. Is there html and JavaScript that i can add so i ‘request the desktop’ site?
Hi there,
X is a fully responsive theme and changing this might introduce some issue so we don’t really recommend this.
But if you want to proceed, you may follow the suggestions here:
The links above made mention of removing the line:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
You can find this in the _meta.php in wp-content/themes/x/framework/views/global.
You will have to install the child theme then create the path framework/views/global inside wp-content/themes/x-child/ then copy the _meta.php then remove the line mentioned previously in the code.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.