I installed a new theme in WordPress and I found the navigation/menu for this theme in mobile view is Icons Menu not horizontal menu as in normal browsers view
Check this picture:
http://oi58.tinypic.com/2q3xaw0.jpg
Which part in the theme files is responsible for this issue?
CSS? or any other php file?
In Chrome right click the menu bar and select "Inspect Element".
Now you can inspect the elements on the page and see what ID or Class they have.
Search the Theme folder for a file called custom.css, here you can add new css styles that will override the old ones. Now you can redesign the menu bar as you like.
Or,
There may be a menu setting in the wp-admin backend of wordpress. Check the wordpress sidebar on the left for a new item named 'your theme' and search the options for menu settings, you may be able to check a button to change it there.
Related
I would like to be able to create a navigation menu in WordPress in which the top-level nav items are not pages, but rather menu headings, which expand the sub menu when clicked.
The default WP menu behavior is that all menu items are links to content (pages, posts, etc), and that sub-items are viewed upon hover.
I'm looking for a way to make it work more like the menu behavior built into Twitter Bootstrap (and for the same usability reason).
I'm looking for a solution that either already exists as a plugin, or which I can build into a plugin, so that anyone can create a new menu like this in the WordPress menu editor.
checkout this tutorial :
https://digwp.com/2011/11/html-formatting-custom-menus/
If you dont want any custom html structure than you can simply add the classed to menu and for top level menu create a custom link with # as href.
I am a total beginner on the platform wordpress ... bought a theme, installed it, everything right, the menus appeared. But I would like to include a submenu, the parent menus in a theme and create a page to add.
How do I do that?
I'm lost.
Ok, so on your dashboard you see the main menu down the left hand side. The editor for menus is under Appearance -> Menus.
In there you should be able to easily structure your menus and sub-menus with a simple drag and drop editor, as long as your theme supports editable menus and sub-menus.
As for creating pages, you do that by going to Pages -> Add New. Once you have created a page it should show up in the menu editor to be added.
Hope that helps.
on the left side of the admin page there are all the top level menu buttons such as users and settings.
I want to make my own plugins page that is more indepth than the custom page but i need to look at the source code inside of wordpress.
where is the file for the plugins page inside of wordpress 3.4.1? (newest version)
I think this is what you are looking for:
From the WordPress root: /wp-admin/plugins.php
I have a Wordpress theme which has been designed, however, the links are wrong at the top
For example:
About Us should go to here
Furniture should go to here
The link to the blog is here
I have already tried adjusting the position, and the width of each menu item, but to no avail.
In Wordpress Admin console there is the option Appearance>Menu. Create a new menu, add the items you want (you can add pages you made, create custom items with links to other pages, etc), save the menu. Now go to Appeareance>Themes>Customize current theme and change the navigation path.
Is there a plug-in that improves the standard menu editor in Wordpress? For example I need to change the attributes "rel" and "class" for menu items not just the "title".
Its already there in WordPress. No external plugins required.
Goto Dashboard -> Appearance -> Menus
Click the screen Options button on the top left to see advanced options.
Now select the CSS classes and Link Relationship on Show
advanced menu properties.
Now 2 new boxes will appear for every menu. Just add your custom
class and rel there.
Thats all. Cheers!!!