Hiding menu on mobile only when viewing posts?

Assuming you are editing a child theme (or somehow protecting your changes from future update/over-writing) a very simple way to accomplish this is with a CSS rule that targets your mobile menu, then applies display: none to it. Using a combination of media queries and carefully written CSS selectors, you can target exactly the HTML … Read more

search in jquery mobile returns blank page

No comments but ill answer anyway for future clueless jqm developers as me. apparently (wasent clear for me base on my regular web dev experience) that if the destination is not a jquery mobile page it wont load and show blank… weird? or maybe there is other explanation that i didn’t noticed while deleting and … Read more

Making a custom CSS per mobile

You need use the wp_is_mobile() For example changing your style.css in the header.php <?php if ( wp_is_mobile() ) { /* Display and echo mobile specific stuff here */ } ?>

Mobile Menu not working on TwentyThirteen child theme

This is code from the codex which enables your child inheritance. add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ ); function theme_enqueue_styles() { wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ ); wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri() . ‘/style.css’, array(‘parent-style’) ); } https://codex.wordpress.org/Child_Themes

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