Hide any of the Drop Downs
I am brand new to this site, and have not yet figured out how to do a new post. So please excuse me if I am posting it in the wrong place.
I followed the below instructions to hide the drop down menus, it works for all of them but not customerservice( .customerservice-li). Is customerservice spelled differently or written differently?
Also, how do I change/hide the links that are displayed in drop down menus, information or quicklinks?
Hide any of the Drop Downs
You can hide any of the drop down menus by going to includes/templates/abbington_mega/css/stylesheet_mega_menu.css
Add a display:none; to the class for the drop down you want to hide. So, for example, if you wanted to hide contact us you would add this to the bottom of the file:
.contactus-li{display:none;}
The classes for the drop down menus are as follows:
.quicklinks-li
.categories-li
.manufacturers-li
.aboutus-li
.information-li
.contactus-li
.customerservice-li
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
soki
Hi azul,
I just need the pure CSS Header Mega Menu to add to my site, can you please tell me how(what files are responsible)?
You can find a great tutorial about the menu here:
http://net.tutsplus.com/tutorials/ht...rop-down-menu/
Thanks,
Anne
Re: Hide any of the Drop Downs
Quote:
Originally Posted by
Adam1
I am brand new to this site, and have not yet figured out how to do a new post. So please excuse me if I am posting it in the wrong place.
I followed the below instructions to hide the drop down menus, it works for all of them but not customerservice( .customerservice-li). Is customerservice spelled differently or written differently?
Also, how do I change/hide the links that are displayed in drop down menus, information or quicklinks?
Hide any of the Drop Downs
You can hide any of the drop down menus by going to includes/templates/abbington_mega/css/stylesheet_mega_menu.css
Add a display:none; to the class for the drop down you want to hide. So, for example, if you wanted to hide contact us you would add this to the bottom of the file:
.contactus-li{display:none;}
The classes for the drop down menus are as follows:
.quicklinks-li
.categories-li
.manufacturers-li
.aboutus-li
.information-li
.contactus-li
.customerservice-li
If you post a link to your site I can take a look.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Hi Ive read your read me file a thousand times in regards to adjusting the stylesheet_mega_menu.css
I cannot find the code you described (aboutus-li) so I can place the code to not display the about us in the header. So far your read me is spot on but everytime I attempt to add {display:none;} anywhere I think might work it does not do what I need it to do. Where would i find the strings you listed? I dont see anything remotely close to your description.
------------------------------------------------------------------------------------------------------------------------------
Hide any of the Drop Downs
You can hide any of the drop down menus by going to includes/templates/abbington_mega/css/stylesheet_mega_menu.css
Add a display:none; to the class for the drop down you want to hide. So, for example, if you wanted to hide contact us you would add this to the bottom of the file:
.contactus-li{display:none;}
The classes for the drop down menus are as follows:
.quicklinks-li
.categories-li
.manufacturers-li
.aboutus-li
.information-li
.contactus-li
.customerservice-li
------------------------------------------------------------------------------------------------------------------------------
Aside from that I love your template and thanks for any help.
JP
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
StangJ427
Hi Ive read your read me file a thousand times in regards to adjusting the stylesheet_mega_menu.css
I cannot find the code you described (aboutus-li) so I can place the code to not display the about us in the header. So far your read me is spot on but everytime I attempt to add {display:none;} anywhere I think might work it does not do what I need it to do. Where would i find the strings you listed? I dont see anything remotely close to your description.
------------------------------------------------------------------------------------------------------------------------------
Hide any of the Drop Downs
You can hide any of the drop down menus by going to includes/templates/abbington_mega/css/stylesheet_mega_menu.css
Add a display:none; to the class for the drop down you want to hide. So, for example, if you wanted to hide contact us you would add this to the bottom of the file:
.contactus-li{display:none;}
The classes for the drop down menus are as follows:
.quicklinks-li
.categories-li
.manufacturers-li
.aboutus-li
.information-li
.contactus-li
.customerservice-li
------------------------------------------------------------------------------------------------------------------------------
Aside from that I love your template and thanks for any help.
JP
If you post a link to your site I can take a look.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Hi I just love this template Abbington Mega I have downloaded it and followed all the instructions but I seem to have done something wrong because I have started from scratch three or four times now and keep getting the same result.
The Template is installed but at the very top there seems to be an error produced by the code.
I get an Icon with a House and the word Home which is a link and works well. I then get an icon with a Star and the words Log In which is also a link and working well. But the the next icon is the shopping cart and next to that is this without the quotes " Shopping Cart - count_contents();?> item(s) - format($_SESSION['cart']->show_total());?> " This line of code is also is showing as a link and when clicked on it it shows the shopping cart on the front page.
Please could you help me fix this problem and let me know the files to change and where to find them.
All help most apreciated
Many thanks Steve
Re: Abbington Mega Template Support Thread
Awesome template! Thanks a ton!!
I have a small issue with the Gift certificate link. I have that module uninstalled in my Admin and it does not show up in the information sidebox but does show up in the footer. I went to the footer_defines.php file and removed the code but now I just have the word with no link. What file I need to edit to remove the words?
Thanks in advance,
Veedub3
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
Bexley
Hi I just love this template Abbington Mega I have downloaded it and followed all the instructions but I seem to have done something wrong because I have started from scratch three or four times now and keep getting the same result.
The Template is installed but at the very top there seems to be an error produced by the code.
I get an Icon with a House and the word Home which is a link and works well. I then get an icon with a Star and the words Log In which is also a link and working well. But the the next icon is the shopping cart and next to that is this without the quotes " Shopping Cart - count_contents();?> item(s) - format($_SESSION['cart']->show_total());?> " This line of code is also is showing as a link and when clicked on it it shows the shopping cart on the front page.
Please could you help me fix this problem and let me know the files to change and where to find them.
All help most apreciated
Many thanks Steve
It sounds like you are installing on a wamp server. Try installing a xamp and using that for your development ;-)
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
veedub3
Awesome template! Thanks a ton!!
I have a small issue with the Gift certificate link. I have that module uninstalled in my Admin and it does not show up in the information sidebox but does show up in the footer. I went to the footer_defines.php file and removed the code but now I just have the word with no link. What file I need to edit to remove the words?
Thanks in advance,
Veedub3
Just go a bit further down in the file and also remove the constant ;-)
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Just go a bit further down in the file and also remove the constant ;-)
Thanks,
Anne
Thanks that was simple enough!
Veedub3