Mobile menus are scrolling back to top when i click on hamburger icon instead of being to that section, also clicking on the blank part isn’t closing the menu, please suggest.
]]>(And oh, I can’t find the Polylang language picker in the custom menu builder, but that’s a minor issue. I can use widgets instead.)
]]>Keep it up Jason, and thanks for the fix today.
]]>I’m kinda new to wordpress and I’ve been doing so much research actually. However, I’ve had a hard time adding a custom menu at the footer. I figured out that you need to use a child theme and such. So I downloaded the writee child theme and activated it but I don’t know how to add another menu at bottom. I was hoping to put a contact us, terms & conditions, privacy policy menu at the bottom.
Thanks!
]]>For example M://test.docx
I tried to put file:/// but it didnt accept it.
IF i try to put something else to URL-field, text just disappear after saving from the same field.
]]>Sometimes when you chose a theme from Themes Directory, you will think of a way to use it that the original designer never contemplated. That is when Plugins fit in, and this plugin is an example of filling an end user’s individual needs. My theme (Kelly) only came with One Primary Nav Menu. It was missing a “Social Links Menu” that other themes from Automattic seem to include: Sorbet , Edin , Intergalactic , Harmonic , and Minnow . SO, if you find a WordPress Theme that you really like; AND it is missing a “Social Links Menu” that other themes may already provide; THIS PLUGIN will add it back in with 4-5 options of Social Icon Libraries included. What more could you ask for?
]]>Apparently switch_to_blog() does nothing for get_registered_nav_menus() and even if it did, they’d have to be in registered nav areas in the theme for some reason?
That doesn’t help me, so I have to build out the menus by hand from the database.
I’ve found the menu names are stored in wp_terms and some of the items seem to be in wp_postmeta. My question is, from the backend forward how do I go about building out menus from the database?
]]>Is it also possible in /advert/ page and subpages?
https://www.ads-software.com/plugins/wpadverts/
]]>function register_my_menus() {
register_nav_menus(
array(
'header-menu' => __( 'Header Menu' ),
'extra-menu' => __( 'Extra Menu' )
)
);
}
add_action( 'init', 'register_my_menus' );
]]>