|
#1
Dec 14, 2009, 09:29 PM
|
|
hi all,
i'm trying to make my header a swf file. on which page(s) or file(s) do i add code to include a swf?
thanks,
evie
|
#2
Dec 15, 2009, 05:37 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3
Dec 15, 2009, 08:10 AM
|
|
thanks for your reply. i have searched through the forums and am still very confused. i am not a novice at coding, but i'm also not a professional .... do i add code to the header.php page (which i have already, based on some code found in the forum -- and which didn't work); do i add code to the options pages; and then some forum pages say to add something to css?.... the page you directed me to just has header swf on the home page -- i want it on all pages.
if someone could just let me know the different steps involved in getting a swf to be the header i would be eternally grateful!
evie
|
#4
Dec 15, 2009, 08:46 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
You should'nt ahve to make any changes to the theme code, use a new widget area in the header. That is what post #3 in that thread is telling you to do.
So start off by getting the swf to run in a widget, then create a header widget and put your code there.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5
Dec 15, 2009, 11:31 AM
|
|
ok, thanks again. but now i'm confused about where i add the actual widget. can you help?
evie
|
#6
Dec 15, 2009, 11:32 AM
|
|
wait, i added the widget area to the header. i'm still not seeing my image.... i'll keep playing with it.
|
#7
Dec 15, 2009, 11:37 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
remember, first ou add the widget area, then you add a widget into the widget area (in the widget's option of the dashboard)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#8
Dec 15, 2009, 11:45 AM
|
|
well, i am still not seeing the image. the url is http://ezgsa.com/wordpress. i've done what that thread suggests:
Options->Style and Edit Header Area->Configure Header Area
HTML Code:
%pages
%bar1
<div id="header-container" class="header-image-container">
<?php bfa_widget_area('name=Header Widget Area'); ?>
</div>
%bar2
Add HTML/CSS Inserts->CSS Inserts
Code:
/* Adjust the height to accommodate your slideshow */
#header-container{
position:relative;
margin:0;
padding:0;
width:890px;
height:200px;
background: url(/wordpress/wp-content/themes/atahualpa/images/topnavi.swf) center no-repeat;
}
|
#9
Dec 15, 2009, 12:13 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
did you add a widget?? It looks like all you have done is defined the area, now go to the widget options and you should see a new widget area 'Header Widget Area' drag teh text widget there and put your code in.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10
Dec 15, 2009, 01:06 PM
|
|
ok, gotcha. only problem is, the widgets page isn't letting me drag anything there. i'll search through the forum for this problem, but do you know anything about it?
thanks,
evie
|
#11
Dec 15, 2009, 01:11 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
disable any plugin's you have especially Events-calendar if you have it and try again
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#12
Dec 15, 2009, 01:21 PM
|
|
figured that part out. now just trying to make it all work.
|
#13
Dec 15, 2009, 01:39 PM
|
|
juggledad, i really appreciate your patience with me. i am at the text widget now (got it to the new header), and trying to make that work. i've put in the following code:
<div id="header-container"><img scr="http://ezgsa.com/wordpress/wp-content/themes/atahualpa/images/topnavi.swf" height="200px" width="880px"></div>
i'm not putting any title in. still not seeing the swf. can you tell me what i'm doing wrong?
evie
|
#14
Dec 15, 2009, 01:55 PM
|
|
ok, changed the scr to src, but now i'm getting some wacko image, that's not what i need. check . it's supposed to look like the header here: http://ezgsa.com
|
#16
Dec 15, 2009, 04:06 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
the events calendar pluging is causing a conflict
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#17
Dec 15, 2009, 04:49 PM
|
|
i removed the plug in and now there's no image at all. i don't think that was it.
evie
|
#18
Dec 15, 2009, 06:44 PM
|
|
juggledad, after my 25th search through the forum today, i finally found someone who had a much easier way of dealing with this. http://www.mydeviceip.com/2009/10/ad...eme-ver-3-4-4/ offers a very simple methodology. it works great.
i do appreciate your assistance!
evie
|
|