• Hi,

    I want to display a flash animation (swf file 140×70) at the top right of my site’s pages.

    Is there a way to do this ?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Not built into the theme. You would have to code it into the header.php file

    I recommend using a child theme.

    Kadence Themes

    Thread Starter alvagram

    (@alvagram)

    OK, I thought so…

    Another way round it would be to make a gif file which would include the site logo AND the motion file (swf converted to gif) at right of logo, and then use this banner gif file as logo. (note : I am NOT using primary menu anyway so there will be no conflict at top right)

    Question: what is the maximum length in pixels of a logo image ?

    It depends on your logo layout settings in the theme options and on the size of the screen viewing the site.

    Not to mention that you can override the settings with css and set the width… again depending on screen size though.

    Kadence Themes

    yamangl48

    (@yamangl48)

    Hi my friend from Turkey.. If you want to change jpg banner to flash banner (swf) in WordPress Virtue theme
    too easy…
    1- Delete your banner
    2- Go to templates/header.php
    3- ctrl+F and search and find bloginfo(‘name’);
    4- not first second bloginfo('name'); delete
    5- find </div> <!-- Close #logo -->
    6- paste your flash embed code top line </div> <!-- Close #logo -->
    for example:
    <embed src="/yourflash.swf" quality="high" type="application/x-shockwave-flash" wmode="transparent" width="1024" height="120" pluginspage="https://www.macromedia.com/go/getflashplayer" allowScriptAccess="always"></embed>

    say hello Turkey

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display flash image’ is closed to new replies.