Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
ben harry
Hi, im sure this is a simple task within stylesheet_mega_menu.css but after spending ages searching around google im stuck on the following: How do i add a seperater line between the links in mega menu.....
Thanks
If you post a link to your site I can take a look.
If you just want to add a pipe you can add this after the links in includes/templates/abbington_mega/common/tpl_meg_menu.php file.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
godt
You are right Anne,
Not at all sure what the error is, as a backup reloaded with the same error/s. So now involved in a rebuild from scratch. Oh well.
I am sorry to hear that! You might try doing a google search for "client denied by server configuration" or switching web hosts.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
site is http://www.bodykitsonline.co.uk/subaru i would like to have a vertical seperator line (or pipe if this is what its called) between the links in the menu, basically the same as what is in the menu in this forum, also how do i get the hover colour box to be deeper so when it is hovered over the secondary colour highlights the whole menu bar between the pipes....... Hope that makes sense......
3 Attachment(s)
Re: Abbington Mega Template Support Thread
hello i need help . with footer and side columns stuffs ..
firstly i need to tell you that i am very new in zencart. so forgave me if i asked any stupid questions .
my shop link httP//stuffs4shop.com
well i need to delete Important Link column placed in right side .
Attachment 12990
and also i want to know how i can delete TABS like in image below i need to delete Information and Quick Link Tab
Attachment 12989
and i need help in footer thing in footer i am not able to find via or credit card logos
also in footers i need to delete some links from Customer Service Columns and other
in below image i highlighted the text in red those thing i need to delete .
Attachment 12991
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
Stuffs4Shop
hello i need help . with footer and side columns stuffs ..
firstly i need to tell you that i am very new in zencart. so forgave me if i asked any stupid questions .
my shop link httP//stuffs4shop.com
well i need to delete Important Link column placed in right side .
Attachment 12990
and also i want to know how i can delete TABS like in image below i need to delete Information and Quick Link Tab
Attachment 12989
and i need help in footer thing in footer i am not able to find via or credit card logos
also in footers i need to delete some links from Customer Service Columns and other
in below image i highlighted the text in red those thing i need to delete .
Attachment 12991
You can turn on/off any sideboxes in admin--tools--layout boxes controller.
See the readme.html file for how to turn off or hide the mega menu items adn for help with the cc logos in the footer.
Edit the includes/languages/english/extra_definitions/abbington_mega/footer_menu_defines.php file to add/remove links in the footer menu.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Hello Anne,
How can I reduce / remove the space between the slide show and the controls below it - there currently is about 3cm of wasted blank space between bottom of slide show box and top of controls.
cheers, Mike
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
shags38
Hello Anne,
How can I reduce / remove the space between the slide show and the controls below it - there currently is about 3cm of wasted blank space between bottom of slide show box and top of controls.
cheers, Mike
You can edit the stylesheet_slides.css file. If you want to make css changes and do not know what line of the file to edit, I would recommend using the firefox web debeloper tools or firebug.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
ben harry
site is
http://www.bodykitsonline.co.uk/subaru i would like to have a vertical seperator line (or pipe if this is what its called) between the links in the menu, basically the same as what is in the menu in this forum, also how do i get the hover colour box to be deeper so when it is hovered over the secondary colour highlights the whole menu bar between the pipes....... Hope that makes sense......
Is this possible? I've searched around and I can't find anyone else that has asked for the same design....
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
ben harry
Is this possible? I've searched around and I can't find anyone else that has asked for the same design....
Yes, almost anything is possible with css ;) or if you just want to add a pipe, it can be added to the xhtml in the includes/templates/abbington_mega/common/tpl_mega_menu.php file.
With css you can add this to stylesheet_mega_menu.css:
Code:
.mega-menu li a {border-right:1px solid #fff(or whatever color);}
.customer_service .drop{border:none;}
For the hover you will need to play with the paddings/margins.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
picaflor-azul
You can edit the stylesheet_slides.css file. If you want to make css changes and do not know what line of the file to edit, I would recommend using the firefox web debeloper tools or firebug.
Thanks,
Anne
Anne,
where might I find the stylesheet_slides.css file? it doesn't reside in includes/templates/abbington_mega/css with all the other css files
thanks, Mike