Results 1 to 10 of 477

Hybrid View

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

    Default Re: Aberdeen Neutral Template Support Thread

    Dang it.. I give up.. I've tried everything that should work and a bunch of stuff that MIGHT work and then stuff that .. well I didn't know if it would work, but I thought I'd try..

    See my test URL below.. How the heck do I close the gap between the slideshow and the middleboxes??



    http://clientyoubookit247 . overthehillweb . com/
    I've been there

    I have not cross browser tested this, but you can try:

    In includes/templates/custom_template/css/stylesheet_middleboxes.css, take out margin here:

    Code:
    .middleBoxContainer {
    	margin-top: 0em;
    	}
    and add to #navColumnMiddleWrapper:

    Code:
    position:relative; top:-20px;
    and then to make things neat in includes/templates/custom_template/css/stylesheet_footer_menu.css replace:

    Code:
    #footer {clear:both;margin:0;background-image:url(../images/footer-bk.jpg);background-repeat:no-repeat; width:950px; height:200px;margin-top:20px;padding-top:10px;margin-bottom:20px;}
    with:

    Code:
    #footer {clear:both;margin:0;background-image:url(../images/footer-bk.jpg);background-repeat:no-repeat; width:950px; height:200px;margin-top:-20px;padding-top:10px;margin-bottom:20px;}
    Thanks,

    Anne
    Last edited by picaflor-azul; 16 Feb 2011 at 02:08 PM.

  2. #2
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Aberdeen Neutral Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    I've been there

    I have not cross browser tested this, but you can try:

    In includes/templates/custom_template/css/stylesheet_middleboxes.css, take out margin here:

    Code:
    .middleBoxContainer {
        margin-top: 0em;
        }
    You know what?? this is shoulda been plain old OBVIOUS to me.. I'm embarrassed that I failed to notice it in all my "looking".. I was looking elsewhere in the code (going where the Firefox Web Dev tools were pointing -- even did an old fashioned view source and STILL MISSED this..) Thanks for the BIG assist.. this was a HUGE part of the issue..


    Quote Originally Posted by picaflor-azul View Post
    and add to #navColumnMiddleWrapper:

    Code:
    position:relative; top:-20px;
    and then to make things neat in includes/templates/custom_template/css/stylesheet_footer_menu.css replace:

    Code:
    #footer  {clear:both;margin:0;background-image:url(../images/footer-bk.jpg);background-repeat:no-repeat;  width:950px;  height:200px;margin-top:20px;padding-top:10px;margin-bottom:20px;}
    with:

    Code:
    #footer  {clear:both;margin:0;background-image:url(../images/footer-bk.jpg);background-repeat:no-repeat;  width:950px;  height:200px;margin-top:-20px;padding-top:10px;margin-bottom:20px;}
    Thanks,

    Anne
    You are a doll.. these last two changes really tightened things up!!! I wasn't sure about the last change you suggested until I implemented the first two.. Then it was OBVIOUS why you were suggesting the footer change.. This is EXACTLY what I was looking to do.. Thanks sooooooo much for the assist..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

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

    Default Re: Aberdeen Neutral Template Support Thread

    DivaVocals--I am so happy that I could help you out. I can't tell you how many times I have been totally stumped!

    Thanks,

    Anne

  4. #4
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Aberdeen Neutral Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    DivaVocals--I am so happy that I could help you out. I can't tell you how many times I have been totally stumped!

    Thanks,

    Anne
    You are sweet.. but seriously I'm REALLY kicking myself over here because the first change is one I SHOULD HAVE KNOWN ABOUT since it came from my own mod.. This is what happens when you do stuff when you are tired..

    Anyway.. thanks for the assist!
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

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

    Default Re: Aberdeen Neutral Template Support Thread

    You are sweet.. but seriously I'm REALLY kicking myself over here because the first change is one I SHOULD HAVE KNOWN ABOUT since it came from my own mod.. This is what happens when you do stuff when you are tired..

    Anyway.. thanks for the assist!
    Such is the nature of computer programming It is always helpful when you are stuck to get another set of eyes. It's like when you write a paper but the editor catches a typo. Sometimes you can stare at the paper for hours and not even notice the typo until the editor tells you about it.

    Thanks,

    Anne

  6. #6

    Default Re: Aberdeen Neutral Template Support Thread

    Hi I have installed your aberdeen template on cart 1.3.9h and love the 2 column layout I have had it for a while and I wanted to install the Simple_Google_Analytics add on.

    however I cannot find the includes/templates/[your_template]/common/tpl_main_page.php

    has this file been renamed and how would I find it.
    Any help would be great.

    many thanks
    James

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

    Default Re: Aberdeen Neutral Template Support Thread

    Hi I have installed your aberdeen template on cart 1.3.9h and love the 2 column layout I have had it for a while and I wanted to install the Simple_Google_Analytics add on.

    however I cannot find the includes/templates/[your_template]/common/tpl_main_page.php

    has this file been renamed and how would I find it.
    Any help would be great.

    many thanks
    James
    Since I did not edit that file when creating the template package, you will have to create an override file for it.

    Thanks,

    Anne

 

 

Similar Threads

  1. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  2. Replies: 6
    Last Post: 3 Sep 2015, 07:04 PM
  3. v153 Missing Box File Names in Layout Controller for Template Aberdeen Neutral
    By fribble in forum Customization from the Admin
    Replies: 2
    Last Post: 26 Feb 2015, 12:15 AM
  4. v151 Slideshow On Aberdeen Neutral
    By SilverHD in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Dec 2014, 01:07 AM
  5. Aberdeen Neutral Template missing about us page
    By Minu in forum Addon Templates
    Replies: 3
    Last Post: 25 Nov 2012, 08:01 PM

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