Site logo

Archived topic

Disable Mobile Theme from Ganerate

7 replies · Started by TRAN on August 7, 2018

Viewing posts 1–8 of 8

I want to disable Mobile Theme from Ganerate because i use WPTouch

i try to that plugin before i make this topic and it isn't work. I check in my source, generate-mobile-style-css had been working when i used the plugin!

Doesn't WPTouch take over the mobile view by default? Any reason why you'd need to disable the mobile features in GP as well?

hmm WPTouch is mobile view by default when i use it! The user just see WPtouch and won't see GP Mobile. So i want to disable GP Mobile to save my bandwidth!

The mobile CSS is only about 4kb, but you can remove it like this:

add_action( 'wp_enqueue_scripts', function() {
    wp_dequeue_style( 'generate-mobile-style' );
}, 100 );

Adding PHP: https://docs.generatepress.com/article/adding-php/

Let me know if you need more info :)

Yup, thank your for supporting! It's working!

Awesome, glad I could help! :)

This archived topic is closed to new replies.