Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 37
  1. #11
    Join Date
    May 2008
    Posts
    203
    Plugin Contributions
    0

    Default Re: flash header not working

    The documentation in that .rar leaves quite a bit to the imagination.

    I don't even really know where to begin with it...am I just supposed to go through, rename everything to match my current template, and upload to /catalog?



    Still seeking help with the small link above flash header in IE and safari.

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

    Default Re: flash header not working

    flash has been successfully embedded.

    Still seeking help removing link above flash header in IE and safari, as well as images being classified as "nonsecure" and thus not loading when using SSL.

    I realize this isn't exactly zen cart related, but I could really use a hand with this one.

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

    Default Re: flash header not working

    Still trying to figure out the above issues...I could really use a hand.

  4. #14
    Join Date
    May 2008
    Posts
    203
    Plugin Contributions
    0

    Default Re: flash header not working

    Help?

  5. #15
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: flash header not working


  6. #16
    Join Date
    May 2008
    Posts
    203
    Plugin Contributions
    0

    Default Re: flash header not working

    The flash is already embedded. That's not the issue. THe issue is that little broken image that for some reason links to the unsecured catalog as opposed to the one using ssl. Hop onto the secured url I supplied with IE or safari and see for yourself.

  7. #17
    Join Date
    May 2008
    Posts
    203
    Plugin Contributions
    0

    Default Re: flash header not working

    So it looks like unless I can make the scripts in zencart pull up my images via the shared certificate: https://secure.hostmonster.com/~nonf...mages/blah.jpg

    instead of:
    http://www.nonfinite.org/catalog/images/blah.jpg

    it won't load on the https site.

    I have NO idea how to change this.




    ^^^(6 of these doesn't do my frustration justice.)

    On top of that, I still have the IE/Safari image/link issue which I've explained several times in my previous posts, which I simply cannot figure out. I've spent around 4 or 5 hours scanning docs for the solution so far with no luck.

    I've been trying to figure these two issues for days now...does anyone have any idea what I'm missing here?

  8. #18
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: flash header not working

    ok your not going to like that this took me 3 minutes to find:
    in stylesheet.css
    Code:
    #navBreadCrumb {
    	background-color: #000000;
    	padding: 3px 0;
    	border: 1px solid #ccc;
    	background-image:url(http://www.nonfinite.org/images/barelythere.png);
    }
    Code:
    .centerBoxWrapper {
    	border: 1px solid #9a9a9a;
    	margin: 1.1em 0;
    	height: 1%;
    	background-image:url(http://www.nonfinite.org/images/blackwgrey1.png);
    }
    Code:
    .leftBoxContainer, .rightBoxContainer {
    	border: 1px solid #ccc;
    	margin: 0 0 1em 0;
    	background-image:url(http://www.nonfinite.org/images/barelythere.png);
    
    }
    Code:
    .sideBoxContent {
    	background-color: #000000;
    	padding: 0.4em;
    	background-image:url(http://www.nonfinite.org/images/blackwgrey1.png);
    }
    All of the images you are calling in the stylesheet need to be in your custom template images directory and then the images need to be called by being referenced relatively rather than absolutely......like the following example:
    Code:
    background-image:url(../images/blackwgrey1.png);
    You also have a second stylesheet being called.... stylesheet_bak.css with exactly the same mistakes....I gather that you don't want this stylesheet actually called....change the name to stylesheet.bak
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  9. #19
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: flash header not working

    Ok here is the other one......try cleaning up after yourself
    Code:
    <!--bof-branding display-->
    
    <div id="logoWrapper">
        <div id="logo"><a href="http://nonfinite.org/catalog/"><img src="includes/templates/template_default/images/http://www.nonfinite.org/finalbutton.swf" alt="" /></a></div>
    </div>
    <br class="clearBoth" />
    Looks like you left the define info in the includes/languages/english/header.php when you tried to embed the flash originally.......
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

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

 

 
Page 2 of 4 FirstFirst 1234 LastLast

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