Zen Cart Help and Design
If you don’t build your dream, someone else will hire you to help them build theirs.
Zen Cart Help and Design
If you don’t build your dream, someone else will hire you to help them build theirs.
I've got a bit of a question that I can't quite figure out (i'm sure this is more of a CSS issue than a abbiamo one, but I'll try here first). I'm trying to make the categories drop-down a bit wider, as I've got some fairly long names in my categories (actually, I have all of two categories, but they're both fairly long). I must be missing where in the stylesheet that column width is. Any pointers?
Thanks! The template is _awesome_!
On the stylesheet there is a section for the drop downs and sizes
/* ######################################################################____
02 DROP DOWN MENU
######################################################################____ */
Everything below that will be the size of the drop down menus.
The categories drop down is set to dropdown_1column but there are others that are effected by that as well, so changing that will change any drop down associated with dropdown_1column
Check the PM I just sent you about it
Zen Cart Help and Design
If you don’t build your dream, someone else will hire you to help them build theirs.
Hi Brandon, first off, great template collection you have. I have been playing around with this template for the last few days whilst rebuilding my website. One major problem I have is that since switching to your template specific products on my pages don't appear anymore, instead just saying 'test1'. Whereas there was the picture, description, add to cart etc. any ideas?
Thanks again, keep up good work
Zen Cart Help and Design
If you don’t build your dream, someone else will hire you to help them build theirs.
hi mate
just a quick question, how do i go about removing the specials link from the mega menu? i found where to edit the text i just dont know how to go about removing it completly!
also how do i add and remove links / titles from the footer?
hi mate,
ive managed to remove the specials link i removed the text and searched header_title_files and removed the following code
how do i add links mate and make them clickable?Code:</li> <li class="nodrop"><a href="<?php echo zen_href_link(FILENAME_SPECIALS); ?>"><?php echo HEADER_TITLE_SPECIALS; ?></a></li>
To add a new link you will need to follow the format for the link your removed.
Initiates the list and the class="nodrop" uses the styles for having no drop downCode:<li class="nodrop">
then the place you want them to be taken when they click the link, replace # with you direct link (ie http://www.yourdomainname.com)Code:<a href="#">
Then you place the text you want to be displayed after the "> (the sample calls a defined php variable but you can type your own text there
then you close the link and the list with
So the whole link would be like thisCode:</a></li>
If you change the class it will change the layout so adding the dropdown sometimes could require some more advance css codingCode:<li class="nodrop"><a href="http://www.yourdomainname.com">Your Text Here</a></li>
Zen Cart Help and Design
If you don’t build your dream, someone else will hire you to help them build theirs.
hi dude
so now i have a random appearing problem, i have tried restoring my back up but its not fixed it. my facebook like button has decided to move to my logo, and the menu bar has moved down. any idea how to fix it?
www.consolecodeslab.com
Bookmarks