Page 47 of 305 FirstFirst ... 3745464748495797147 ... LastLast
Results 461 to 470 of 3042
  1. #461

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Ah, I see the issue. When you tried to comment out this section, you did it incorrectly:

    /*#logo {
    width:19.1em /* To prevent the logo from resizing, simply delete or comment out this section */
    }/*

    /*#logo img {
    width:100%;
    }/*

    Just go ahead and delete that section. Or, if you prefer it to be commented out, it will work like this:


    /*#logo {
    width:19.1em To prevent the logo from resizing, simply delete or comment out this section
    }

    #logo img {
    width:100%;
    }*/
    Well, that did it! Wouldn't have thought that line of code would have messed the bottom up...oh, well! Glad you know what you're doing ;)
    Amy

  2. #462
    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 Doodlebuckets View Post
    Well, that did it! Wouldn't have thought that line of code would have messed the bottom up...oh, well! Glad you know what you're doing ;)
    Amy
    It's because of the way you wrote the comments.

    To comment something out in css, it should be like this:


    /*#hiddenStuff */

    You had it like this:

    /*#hiddenStuff /*

    So, the hidden stuff was never actually closed correctly, so until it ran into another */ a whole chunk of stuff was hidden that shouldn't have been.

  3. #463

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    It's because of the way you wrote the comments.

    To comment something out in css, it should be like this:


    /*#hiddenStuff */

    You had it like this:

    /*#hiddenStuff /*

    So, the hidden stuff was never actually closed correctly, so until it ran into another */ a whole chunk of stuff was hidden that shouldn't have been.
    Aha, that makes so much sense :) I have a question for you: How would I go about adding the flash logo thingy from here: http://bridalweddingconcepts.com/ to the zencart I'm building for her here: http://www.modesty-matters.com/catalog/ I want to try to replace the logo pic with the flash logo she has on her old site. I have the template files, but I no nothing about flash. Can I get rid of the "Click here" thingy that doesn't work anyway?

    I figure this might be an easy one for you...
    Amy

  4. #464

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by I have a question for you: How would I go about adding the flash logo thingy from here: [url
    http://bridalweddingconcepts.com/[/url] to the zencart I'm building for her here: http://www.modesty-matters.com/catalog/ I want to try to replace the logo pic with the flash logo she has on her old site. I have the template files, but I no nothing about flash. Can I get rid of the "Click here" thingy that doesn't work anyway?
    Alright, I did some research and downloaded a contrib to display flash anywhere on the site. I went to tpl_header.php and took this code

    <?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT, HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT) . '</a>'; ?>

    with

    <?php echo get_flashed('0883_1','578','125'); ?>

    But it's not clickable to take me back to my homepage. Can you tell me how to make it do so? I have messed around with the code but can't get it right....
    Amy

  5. #465
    Join Date
    Jul 2005
    Posts
    57
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    ok i am getting very scared and over stressed i tried not to post but hey give up, im no good with CSS. OK if you look at shopyoungway.com in IE7 not tested in 6 you will see white border just under the menu after i removed the top menu system the home login search in header etc. how can i fix this.
    also why can't i get the dang logo to work its all bunched up etc. in bot ie and firefox and i cannot figure out what i am doing wrong. i have read almost every page in this forum to help but cannot figure it out can someone please help me i want the logo to sit to the left like it is but with atleast 5 pixels from the top not resting at the top and at the full width and length i have created it at.

    any help would be apreciated and thanks for this great design

  6. #466
    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 shopyoungway View Post
    ok i am getting very scared and over stressed i tried not to post but hey give up, im no good with CSS. OK if you look at shopyoungway.com in IE7 not tested in 6 you will see white border just under the menu after i removed the top menu system the home login search in header etc. how can i fix this.
    also why can't i get the dang logo to work its all bunched up etc. in bot ie and firefox and i cannot figure out what i am doing wrong. i have read almost every page in this forum to help but cannot figure it out can someone please help me i want the logo to sit to the left like it is but with atleast 5 pixels from the top not resting at the top and at the full width and length i have created it at.

    any help would be apreciated and thanks for this great design
    Those are both really easy fixes. The logo issue is also addressed in the readme.tx, but all you have to do is remove this section of the stylesheet:

    #logo {
    width:19.1em /* To prevent the logo from resizing, simply delete or comment out this section */
    }

    To have padding above the logo, just do this:

    #logo {
    padding-top:5px;
    }

    And to adjust where the blue stripey half background sits, you can adjust this:

    body {
    background:url(../images/site-bg-blue.gif) 0 9em repeat-x;
    }

    (change the 9em to 8em)

  7. #467
    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 Doodlebuckets View Post
    Alright, I did some research and downloaded a contrib to display flash anywhere on the site. I went to tpl_header.php and took this code

    <?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT, HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT) . '</a>'; ?>

    with

    <?php echo get_flashed('0883_1','578','125'); ?>

    But it's not clickable to take me back to my homepage. Can you tell me how to make it do so? I have messed around with the code but can't get it right....
    Amy

    To be honest Amy, I have no idea, I've never dealt with flash, mostly because I personally don't care for flash on sites, but perhaps a google search will help? Sorry!

  8. #468
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by Doodlebuckets View Post
    downloaded a contrib to display flash anywhere on the site ... but it's not clickable to take me back to my homepage. Can you tell me how to make it do so?
    Hi Amy

    That button is built into the flash itself and that's almost certainly where you would need to make changes. Flash allows you to build whole user interfaces so a simple "click here" link is well within its capabilities, but it's a whole different way of working and not something that can be covered in a quick forum post here.

    You could try placing a wrapping an HTML link around the banner, but then you would still have to give the flash banner a transparent background (see Adobe Technical notes 15523 and 14201) and adjust the z-indices to get the link on top. Even then, irritatingly, you're likely to find that although it will work fine in some browsers, in Internet Explorer visitors will need to double click - so not a great solution. Which brings us back to editing the Flash.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  9. #469
    Join Date
    Jul 2005
    Posts
    57
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    ok did that and the second issue is fixed with the blue lines in both IE and Firefox. but still having issues in IE7 with the logo going stretched and cannot figure out why. does any one know

  10. #470
    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

    Hi Jade - Originally I posted about this in Email - Newsletters. However, my problem doesn't seem to be ringing any bells with DrByte and Merlin. I wonder if it may be Apple Zen related?
    Here's the original thread:
    http://www.zen-cart.com/forum/showth...936#post355936

    I'll summarize my issue here: when placing a test order, I'm receiving an order confirmation email that only says:
    Order Confirmation No: 3
    $EMAIL_MESSAGE_HTML
    And an [EXTRA CC ORDER info] email that only says:
    [EXTRA CC ORDER info] #3
    $EMAIL_MESSAGE_HTML
    I re-uploaded all files in the /email folder

    I re-uploaded /includes/functions/functions_email.php

    I re-uploaded the includes/classes/ files

    All other email functions seem to be normal and I do correctly receive the [NEW ORDER] Order Confirmation that details the order specifics.

    My problem is in my PittiVintage site.

    Any idea what might be going on?

    As always, thanks for taking the time to look into these things for me, it is much appreciated. Tim

 

 

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