Page 75 of 102 FirstFirst ... 2565737475767785 ... LastLast
Results 741 to 750 of 1017
  1. #741
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by ben harry View Post
    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

  2. #742
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by godt View Post
    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

  3. #743
    Join Date
    Mar 2007
    Location
    Cornwall - uk
    Posts
    464
    Plugin Contributions
    0

    Default 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......

  4. #744
    Join Date
    Aug 2013
    Location
    Pakistan
    Posts
    2
    Plugin Contributions
    0

    Default 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 .

    Click image for larger version. 

Name:	1Ns4TFk.jpg 
Views:	100 
Size:	22.6 KB 
ID:	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

    Click image for larger version. 

Name:	tG6dllr.png 
Views:	106 
Size:	5.1 KB 
ID:	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 .

    Click image for larger version. 

Name:	zD1gTdt.jpg 
Views:	38 
Size:	19.4 KB 
ID:	12991

  5. #745
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by Stuffs4Shop View Post
    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 .

    Click image for larger version. 

Name:	1Ns4TFk.jpg 
Views:	100 
Size:	22.6 KB 
ID:	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

    Click image for larger version. 

Name:	tG6dllr.png 
Views:	106 
Size:	5.1 KB 
ID:	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 .

    Click image for larger version. 

Name:	zD1gTdt.jpg 
Views:	38 
Size:	19.4 KB 
ID:	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

  6. #746
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default 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

  7. #747
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by shags38 View Post
    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

  8. #748
    Join Date
    Mar 2007
    Location
    Cornwall - uk
    Posts
    464
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by ben harry View Post
    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....

  9. #749
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by ben harry View Post
    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

  10. #750
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    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

 

 
Page 75 of 102 FirstFirst ... 2565737475767785 ... LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. v154 Abbington Mega 5.3 template not displaying properly
    By irishshopper in forum Addon Templates
    Replies: 1
    Last Post: 6 Mar 2015, 04:56 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR