Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Extra Buttons on Page Menu Bar (http://forum.bytesforall.com/showthread.php?t=7512)

impossible Jun 10, 2010 12:41 AM

Extra Buttons on Page Menu Bar
 
This is my first attempt at building a site, so I don't know how to ask this question correctly or the terms to search for, so please be patient and kind.

I am trying to edit the page menu and for some reason it has little extra buttons that link to the page and not where I am trying to make it go.

Go hover around my menu and see what I mean.

You can probably tell what I am trying to do, but I would like the parent page button to not be click-able if a sub page is present.

Thanks in advance!

juggledad Jun 10, 2010 04:27 AM

what version of Atahualpa and WP?
How are you going about making your menu?

impossible Jun 10, 2010 04:59 AM

Ah yes, basic info that might help you guys, versions:
Atahualpa 3.4.9
WordPress 3.0-RC1

I am using the pages and page menu bar functions. Please tell me there is a better way!

juggledad Jun 10, 2010 05:01 AM

Atahualpa's or wordpress's?

impossible Jun 10, 2010 08:24 AM

I am using WordPress 3.0-RC1 -> Dashboard -> Pages to create the pages and asign the links and parent structure

I am using Atahualpa 3.4.9 -> Page Menu Bar to control options like color, size, etc

qbuster Jun 12, 2010 01:39 AM

Quote:

Originally Posted by impossible (Post 34041)
This is my first attempt at building a site, so I don't know how to ask this question correctly or the terms to search for, so please be patient and kind.

I am trying to edit the page menu and for some reason it has little extra buttons that link to the page and not where I am trying to make it go.

Go hover around my menu and see what I mean.

You can probably tell what I am trying to do, but I would like the parent page button to not be click-able if a sub page is present.

Thanks in advance!

If I understand you correctly, I think you can switch off the 'clickability' of the top layer of page menus with sub-menu items in Ata Them Options/Page Menu Bar/Don't link first level parent items in Page Menu Bar

Hope this helps,


Will

juggledad Jun 12, 2010 06:20 AM

it's caused because of the padding you added to the menus. Remember this is CASCADING STYLES so a style that you apply to an element, effects all children elements. If you want the children not to have that effect, you have to code a css selector/rule for the child that will turn it off.

Try this in the CSS Inserts
HTML Code:

div#menu1 ul.rMenu li ul li a, div#menu2 ul.rMenu li ul li a{
padding:0px 10px



All times are GMT -6. The time now is 10:01 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.