Forum Replies Created
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
Lars
MemberAnd adding the following line wp_enqueue_style( 'dashicons' ); to your functions.php should help:
//* Enqueue Scripts add_action( 'wp_enqueue_scripts', 'lifestyle_load_scripts' ); function lifestyle_load_scripts() { wp_enqueue_script( 'lifestyle-responsive-menu', get_bloginfo( 'stylesheet_directory' ) . '/js/responsive-menu.js', array( 'jquery' ), '1.0.0' ); wp_enqueue_style( 'dashicons' ); wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=Droid+Sans:400,700|Roboto+Slab:400,300,700', array(), CHILD_THEME_VERSION ); }Lars
MemberHad the same problem with the missing hamburger icon at the mobile menu.
But instead of updating the Lifestyle-Pro Theme i just overwrite the responsive-menu.js - And it worked.
February 8, 2014 at 2:31 pm in reply to: Mobile content pages running offscreen when using sidebars #89371Lars
MemberI had the same problem .... unless i deactivated the caching plugin^^
So cachify was the one who works against the css and responsive layout. But it works with WP Super Cache ...
Lars
MemberWe found out that there is just a problem with the Google & Facebook Cache. So it's not a site problem.
But thanks for your answer
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)