Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
Impact-Flies
Is it possible to rename the text in the nav bar from 'Categories' to 'Products'
includes/languages/english/extra_definitions/YOUR_TEMPLATE/headermenu.php
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jettrue
You'd have to make images to do that.
I could create some in PS. Where would I insert the pictures? Does you Dropdown with round corners work for 1.3.8?
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
Baller#23
I could create some in PS. Where would I insert the pictures? Does you Dropdown with round corners work for 1.3.8?
Dropdown with rounded corners? I don't have a drop down with rounded corners.
You would insert the image as css in the includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jettrue
Dropdown with rounded corners? I don't have a drop down with rounded corners.
You would insert the image as css in the includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css
Sorry, you are right. I was thinking of somebody else...
I inserted the images as you said, and everything works fine. Thanks!
But when I hover over the images, there is still the rectangular box. Is there a way to solve that problem?
And when I click on a one of my Categories for example the site moves over and my buttons dont align with the rest of my page.
My URL is www.psqinone.com
Thank you so much for you help. You are great!:smile:
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jettrue
includes/languages/english/extra_definitions/YOUR_TEMPLATE/headermenu.php
Thanks, thats fixed it :smile:
I have just noticed that the colour of the bar at the very top has changed to white in Firefox, the bar with 'Home & Log in' at the left side and the search box on the right, it should be the same colour as the others lower down such as the new products box etc. This is showing properly in IE7, the links are still there, if you move the mouse over them they show up. Any suggestions?
http://impactflies.com/fly_shop/
Re: CSS Dropdown menu for your header- With Categories!
Sorry, there appears to be no post edit button.
The boxes that drop down are narrower than the top boxes, how do I change them to be all the same width?
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
Impact-Flies
I have just noticed that the colour of the bar at the very top has changed to white in Firefox, the bar with 'Home & Log in' at the left side and the search box on the right, it should be the same colour as the others lower down such as the new products box etc. This is showing properly in IE7, the links are still there, if you move the mouse over them they show up. Any suggestions?
http://impactflies.com/fly_shop/
Anybody have any ideas about this? I have just realised that the log out link is now hidden due to the text being white and therefore not visible on the top bar.
Re: CSS Dropdown menu for your header- With Categories!
I have searched through all the posts and cannot find information on how to replace the category generator and manually add a category in the dropdown menu. For example, if I wanted to add "Music Genres" as an individual category, what would the lines of code need to look like. My goal is to only show certain categories (not generate the entire listing).
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
Impact-Flies
Anybody have any ideas about this? I have just realised that the log out link is now hidden due to the text being white and therefore not visible on the top bar.
Just for fun, save a copy of your current stylesheet.css, then upload the ORIGINAL classic stylesheet, and see if the issue goes away. Then we'll know whether or not the issue is in the css.
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
Impact-Flies
Sorry, there appears to be no post edit button.
The boxes that drop down are narrower than the top boxes, how do I change them to be all the same width?
Open up includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css and change all instances of 12em (3 places) to 17em.