Page 27 of 305 FirstFirst ... 1725262728293777127 ... LastLast
Results 261 to 270 of 3042
  1. #261
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Oppss...! Here's the link to the site in question:

    PittiVintage

  2. #262
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by MeltDown View Post
    Jade - Originally I had posted this question in the Zen forum under General questions to try and give you a break but I've been directed back to you.
    Sorry, I just can't seem to give you a break.

    If possible, I would like to hide the sideboxes on the main page only. To this end I placed the following code into tpl_main_page.php:
    Code:
      if ($this_is_home_page == true) {
        $flag_disable_left = true;
        $flag_disable_right = true;
      }
    It works, as the sideboxes are hidden on that page. However, the items on that page are all pulled to the right. It sounds as though this may be an Apple Zen conflict. Is there any way to achieve this desired result in Apple Zen?

    Thanks again,

    Tim
    Hi Tim,

    No, I'm glad you've been posting, the issues you've been having have brought to light some issues I've been having with the template. And I've NOW figured out how to get the code right so people should not keep having the same extra </div> or missing an </div> issues they've been having.

    I have a new tpl_main_page.php for you. (Attached as a txt file). Within the attached file, I've also set up the code so the site checks if it is the home page and the sideboxes won't show up if it is.

    As for the issue of the page pulling to the right, you could style this with zen cart 1.3.7's new home page only css tag, #indexHomeBody. However I notice on your home page's source, it has:

    <body id="indexBody">
    INSTEAD OF
    <body id="indexHomeBody">

    Are you not using 1.3.7?

    If you are using 1.3.7, and we get that fixed, you could put this in your css:

    #indexHomeBody .centerColumn {
    width: 95&#37;!important;
    float: left!important;
    }

    you'd also have to add this:

    #indexHomeBody #centerColumnWrapper2 {
    background:#ffffff!important;
    }

    to get the entire home page's background white, instead of white/grey.
    Attached Files Attached Files

  3. #263
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    No, I'm running 1.3.6 - What does that do to your recomendation? Can I still go ahead and give your suggestions a try?

  4. #264
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by MeltDown View Post
    No, I'm running 1.3.6 - What does that do to your recomendation? Can I still go ahead and give your suggestions a try?
    You can try, but if in the source, it doesn't say:

    <body id="indexHomeBody">

    The css I gave you won't work only for the home page. Go ahead and try with the new tpl_main_page.php text file I uploaded, and take a look at your home page source.

    We can probably figure out some way around it, but I'd recommend 1.3.7 anyway.

  5. #265
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    You can try, but if in the source, it doesn't say:

    <body id="indexHomeBody">

    The css I gave you won't work only for the home page. Go ahead and try with the new tpl_main_page.php text file I uploaded, and take a look at your home page source.

    We can probably figure out some way around it, but I'd recommend 1.3.7 anyway.

    I'm running out the door to meet friends for dinner but I've quick slapped down that new tpl_main and it looks good. The source says:
    <body id="indexHomeBody">
    And the sideboxes are hidden.

    PittiVintage

    Believe me, I'd like to bump-up to 1.3.7 but upgrading is yet another thing I've yet to learn!!

  6. #266
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: 2 questions

    Quote Originally Posted by jdickson View Post
    (Please see screenshot)

    1. How do I remove the "padding" below the logo and the navigation?

    2. How do I make the background go all the way to the bottom of the page. Right now I just use: filterrogidXImageTransform.Microsoft.Gradient(endColorstr='#ff2400', startColorstr='#ffd800', gradientType='0'); for the gradient. I know that's not the best way to do the gradient, so any suggestions I welcome very much.

    Screenshot:
    http://63.135.100.160/screenshot.png

    Site:
    http://63.135.100.160/store


    Thanks!!
    Hi there!

    Ok, it looks like you're suffering with the error with my template. I've updated this template, so re-download it, and upload tpl_main_page.php, and also follow the instructions I gave here:

    http://www.zen-cart.com/forum/showpo...&postcount=258

    As far as the gradient, I have no idea on how to work with gradients in that manner. I would suggest a real background image. This post may help with setting up a background image that goes all the way down.

    http://www.zen-cart.com/forum/showpo...&postcount=244

  7. #267
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Hi Tim,

    for the issue of the page pulling to the right, you could style this with zen cart 1.3.7's new home page only css tag, #indexHomeBody. However I notice on your home page's source, it has:

    <body id="indexBody">
    INSTEAD OF
    <body id="indexHomeBody">

    Are you not using 1.3.7?

    If you are using 1.3.7, and we get that fixed, you could put this in your css:

    #indexHomeBody .centerColumn {
    width: 95%!important;
    float: left!important;
    }

    you'd also have to add this:

    #indexHomeBody #centerColumnWrapper2 {
    background:#ffffff!important;
    }

    to get the entire home page's background white, instead of white/grey.
    Beautiful! All recomedations worked like a charm, despite the fact I'm running 1.3.6. Thanks!!

    PittiVintage


    Question concerning your earlier recomendation to alter the color of content_bg.gif so as to change the background color of the center section: Using Photoshop I've attempted to change the color but have been unsuccessful. This is odd because I do this sort of thing all the time. Any idea why this particular image would be difficult to alter? It just won't seem to take the new color, no matter what color I select. I've also saved it as a .jpg and a .psd and attempted the change but again without success. Could the fact that it is an extremely thin image play into it?

    Again, thanks for those earlier recomendations - This template rocks and I really appreciate you taking your time to help me fine-tune.

    Tim

  8. #268
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by MeltDown View Post
    Beautiful! All recomedations worked like a charm, despite the fact I'm running 1.3.6. Thanks!!

    PittiVintage


    Question concerning your earlier recomendation to alter the color of content_bg.gif so as to change the background color of the center section: Using Photoshop I've attempted to change the color but have been unsuccessful. This is odd because I do this sort of thing all the time. Any idea why this particular image would be difficult to alter? It just won't seem to take the new color, no matter what color I select. I've also saved it as a .jpg and a .psd and attempted the change but again without success. Could the fact that it is an extremely thin image play into it?

    Again, thanks for those earlier recomendations - This template rocks and I really appreciate you taking your time to help me fine-tune.

    Tim
    Glad to hear that its working for you.

    When you open the image in photoshop, do you first change it to RGB color? (Image, Mode, RGB Color)

  9. #269
    Join Date
    Apr 2005
    Location
    NJ
    Posts
    39
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Can you please help me out with this. On my product listing, the "Qty Discounts New Price" box is farther down than I would like it to be. I would like it moved up to be in line with the "Add to cart", in fact, if I could move the "tell a friend" button up as well, that would be nice too!

    Here is a screenshot: http://enchantingdream.com/example.jpg

    Here is a link to the page itself:
    <http://www.enchantingdream.com/Testsite/index.php?main_page=product_info&cPath=240_250&products_id=4853>

    Thanks

  10. #270
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Glad to hear that its working for you.

    When you open the image in photoshop, do you first change it to RGB color? (Image, Mode, RGB Color)
    Sometimes I can't see the forest for the trees! Thanks, Jade, that was indeed the missed step.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

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