Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
jabe00
Thanks for the answer, already done with the chage necesary on tpl_mega_menu.php, but did not find on stylesheet_mega_menu.css the code to enlarge the size for column...
Thanks....
Jose
I am happy tha tyou figured it out ;-)
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I am happy tha tyou figured it out ;-)
Thanks,
Anne
Thanks Anne,
Can you help me identifying line or code to modify for expand the drop-down size for column Repair Services on my site.
I know is in the stylesheet_mega_menu.css and maybe close here:
/* bof column sizes */
.mega-menu .col_1, .mega-menu .col_2 {display:inline;float: left;position: relative;margin-left: 10px;}
.mega-menu .col_1 {width:145px;} /* info store */
.mega-menu .col_2 {width:300px;} /* contact us */
.mega-menu .col_cs {width:605px;} /* about us */
.mega-menu .col_aboutus {width:585px;} /* about us */
.mega-menu .col_3 {width:455px;} /* unknown */
.mega-menu .col_4 {width:610px;} /* unknown */
.mega-menu .col_5 {width:765px;} /* unknown */
.mega-menu .col_6 {width:920px;} /* unknown */
Thanks
Jose
1 Attachment(s)
Re: Sheffield Blue Template Support Thread
Hi All,
I'm hoping someone can help me, I have done a fair bit of searching on Google and in this forum, but can't find what I need.
I am using the Sheffield Blue template and it is awesome, however I would like to format the category side menu and remove the "|_" next to sub-categories, when the are dropped down.
Attachment 12520
I have used the Developers Toolbox to search for that string within the php and css files but it found nothing.
I am happy to do the work, but just need someone to point me in the right direction.
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
rcbitz
Hi All,
I'm hoping someone can help me, I have done a fair bit of searching on Google and in this forum, but can't find what I need.
I am using the Sheffield Blue template and it is awesome, however I would like to format the category side menu and remove the "|_" next to sub-categories, when the are dropped down.
Attachment 12520
I have used the Developers Toolbox to search for that string within the php and css files but it found nothing.
I am happy to do the work, but just need someone to point me in the right direction.
Hope this can help.
In your Admin go to Configuration - Layout Settings find Categories Separator between the Category Name and Sub Categories and change |_ to anyone you want.
Hope this was what you was looking for...
Thanks,
Jose
Re: Sheffield Blue Template Support Thread
Thanks jabe00 - worked a treat.
I never would have thought of or found that!
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
rcbitz
Thanks jabe00 - worked a treat.
I never would have thought of or found that!
I am happy that you figured it out. This info is also up in the FAQ's section of this site.
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Is there any way to delete the ' # units in stock' line from the product information?
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
DJLQD
Is there any way to delete the ' # units in stock' line from the product information?
Here is the "Easy Help Zen Cart Tutorial™: How to Remove the “X Units In Stock” From the Product Info Page"
HTML Code:
http://www.picaflor-azul.com/blog/?p=1052
Thanks to Picaflor-Azul
Regards,
Jose
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
DJLQD
Is there any way to delete the ' # units in stock' line from the product information?
As with any Zen Cart site, go to Admin->Catalog->Product Types->(Product-General)->Edit Layout->Show Quantity in Stock
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
DrByte
As with any Zen Cart site, go to Admin->Catalog->Product Types->(Product-General)->Edit Layout->Show Quantity in Stock
Thank You!!