Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2009
    Posts
    1
    Plugin Contributions
    0

    Default How to remove flash header?

    Hey guys,

    I just bought the Furniture Store Template (http://osc.template-help.com/zencart_25138/index.php) and if first time working with template coding,but have manage to customize my template with my needs,is just this little problem I would like to ask someone to help me remove the flash header,I would like to have a Static one.Same Size but just an Image there instead of the flash movie.Can anyone help with this ?

    Any questions please ask.Thx!!

  2. #2
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: How to remove flash header!!

    You are going to have to find where your 'developer' has inserted the flash. The best thing is to ask them, but I suspect that isn't going to work. So, next guess is that if I wanted to do it (although I can see your point about the meaninglessness of this particular bit of flash so I don't think I would) I would put it in (includes/templates/yourtemplate/tpl_index_default.php). have a look in that file and see if you can see where the flash is inserted - it will be pretty evident. It will look like this:


    Code:
        <!--Valid flash version 8.0-->
                 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                          codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
                          width="1038" height="429">
                   <param name="movie" value="includes/templates/theme238/flash/header_v8.swf" />
    
                   <param name="quality" value="high" />
                   <param name="menu" value="false" />
                   <!--[if !IE]> <-->
                   <object data="includes/templates/theme238/flash/header_v8.swf"
                          width="1038" height="429" type="application/x-shockwave-flash">
                     <param name="quality" value="high" />
                     <param name="menu" value="false" />
                     <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
                     FAIL (the browser should render some flash content, not this).
                   </object>
    
                   <!--> <![endif]-->
                 </object>
    Then make super sure that you are backed up. Particularly the file you are about to edit.

    Then, delete it. And then take a hammer to it and smash it into little bits so you are not tempted to re-install it. (Are you beginning to guess that I am not a big fan of flash?)

    Then that is the exact spot in the code where you want to insert your nice new, fast loading, effective static graphic.

    It would be best to insert a new <div> of the correct size and then put the new graphic as a background image of that <div>. If you need help with that last part then post again and I'll be a bit more detailed. I do not know how much html/css/php you know!

    Oh, and then smash the flash into even smaller bits just for fun.

 

 

Similar Threads

  1. ZC n00b: How do I remove ZenCart Flash Banner from site?
    By trixiesirisheyes in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Feb 2009, 03:05 AM
  2. How about a flash menu in the header?
    By wacx in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 10 Apr 2008, 03:45 AM
  3. How to display flash header only on main page?
    By funksdaburn in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Sep 2007, 07:59 PM
  4. How to do Flash Header
    By Jedward in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 25 Mar 2007, 08:01 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