Closed (works as designed)
Project:
Corolla
Version:
7.x-3.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2012 at 18:13 UTC
Updated:
21 May 2013 at 04:22 UTC
Jump to comment: Most recent file
Comments
Comment #1
Jeff Burnz commentedNot sure I follow the question - Superfish should work out of the box with any version, are you seeing a problem? Can you show me the problem first hand?
Comment #2
jnorell commentedI think it's just some css selectors that must have changed, as non-superfish menus look right, but superfish menus are largely/completely unstyled in 7.x-3.0-rc1.
This is a preview of a site I'm building that demonstrates the problem - the main menu (Services, Health and Wellness Articles, etc.) is a superfish menu. I just added a non-superfish menu to show the difference.
https://admin.dtc1.colographics.com/www.yoursingoodhealth.net/
Thanks....
Comment #3
knarzer77 commentedHi,
what I mean is, that in v7.3 some lines in the navigation.css are missing which were in v7.2 still in it, for instance:
#menu-bar ul > li > a {
color: #FFFFFF;
display: block;
line-height: 1;
padding: 0.833em 20px 1.083em;
}
I have appended 2 screenshots of the menu of my site. "Superfish in 7.2.JPG" is my productive site with Corolla 7.2. "Superfish in 7.3.JPG" shows the menu after upgrade to Corolla 7.3 (only on my test-PC).
It's no problem - I can take the missing lines in my css-file. But is it intentional?
Jan
Comment #4
Jeff Burnz commentedTry switching the SF style to default, rather than none, see if that does the trick for you - and yes the CSS did change a lot in 3.x themes, mainly to make it more consistent across themes (so they all have basically the same implementation) and cross browser compatibility is improved.
Comment #5
knarzer77 commentedHi Jeff,
thank you for the hint. The change of the style to default helped me.
regards Jan
Comment #6
relaxpor commented#4 Fix, BIG THANK!