A sub-menu generally is made by adding another ul/li elements inside an li, like this:
<ul> <!-- Menu -->
<li>Menu item 1</li>
<li>Menu item 2</li>
<li>Menu item 3
<ul> <!-- Sub Menu -->
<li>Sub item 1</li>
<li>Sub item 2</li>
</ul>
</li>
</ul>
But if you want some dropdown menu, you have to add some css, so that the submenu is hidden, and when you hover on the li with the submenu, you show the submenu.
I don’t know that theme but it seems to me they don’t have css for that.
The menu is build directly in the code? It’s not using WordPress Menus?
If you give a link of your site, I can help you with the css.
Related Posts:
- WordPress API Menu/Submenu Order
- Custom Nav Walker Displaying Values in Sub Menu
- Custom Nav Walker to show siblings and children of current branch?
- Create self-populating menu and add extra divs to the menu layout
- Find the Children of a Page then Echo it as a Bulleted List of Links (menu)
- wp_post->post_parent object returning 0
- Single-level menu option? Another way?
- Admin: sub menu doesnt display under apperance when activate my themes
- Use a filter on menu items that have children
- WordPress custom menu can’t show 3. level submenu
- Theme: dropdown hover menu not showing up in IE/Edge
- Show all menu levels except top level. How to exclude top level of a menu?
- WordPress menu walker – Get parent item text inside end_lvl function
- WordPress doesn’t recognize submenus as so I can’t style them properly
- Menu order of parent menu from perspective of child menu
- Main Menu Theme Different Output Print
- Add wrapper for a specific sub-menu
- Should I use set_transient or update_option?
- Custom Taxonomy Tree view
- Add a preview to a WordPress Control Panel
- How do I get my child-theme to work with my theme’s includes folder?
- wp_insert_post breaks rewrite rules
- Where can I find a good reviewed collection of Twenty Ten child themes?
- Template Hierarchy for get_header()
- How to add (css) classes to only one wp_nav_menu()?
- Advantages of using instead of wp_enqueue_style()?
- Style.css redirects to 404 Page not found
- How to add suggest plugin to theme?
- how do I get a sidebar’s id or number for use with is_active_sidebar()
- Looking for the code in twentyten that allows users to select images for the header/banner
- Relative Time On Posts
- Prevent update check for specific theme
- using wordpress without javascript
- Theme Check: Could not find post_class
- Unhook jQuery from WooCommerce via `functions.php`? [closed]
- Set a static front-page as a landing page programmatically
- Mark menu item as current-menu-item for category
- WP 3.1 upgrade breaks AutoFocus+ theme
- Comment entry screen shows even though “Allow Comments” is unchecked
- How can I display/hide certain content based on a Theme Option field?
- Custom WordPress Theme – Search not working on posts
- How can I make that when I clic on one of the menu items, that page shows only posts with the same category?
- Hide header texts (Title & Tagline) in custom-header.php
- Why an arugment is missing in wp_get_attachment_image_attributes?
- Archive page doesn’t work
- Where to hook settings api init
- How to add “Template” option in page attributes panel?
- defining a folder location in order to recall it
- How can I detect hierarchal relationships beyond children (grandchild, great-grandchild, etc)?
- How to enable thumbnails in RSS dashboard widget
- How can i attach the attachment-ID to the user profile image?
- JavaScript stops working on selectively refreshed sections one inside the other
- Remove settings if theme is deleted?
- Custom Blocks as part of a theme
- How to set up diffrent mobile theme for single site in WordPress?
- Derive child theme from separate theme
- How to change footer or for different kinds of users in wordpress?
- How to Download Minimum Requirement of WordPress (Not Themes )
- Create a child theme from multiple themes
- How can I use the WordPress Loop and Pagination in multiple instances but different scenarios throughout my site?
- How to determine (via php) if site is using a static home page?
- How to fix : Uncaught ArgumentCountError: Too few arguments to function? [closed]
- I have WordPress setup on primary domain, how do I set it up on its subdomain using the same database?
- Theme development – Automatically menu creation
- pre_get_comments or the_content filter
- using part of a theme in another theme
- Pagination not working on custom post page
- What might cause a featured image not to display?
- Add a field to the taxonomy editor?
- How to set default values for edit_post_link() in my theme?
- Remove/Hide a Widget on a Custom Template
- Creating an advanced searchform based on select boxes
- Setting thumbnail featured image size not working properly
- showing all recent posts in theme
- Why WordPress developer still using timthumb and what are advantages using them? [duplicate]
- finding menu hierachy > wp_get_nav_menu_items
- WordPress Shortcodes – Optional Styles
- I don’t think WordPress is loading jquery or bootstrap js
- Show popover with url and option to open in new window
- Child theme’s style.css is loaded twice
- Is it possible to show sort page excerpt in search.php
- Custom pages with html in wordpress editor vs. writing it all directly in the php template files?
- How to display home page last modified date in anywhere of wordpress theme?
- Infinite scroll without plugin using ajax
- WooCommerce – edit templates
- How to include all files within a folder & its sub folders to functions.php?
- How to dowload and edit content of a website
- Uncaught Reference error in Retina.js
- wordpress thumbnail onclick then modal will come out
- Replaceing _custom_background_cb
- Best strategy for providing theme options using customizer
- Theme Development for a Newbie
- How can I fix the even/odd child classes comments so that the comments are unaffected by the top-level even/odd?
- get_footer not working boilerplate theme
- Deleting all Options on theme switch
- Any Cool WordPress Theme Editor? [closed]
- My wordpress site memory exhausted more than 1GB trying to debug with default
- Display first post on each page differently than the others
- Custom Theme functions.php – Using add_settings_field and input type=”file” to set custom logo
- Image and font support missing in editor when deploying theme remotely