Jump to content
Sign in to follow this  
ckshdopgmailcom

problems with iblogpro 4.1.5 and wordpress 3.0

Recommended Posts

ckshdopgmailcom

Today I was trying to update to iblogpro 4.1.5 and wordpress 3.0. After finish, my drop down menu doesn't work anymore. I did select to drop down navigation in the header and nav menu but it just wouldnt work. I also I use to add following code to the css rules in order to make the icon on the far left of my navigation menu bigger. However, it doesn't seem to work either. Can you help me fix it? my site is at http://consciousanalytics.com ------------------- #wrapper #nav ul.dropdown li a.home, #wrapper #nav ul.dropdown li a.home:hover { background-position: 50% 50%; height:85px; margin:-50px 0 -17px; width:70px; }

Share this post


Link to post
Share on other sites
cmunns

To get the drop downs to work you have to recreate your menu using the NEW menu options created in WP 3.0 For the icon to actually overlap the menu (if that's what you're going for it has to be outside of the navigation e.g. the header. Otherwise you just need to resize it backdown and mess with the background positioning accordingly.

Share this post


Link to post
Share on other sites
ckshdopgmailcom

Hi Munns Thanks, I have solved the first problem. For the second problem, this is what I use to get, a img overlapping the menu. http://golfclub-stippelberg.nl/wp/ I used to be able to do exactly what is shown in that website before the upgrade by pasting the code to the css custom code section. I am not a expert in the code so don't quite get what you mean by "it has to be outside of the navigation, e.g. the header". Could you let me know the specific steps. Thanks Jerry

Share this post


Link to post
Share on other sites
cmunns

Oh I see. Your CSS is getting overridden. You have the selector wrong (it may have changed) see below for correct selectors `#wrapper #nav ul.homebutton li a.home, #wrapper #nav ul.homebutton li a.home:hover`

Share this post


Link to post
Share on other sites
ckshdopgmailcom

Hi Munns, It works!! Thanks ....:) Jerry

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×