Page 17 of 48 FirstFirst ... 7151617181927 ... LastLast
Results 161 to 170 of 477
  1. #161
    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. #162
    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. #163
    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. #164
    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. #165
    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. #166

    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. #167
    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

  8. #168

    Default Re: Aberdeen Neutral Template Support Thread

    Thanks for your help. created a tpl_main_page.php overide using the default template and it now works a charm.
    Just wasnt sure if I had missed something.

    Thanks again

  9. #169
    Join Date
    Feb 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: Aberdeen Neutral Template Support Thread

    Hello.
    I am NEW to zen cart and found this template. I LOVE IT so far.
    I have one "basic / stupid" question. How do you remove the banner ad at the bottom of the template for Zen Cart (the one with the picture)
    Thanks
    Jeremy Bays

  10. #170
    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 jcbays View Post
    Hello.
    I am NEW to zen cart and found this template. I LOVE IT so far.
    I have one "basic / stupid" question. How do you remove the banner ad at the bottom of the template for Zen Cart (the one with the picture)
    Thanks
    Jeremy Bays
    Not related to the support for this template.. This is more of a general Zen Cart "how-to" kinda question..

    Suggest checking out the Zen Cart FAQs.. Here's my search results for "banner"

    Search Results for "banner"

    Displaying 4 out of 4 found articles:
    How do I set up Banner Ads? by Ajeh You can control your banners in Admin> Tools> Banner Manager . You will see that you can add delete and edit the banners at will. To add a new banner, click the "New Banner" button. To edit an...
    Relevance: 100 | Zen Cart Admin Controls

    Is there any way to generate a report on my banner advertising? Banner statistics are tracked on an ongoing basis. When you open the Banner Manager, you can see the last 3 days' details on-screen. For more information, under the "Action" column, you see a small white graph symbol. Click on...
    Relevance: 100 | Zen Cart Admin Controls

    How can I protect my site from malicious attack? Security Recommendations SSL Security Protection Tips Without applying extra efforts to your connection on the internet you are wandering around an unsecured environment. Before you make administrative modifications to secure Zen Cart™ and its...
    Relevance: 14.4 | Security Matters

    What are Zen Cart's features? Features List Allows customers to shop your store 24 hours a day, 7 days a week, 365+ days a year! Easily keep your product/catalog updated -- no HTML coding required to add, delete, or modify products....
    Relevance: 12.66 | About the Zen Cart Project
    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.

 

 
Page 17 of 48 FirstFirst ... 7151617181927 ... LastLast

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

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