How do I build and design an upper menu using drupal?
Most contrib Drupal Themes will allow you to do the following:
Navigate to
http://YOURSITE//admin/build/themes/settings/YOURTHEME
Then toggle the primary menu and
click save
Next go to
http://YOURSITE/admin/build/menu-customize/primary-links/add
and add a menu item called test
See your nice shiny new menu item at the top somewhere?
Now use your trusty CSS knowledge and your fantastic PHP/HTML skills and start designing by modifying your chosen starter template :)
Not really sure what you're asking for, but try these modules:
http://drupal.org/project/nice_menus - Nice Menus
http://drupal.org/project/superfish - Superfish
They should do the trick.
Related
Hello i need to make a small menu like this
When i press the menu item, differend text is shown. I am new on wordpress and html. Could somebody explai how to do that ? Maybe there is plugins ?
Follow this tutorial from Codex. This guide covers the basic tasks a user may carry out when using the built-in menu editor.
http://codex.wordpress.org/WordPress_Menu_User_Guide
I just started to work with drupal, I'm trying to create a drop down submenu from the main menu, however it doesn't show up. Not because I misconfigured something (I think).
Can anybody tell me why this is the case?
I'm using the Bootstrap theme, i also tried others.
I have checked "Show as expanded" for parent menu item in main menu also.
Thanks,
Hi This can be done using nice menu irrespective of the theme used.
The nice menu module by default creates some blocks in Drupal. You just have to edit the block called nice menu 1 & configure it & display in a specific region of the theme.
I didn't use Bootstrap, and is very hard give you an answer without see what you have in your site, but maybe Nice Menus can be your solution.
I am new to wordpress. I want to know how can I customize a navigation menu in wordpress. I want to be able to change the look and contents of the navigation menu according to my need.I searched for plugins but none matches with the requirement. How should I proceed?
The menu is built up by the pages that you create. All the other stuff that you see are made up from widgets which you can drag and drop in the widgets menu.
So what are your plans exactly and what is the url so we can help a little bit better?
Can anyone tell me how I can use the Szmyd's Advanced Menu module with Orchard CMS without any of the superfish styles etc?
Thanks again in advance.
The module at installation time replaces the default menu with StyledMenuWidget. This widget uses Superfish. You are free to change that - go to Widgets admin, remove the existing menu widget from Navigation Zone and add new MenuWidget there instead.
I'm trying to create a horizontal menu in WordPress that can be changed on the fly by non-technical users without editing the theme directly. i.e. The graphics department :). I'm a .net developer and the way I would do this in .net is to create a database with the attributes of the link, and make a user friendly back-end to display the contents with CRUD.
Is there an easier way of doing this in WordPress?
I assume you're building a theme? Base your menu on the new default WordPress › TwentyTen theme's menu; it has easily configurable drop down CSS menus. For IE support, see http://firelords.net/wp-plugins/ie6-support-2010/ie6-support-2010.zip
There are other plugins, too, that provide easy menu generation in the Admin section for themes in general: CSS Dropdown search WordPress Plugins