Hello,
I wanted to add an additional sub sub menu page to my Arthemia theme. As of now it only allows for Page and Sub Page and not sure how to code another level.
Thank you in advance,
Matthew
Hello,
I wanted to add an additional sub sub menu page to my Arthemia theme. As of now it only allows for Page and Sub Page and not sure how to code another level.
Thank you in advance,
Matthew
When you add a page, you can make it the main parent or it the child of another already set menu option. Look on the right hand side of your wordpress dashboard or page creation window.
Choose what sub menu you want to be its parent.
Omar
Thank you Omar for your response. Yes, I have already done that but need to add another to the child page. Below is the link style I'm looking to create.
Need to make it: Page - Sub Page - Sub Sub Page.
I need to extend it to 3 levels, right now it's only 2. Page - Sub Page.
I can make the sub page the parent of the sub sub page but it does not display in the drop down menu.
Thanks again!
Can you send me a screenshot of what you are trying to do? Or show me a site that has a similar structure.
Thx
Omar
Omar,
Thank you again! Ok here is a link [url=http://demo.colorlabsproject.com/arthemia/]null
If you go the the "About" on the main menu it drops down a sub page and then when you go to the last sub page it drops to another sub page.
Right now, I can only drop down the first level and not an additional level. I'm using the Arthemia Free version not the premium.
Hope that helps and thank you again!
Matthew
@Matthew
that's just about an additional entry in style.css, you have to format the second ul-list inside the normal dropdown
try to add in style.css
#page-bar li ul ul {
margin:-22px 0 0 154px;
}
the values you might have to adjust, I use in http://themes.go41.de/?wptheme=arthemix_ME under the about button this values
#page-bar li ul ul {
margin:-31px 0 0 198px;
}
You must log in to post.