Re: Bentley Classic Template Support Thread
Quote:
Originally Posted by
DivaVocals
Hey Anne thanks.. It's the mega menu that comes wit this template.. and yes I already made the categories and manufacturers two columns.. I may just be still sleep deprived.. I spent ALL of this weekend backing up the old site and transferring over my development code.. (most of that time was spent struggling to backup the old site - 10GB of CRAP!!) I am just not clearly seeing what is required to widen the columns.. So if this ends up being is a simple answer I apologize in advance..:blush:
http://www(dot)laserdiscvault(dot)com/
You can do something like this:
Code:
.mega-menu .dropdown_2columns {width: 400px;}
.mega-menu .col_2 {width:400px;}
.mega-menu .col_2 ul li{width:200px;}
Thanks,
Anne
Re: Bentley Classic Template Support Thread
Quote:
Originally Posted by
picaflor-azul
You can do something like this:
Code:
.mega-menu .dropdown_2columns {width: 400px;}
.mega-menu .col_2 {width:400px;}
.mega-menu .col_2 ul li{width:200px;}
Thanks,
Anne
Getting closer.. It's that last declaration I was missing apparently.. Thanks Anne:smile:
Okay.. So I wanted to widen these columns a tad so that the category names would not wrap the way they are now.. For the manufacturers this seems to be fine.. the product categories are still wrapping the text.. I tried adding to the widths above but get an undesirable result (suddenly my 2 column becomes one BIG single column and the category names still wrap)
Re: Bentley Classic Template Support Thread
Quote:
Originally Posted by
DivaVocals
Getting closer.. It's that last declaration I was missing apparently.. Thanks Anne:smile:
Okay.. So I wanted to widen these columns a tad so that the category names would not wrap the way they are now.. For the manufacturers this seems to be fine.. the product categories are still wrapping the text.. I tried adding to the widths above but get an undesirable result (suddenly my 2 column becomes one BIG single column and the category names still wrap)
You need to play around with the widths until you get the exact ones that you want ;-)
Try this:
Code:
.mega-menu .col_2 {width:400px;}
.mega-menu .col_2 ul li a{width:250px;}
Thanks,
Anne
Re: Bentley Classic Template Support Thread
Quote:
Originally Posted by
picaflor-azul
You need to play around with the widths until you get the exact ones that you want ;-)
Try this:
Code:
.mega-menu .col_2 {width:400px;}
.mega-menu .col_2 ul li a{width:250px;}
Thanks,
Anne
No, try this instead:
Code:
.mega-menu .dropdown_2columns {width: 400px;}
.mega-menu .col_2 {width:400px;}
.mega-menu .level2 li a{width:300px;}
.mega-menu .level2 li{margin-right:45px;}
Thanks,
Anne
Re: Bentley Classic Template Support Thread
Well this helps.. I played around and got mostly everything working correctly.. I get a weird happening when I hover over certain categories where the right column jumps over to the left.. Doesn't happen when hovering over the manufacturers.. Hmmmm.. I will mess around with trying to figure out how to stop that behavior later.. I'm kinda tired of looking at this.. :laugh:
Quote:
Originally Posted by
picaflor-azul
No, try this instead:
Code:
.mega-menu .dropdown_2columns {width: 400px;}
.mega-menu .col_2 {width:400px;}
.mega-menu .level2 li a{width:300px;}
.mega-menu .level2 li{margin-right:45px;}
Thanks,
Anne
Re: Bentley Classic Template Support Thread
Quote:
Originally Posted by
DivaVocals
Well this helps.. I played around and got mostly everything working correctly.. I get a weird happening when I hover over certain categories where the right column jumps over to the left.. Doesn't happen when hovering over the manufacturers.. Hmmmm.. I will mess around with trying to figure out how to stop that behavior later.. I'm kinda tired of looking at this.. :laugh:
Yes, check your css. Although this technique is an easy way to get 2 columns in the categories/manufactures drop downs, if it is not working for you, you should look at the categories_ul_generator file and make modifications there and to in the tpl_mega_menu.php file, the part that loads the ul generator.
Thanks,
Anne
Re: Bentley Classic Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Yes, check your css. Although this technique is an easy way to get 2 columns in the categories/manufactures drop downs, if it is not working for you, you should look at the categories_ul_generator file and make modifications there and to in the tpl_mega_menu.php file, the part that loads the ul generator.
Thanks,
Anne
Yeah at some point I will do that.. Not sure what I'd be looking for, but I'll have a looksee at some point soon.. For now it's really only two categories it happens to and my client has okayed me taking a break on fixing this for right now.. Thanks for your help!!:smile:
Re: Bentley Classic Template Support Thread
Hi Guys,
I just want a quick guide to how to activate and edite the slide show menu in the center of the tamplate as I disabled it a long time ago and now I don't remember how I did that ?
Re: Bentley Classic Template Support Thread
Quote:
Originally Posted by
alhakeem2001
Hi Guys,
I just want a quick guide to how to activate and edite the slide show menu in the center of the tamplate as I disabled it a long time ago and now I don't remember how I did that ?
How did you disable it? Did you add a display:none; to the stylesheet or did you remove the code?
Thanks,
Anne
Re: Bentley Classic Template Support Thread
Hi Anne,
Happy Holidays! Thank you for creating such a great template for Zen Cart, I was using estorenow template before but couldn't get it to configure the way I want it to look. I just started to customize your template with slideshow and logo etc. but I noticed that my slideshow is not below the header, instead it is overlapping it. I've also view other pages and it is the same, can you please guide me on how I resolve this?
http://selectious(dot)com/index(dot)php?main_page=index
Also, please advise how I can line my Option Name attributes in a row, right now, it is all over the place... :(
http://selectious(dot)com/index(dot)...roducts_id=180
I tried to re-upload the css files but that did not resolve the issue and I'm using zencart 1.3.9h.
Thank you very much!