jonjon10
Member
Posted 1 year ago #
Hi - Hope someone can help me.
I'm trying to Embed banner rotator fx into the header of my theme. The instructions states
5. If you want to make the Banner Rotator FX part of your theme, edit the template files and add <?php bannerrotatorfx_echo_embed_code(); ?> where you want it to show up
but i don'r know where to put it.
http://wordpress.org/extend/plugins/banner-rotator-fx/
Since you want to add it to the header, then you have to put it on your header.php file.
flashxml
Member
Posted 1 year ago #
Hi,
You have to add it in the PHP file that is responsible with the content in which you want to add the Banner Rotator FX (like header.php, footer.php etc.)
jonjon10
Member
Posted 1 year ago #
Thanks, I have put it in the header.php, first under </head>, then under <body>
,but it appaers in the top left hand corner of the screen. If i put the code anywhere else i get his error message
Parse error: syntax error, unexpected '<' in /home/disascom/public_html/pauljwatson.com/wp-content/themes/210810Paultheme/header.php on line 23
How do i get it to appear over the original header?
flashxml
Member
Posted 1 year ago #
Hi,
Send to support[at]flashxml.net the header.php file you're using as well as the theme name you have on your wordpress and we will help you.
Dear Flashxml,
Hi,
How this plug-in to be embeded on Side Widget or Text Widget?
Your kind reply would be highly appreciated!
Thanks.
flashxml
Member
Posted 1 year ago #
Hi,
You can copy the content of the free package in the specified location from the install instructions and then add this code in a text widget:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="600" height="260" id="banner" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<param name="movie" value="banner.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="salign" value="tl" />
<param name="flashvars" value="folderPath=/wp-content/flashxml/banner-rotator-fx/">
<embed src="banner.swf" quality="high" bgcolor="#ffffff" width="600" height="260" name="banner" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" salign="tl" flashvars="folderPath=/wp-content/flashxml/banner-rotator-fx/" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
</object>
stance movement
Member
Posted 1 year ago #
i got thru with the code.... but my pics wont show and text wont change
stance movement
Member
Posted 1 year ago #
7. To use your own images, upload them to wp-content/flashxml/banner-rotator-fx/images and update the wp-content/flashxml/banner-rotator-fx/images.xml file accordingly
what do i do from here?
flashxml
Member
Posted 1 year ago #
Hi,
Clear the cache of your browser and try again.