Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by axip View Post
    Alright thanks!

    Sorry to be such a burden, but I got a few more questions.

    You know where the headerborder.gif is located right. I have this flash music player I want to place there instead of the image(You can see the player at www.smileysmart-grow.nl/index.html)

    How can I do this?
    Alright, I put the code for the flash player in tpl_main_page.php
    between <div id="centerColumnOuter"></div>, but the player would always remain on top(issues with dropdown menu) and start over if you go to a other page.

    Now I would like to place it in the right sidebox, but how?

    And another quick question,

    I would like to move the logo a little bit down(See: http://www.smileysmart-grow.nl/index.php ) How to do this?

    A zillion thanks in advance!

  2. #2
    Join Date
    Apr 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by axip View Post
    Alright, I put the code for the flash player in tpl_main_page.php
    between <div id="centerColumnOuter"></div>, but the player would always remain on top(issues with dropdown menu) and start over if you go to a other page.

    Now I would like to place it in the right sidebox, but how?

    And another quick question,

    I would like to move the logo a little bit down(See: http://www.smileysmart-grow.nl/index.php ) How to do this?

    A zillion thanks in advance!
    Alright for the ones have a similiar problem, install this mod
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_52&products_id=174

    It basically allows you to add as many sideboxes as you want.


    Anyway I only have 1 problem now. If you go at my site http://www.smileysmart-grow.nl/index.php. You see the logo doesn't fit well, I'd like to move it a little bit down but how?

  3. #3
    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 axip View Post
    Alright for the ones have a similiar problem, install this mod
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_52&products_id=174

    It basically allows you to add as many sideboxes as you want.


    Anyway I only have 1 problem now. If you go at my site http://www.smileysmart-grow.nl/index.php. You see the logo doesn't fit well, I'd like to move it a little bit down but how?
    Sorry I've been slow with my replies.

    You can try adding

    padding-top:3px to #logoWrapperOuter

    As for the music... I'm going to be brutally frank here and say it was extremely annoying. In my opinion, music on an e-commerce site is a death sentence. I couldn't wait to close your page after trying to figure out the issue so I could stop hearing the beginning of Could You Be Loved. It's especially annoying when the music is programmed to start automatically, and it re-starts on every single page click. Now, if there is some way to set it so it only plays if a person presses the play button, and so that it doesn't keep restarting, I'd say go for it. But people should be able at this point to choose what they listen to when they shop.

    But that's just my .02... it's your site, and you are perfectly allowed to ignore me, LOL! Sorry for being so brutal.

  4. #4
    Join Date
    Apr 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Sorry I've been slow with my replies.

    You can try adding

    padding-top:3px to #logoWrapperOuter
    This solves the problem in Firefox but not in IE, I added a screenshot.

    Here some drastic changes in my in the css file

    Code:
    #logo {
               width: 100%;  
               height: 100%;
              }    
    
    #logo img {
                    width:100%;
                    height:100%;
                    }
    Code:
    #tagline {display:none}
        background:url(../images/2.gif);    
        font-size:1.3em;
        text-align:center;
        padding-top:15px;
        }
    Basically I laugh at any that uses IE, but unfortuntaly that is like 90% of all people using the internet.

    Quote Originally Posted by jettrue View Post
    As for the music... I'm going to be brutally frank here and say it was extremely annoying. In my opinion, music on an e-commerce site is a death sentence. I couldn't wait to close your page after trying to figure out the issue so I could stop hearing the beginning of Could You Be Loved. It's especially annoying when the music is programmed to start automatically, and it re-starts on every single page click. Now, if there is some way to set it so it only plays if a person presses the play button, and so that it doesn't keep restarting, I'd say go for it. But people should be able at this point to choose what they listen to when they shop.

    But that's just my .02... it's your site, and you are perfectly allowed to ignore me, LOL! Sorry for being so brutal.
    That was awesome dude! I laughed my ######### of reading this! I have the same opinion , but the kind of customers I have enjoy this feature.

    Anyways I updated the player, autoplay is off and it doesn't keep restarting at every page, there is a slight gap, but nothing can be done about this!
    Attached Images Attached Images  

  5. #5
    Join Date
    Feb 2007
    Location
    Barcelona - Spain
    Posts
    7
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hello Jade,

    In the "body" my background image shows up in IE7 but not in firefox.

    body {
    background:url(../images/site-bg-blue.gif);

    If I change it for a background color, every thing is find, so what to do?

    In advance, thanks for your support.

    Pascal

  6. #6
    Join Date
    Feb 2007
    Location
    Barcelona - Spain
    Posts
    7
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    It is ok now, I solved the problem!

    Regards,
    Pascal

  7. #7
    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 axip View Post
    This solves the problem in Firefox but not in IE, I added a screenshot.

    Basically I laugh at any that uses IE, but unfortuntaly that is like 90% of all people using the internet.


    That was awesome dude! I laughed my ######### of reading this! I have the same opinion , but the kind of customers I have enjoy this feature.

    Anyways I updated the player, autoplay is off and it doesn't keep restarting at every page, there is a slight gap, but nothing can be done about this!
    Maybe you should stick to your standards. Just cause they enjoy it, doesn't make it right, LOL! And will not having it make them leave, more than having it might make someone leave? Now I'm just picking on your for the fun of it. It's not my beeswax.

    So, the IE issue... let me install an ie css editor on my laptop and see if I can get it to work...

  8. #8
    Join Date
    May 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Is there a way i can have the stripes continue on the outsides of the main box?

    and also put a footer bar to match the header to box off the site and have it look more finished on the bottom?

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 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

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