Results 1 to 10 of 37

Hybrid View

  1. #1
    Join Date
    May 2008
    Posts
    203
    Plugin Contributions
    0

    Default Re: flash header not working

    OK, made all of the above mentioned changes, thank you.

    My two issues are still present, however.

    I've uploaded a screenshot which illustrates the items I'm having problems with. The box above the header only shows up in IE and safari, not firefox.

    http://www.nonfinite.org/issues.jpg

    I can't figure out how to get those jpegs to be classified as secure. In /catalog/admin I can go into products and upload an image, but then what?

    See 2 posts above for more detail on that one.




    All the same, barco57, thank you so much for the input on the other issues, I never would've spotted them.

  2. #2
    Join Date
    May 2008
    Posts
    203
    Plugin Contributions
    0

    Default Re: flash header not working

    Yeah, this is my first web page since 1996. I'm learning CSS as I go here.


    I'll resize those images.


    Regarding the branding display...

    <!--bof-branding display-->
    <div id="logoWrapper">
    <div id="logo"><?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) . '</a>'; ?></div>
    <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
    <div id="taglineWrapper">
    <?php
    if (HEADER_SALES_TEXT != '') {
    ?>
    <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div>
    <?php
    }
    ?>
    <?php
    if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
    if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerTwo" class="banners"><?php echo zen_display_banner('static', $banner);?></div>
    <?php
    }
    }
    ?>
    </div>
    <?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
    </div>
    <br class="clearBoth" />
    <!--eof-branding display-->



    Are you referring to this?

  3. #3
    Join Date
    May 2008
    Posts
    203
    Plugin Contributions
    0

    Default Re: flash header not working

    Images updated.


    Wow, really? I had no idea zen cart did that.

    I guess I can reprogram my flash to link to http://nonfinite.org/catalog then.

 

 

Similar Threads

  1. Flash Header Links not working help....
    By viatell in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Jul 2010, 11:17 PM
  2. Flash not working
    By AmandaGero in forum Basic Configuration
    Replies: 0
    Last Post: 23 Apr 2009, 10:12 PM
  3. Flash header stopped working in IE
    By Graffxman in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 14 Oct 2008, 08:13 AM
  4. Flash header isn't working in IE but works in Firefox
    By webmiss in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Aug 2008, 05:45 AM
  5. Flash header working but... (aleady fixed..)
    By marconebws in forum General Questions
    Replies: 1
    Last Post: 25 Aug 2007, 03:26 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