Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Old Version fixes and change logs (http://forum.bytesforall.com/forumdisplay.php?f=37)
-   -   BUGFIX 353-01: Fix styling when using the new WordPress menus (http://forum.bytesforall.com/showthread.php?t=8756)

juggledad Aug 7, 2010 06:43 AM

BUGFIX 353-01: Fix styling when using the new WordPress menus
 
1 Attachment(s)
If you use this fix, think about donating to support this theme and the people that work on it and support it.

DESCRIPTION: Using the new menus with WordPress 3.0+ may result in the Atahualpa styling not to appear.

CAUSE: This issue occurs because WordPress 3.0 has added new code for menus. This new code uses different identifiers for the menu items. The identifiers are differend than the ones Atahualpa uses.

FIX: This fix adds the new identifiers to the CSS and fixes a case where an 'id=' was being changed to a 'class='.

1) rename css.php to oldcss.php
2) rename bfa_new_wp3_menus.php (in the functions folder) to oldbfa_new_wp3_menus.php
3) Unzip the attached folder and move css.php to the ataualpa folder. Move bfa_new_wp3_menus.php to the atahualpa/functions folder.

Attachment 665

interfasys Aug 7, 2010 10:03 AM

This worked for me

dazmeister Aug 22, 2010 04:28 PM

Thanks!

This worked for me too. :)

ardee Aug 23, 2010 09:57 AM

Whee! That fixed TWO problems. Thank you!

(The problems were w3.org validation failure and parent menu non-highlighting.)

Two to-do list items checked off in one fell swoop. Really, truly, THANK YOU!

kathryn Sep 1, 2010 07:58 AM

This did not work for me (using WP 3.0 and ATA3.5.3).
I've got my page menu in the inner left sidebar with the custom menu widget (http://www.steelmancycles.com/wordpress/) I'm trying to achieve the following style (http://www.steelmancycles.com)
It seems I can do nothing to change the style....

lmilesw Sep 1, 2010 10:18 AM

Look in ATO>Add HTML/CSS Inserts>CSS Inserts for the code that is styling that menu. It probably starts with
HTML Code:

div.widget_pages ul li a
To get rid of the title you could use
HTML Code:

div.widget_pages h3 {display:none;}

RealityCramp Sep 9, 2010 02:06 PM

Donated again. Thanks for posting this.

MM/RC

lmilesw Sep 9, 2010 08:00 PM

This thread was started to address a bug that will be fixed in a subsequent release. The bug fixes are so users don't have to wait for the next release. The styling issues mentioned in some of the posts here are not fixes but styling changes that people want.

rohaver Oct 2, 2010 12:32 PM

Thanks for this, but I didn't have success. I replaced the two files and the menu looks the same. The page or top menu is out of whack and the second or category menu is correct.
What is different?
http://morrisonshomeimprovement.com
Thanks
this is the css/html insert code

div#menu2 {
background: transparent url(/wp-content/themes/atahualpa353/images/navbar.jpg) !important;
}
ul#rmenu2 {
background: url(/wp-content/themes/atahualpa/images353/navbar.jpg) !important;
padding:2px 5px;
}

ul.rmenu2 li
{
background: transparent url(/wp-content/themes/atahualpa353/images/navbar.jpg);
}

div#menu1 li.current_page_item a:link,
div#menu1 li.current_page_item a:active,
div#menu1 li.current_page_item a:visited {
background: transparent url(/wp-content/themes/atahualpa353/images/navbar.jpg) !important;
padding:5px 25px;
}

div#menu1 li.current_page_item a:hover {
background: transparent url(/wp-content/themes/atahualpa353/images/navbar.jpg) !important;
}

ul.rMenu li
{
background: transparent url(/wp-content/themes/atahualpa353/images/navbar.jpg);
}

juggledad Oct 2, 2010 03:26 PM

did you also apply 'BUGFIX 351-04: Fix sub-menu padding with WordPress 3.0 (needed in 352/353 also)'?

rohaver Oct 6, 2010 07:46 AM

I didn't I will look those up and add them

rohaver Oct 6, 2010 07:54 AM

I have changed all the pages you suggested and all is working as it should.

Thanks
Bob

KatyDigg Nov 6, 2010 05:14 PM

Thank you, Juggledad

This has worked perfectly, I'm using the new 3.0+ menus, very much appreciated.

I've donated, with thanks.

kjetil Nov 8, 2010 02:20 AM

Just like to add in that both fixes (351-04 and 353-01) were needed to make the dropdown menus look well even if I AM using the WP3 menus.
(Sorry if this is mentioned already; maaany posts)
Thanks a lot for the fixes!


All times are GMT -6. The time now is 04:44 AM.

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