Forum Replies Created
-
AuthorPosts
-
eme2Member
OK
I solved the rezisable menu
I have changed this code in the new functions.php file:"$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
wp_enqueue_script( 'magazine-responsive-menu', get_stylesheet_directory_uri() . '/js/responsive-menus' . $suffix . '.js', array( 'jquery' ), CHILD_THEME_VERSION, true );
wp_localize_script(
'magazine-responsive-menu',
'genesis_responsive_menu',
magazine_responsive_menu_settings()
);"For the code of the old fuctions.php file:
"wp_enqueue_script( 'magazine-responsive-menu', get_bloginfo( 'stylesheet_directory' ) . '/js/responsive-menu.js', array( 'jquery' ), '1.0.0' );"
and the header link removing this code:
"// Add Accessibility support.
add_theme_support( 'genesis-accessibility', array( '404-page', 'drop-down-menu', 'headings', 'rems', 'search-form', 'skip-links' ) );"eme2MemberYes, the mobile version doesn't show the resizable menu but I don't know why, I just upload the original functions.php with not modifications
eme2MemberSolved
Thank youeme2Membermy features images are 200x200 and when I open my blog in a mobile, the featured images are still 200x200.
I want to make it responsive, smaller un mobile deviceseme2MemberSolved
A code in my functions.php file was generating the problememe2MemberThis morning I Was testing a few hours The Rocket Lazy Load Plugin. Finally I unistalled it and I cleaned The Cache.
Now The Blog is running with Super Cache plugin as always. Cache is disable for logged users as always and The problem still follow -
AuthorPosts