Mobile Menu Not Showing

Your menu appears to be a Custom Menu Widget instance. You have to add a Nav Menu via the Appearance > Menus section, the button only works with the menu assigned to the Primary Menu location.

Mobile Featured Image Bug

The images not being loaded are prefixed with the domain https://i2.wp.com This is the CDN used when you activate the PHOTON module in the Jetpack Plugin. If you deactivate the PHOTON module or deactivate the Jetpack Plugin, you should be rid of the issue.

wp_is_mobile dequeue not working

It looks like you are using the script “src” rather than the script “handle”. Have you tried: add_action( ‘wp_enqueue_scripts’, ‘remove_plugin_scripts’, PHP_INT_MAX ); function remove_plugin_scripts() { if ( wp_is_mobile() ) { // Remove script file. wp_dequeue_script( ‘tp-tools’ ); wp_deregister_script( ‘tp-tools’ ); wp_dequeue_script( ‘revmin’ ); wp_deregister_script( ‘revmin’ ); } }

How does a mobile WordPress theme differ from a simple theme?

It’s really not a “wordpress” specific, it’s just the css. You just give it a css for mobile browsers. That’s it. here are few good readings on how to get about the css for mobile: http://www.html5rocks.com/en/mobile/mobifying.html http://net.tutsplus.com/tutorials/html-css-techniques/responsive-web-design-a-visual-guide/ if you still have some questions, feel free to ask. 😉

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)