![]() | Register | FAQ | Members | Social Groups | User Map | Calendar | Search | Today's Posts | Mark Forums Read |
| EduGeek Joomla 1.5 Package Next generation joomla with our favourite edugeek templates. |
| | | LinkBack | Thread Tools | Search Thread | Language |
| Sponsored Links |
| | #1 |
![]() Join Date: Feb 2008 Location: Birmingham
Posts: 41
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0 | |
| |
| | #2 |
![]() Join Date: Jun 2005 Location: Lancashire
Posts: 1,448
Thanks: 55
Thanked 54 Times in 46 Posts
Rep Power: 19 | You "just" need to modify the template main file index.php in your template folder and you can stick in anything you like regards Simon |
| |
| | #3 |
![]() Join Date: Feb 2008 Location: Birmingham
Posts: 41
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0 | hmm.. i take it i need to make some changes in the header part? <div id="header"> <div id="headerl"><a href="<?php echo $this->url ?>"><img src="templates/<?php echo $this->template ?>/images/blank.gif" width="192" height="36" alt="<?php echo $mainframe->getCfg('sitename');?>" border="" /></a></div> im quite new to all this web dev stuff.. so just learning as i go along.. |
| |
| | #4 |
![]() Join Date: Feb 2008 Location: Birmingham
Posts: 41
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0 | well i tried to follow the steps from Joomla theme - Joomla Themes, Joomla Web Design, Free Templates - Flash Header Template but it didnt work... |
| |
| | #5 |
![]() Join Date: Jun 2005 Location: Lancashire
Posts: 1,448
Thanks: 55
Thanked 54 Times in 46 Posts
Rep Power: 19 | It works for me on a locally hosted test site just modifying the eg_default1.5 template. Code: <div id="headerl"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="50">
<param name="movie" value="http://localhost/creativeassemblydec2007.swf">
<param name="quality" value="high">
<embed src="http://localhost/creativeassemblydec2007.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="50"></embed>
</object> </div>
(I did find that I had to have the full "http://....." as it didn't like a relative path at first! regards Simon |
| |
| | #6 |
![]() Join Date: Feb 2008 Location: Birmingham
Posts: 41
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0 | yes i have just put the full path in..and it worked.. but how do i get it to go in the header position? |
| |
| | #7 |
![]() Join Date: Jun 2005 Location: Lancashire
Posts: 1,448
Thanks: 55
Thanked 54 Times in 46 Posts
Rep Power: 19 | Replace your Code: <div id="headerl"><a href="<?php echo $this->url ?>"><img src="templates/<?php echo $this->template ?>/images/blank.gif" width="192" height="36" alt="<?php echo $mainframe->getCfg('sitename');?>" border="" /></a></div>
Code: <div id="headerl"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="50">
<param name="movie" value="http://localhost/creativeassemblydec2007.swf">
<param name="quality" value="high">
<embed src="http://localhost/creativeassemblydec2007.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="50"></embed>
</object> </div>
But if its only one site your ever going to do then just bodge it like above regards Simon |
| |
| The Following User Says Thank You to SimpleSi For This Useful Post: | RTi (17-11-2008) |
| | #8 |
![]() Join Date: Feb 2008 Location: Birmingham
Posts: 41
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0 | cheers! will have a look later... dont think iv seen a flash header on any of the edujoomla sites so far.. |
| |
| | #9 |
![]() Join Date: Feb 2008 Location: Birmingham
Posts: 41
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0 | hmmm.. i tried that and it does work.. but the position of the flash file isnt correct.. it needs to go more to the left and be higher.. |
| |
| | #10 |
![]() Join Date: Jun 2005 Location: Lancashire
Posts: 1,448
Thanks: 55
Thanked 54 Times in 46 Posts
Rep Power: 19 | Probably need to start playing with your .css file then and adjust parameters of header1 Can you post a link to your flash file? regards Simon |
| |
| | #11 |
![]() Join Date: Feb 2008 Location: Birmingham
Posts: 41
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0 | url of test flash file.. http://www.kneaz.org/theoaks/templat...lashheader.swf its just a blank file.. but has the same dimensions as the header image.. |
| |
| | #12 |
![]() Join Date: Feb 2008 Location: Birmingham
Posts: 41
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0 | well i have setup a local test site... and got the flash file where i need it.. but it looks like its added some sort of padding as theres some extra white space underneath the file.. |
| |
| | #13 |
![]() Join Date: Feb 2008 Location: Birmingham
Posts: 41
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0 | right..i have rem'd out the #header in template.css and it has taken away the white space..but as you can see from the photo the menu is now not aligned! Last edited by RTi; 21-11-2008 at 12:37 AM.. |
| |
| | #14 |
![]() Join Date: Jun 2005 Location: Lancashire
Posts: 1,448
Thanks: 55
Thanked 54 Times in 46 Posts
Rep Power: 19 | Sorry about delay in looking into this I thought I'd cracked it easily - I just rem'd the css code out in header1 Code: #headerl{
/*
position: relative;
top: 30px;
left: 26px;
float: left;
text-align: left; /* ie */
*/
}
Code: #headerl{
}
Code: <div id="headerl"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"> <param name="movie" value="http://localhost/flashheader.swf" height="150px" width="922px"> <param name="quality" value="high"> <embed src="http://localhost/flashheader.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" height="150px" width="922px"></embed> </object> </div> but then I thought - better see what its like in IE6 (see ie6.png) but YMMV regards Simon |
| |
| | #15 |
![]() Join Date: Feb 2008 Location: Birmingham
Posts: 41
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0 | erm that didnt work properly... but i think iv done it! remd out header as well adn then unremd the margin entry for the navbar.. and set to 11. seems ok in ie and ff .. on my local test site.. will try and replicate it to the live site tomorrow.. thanks for your help.. |
| |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RT_Rokwebify Header Issue | SYSMAN_MK | EduGeek Joomla 1.5 Package | 12 | 30-06-2008 05:20 PM |
| header and blank | apoth0r | EduGeek Joomla 1.0 Package | 4 | 25-02-2008 08:26 PM |
| [CLOSED] Missing Content: Missing Image for a flag & flash | FN-GM | EduGeek.net Site Problems | 1 | 11-02-2008 10:02 AM |
| Strange header problem | dagza | EduGeek Joomla 1.0 Package | 2 | 21-01-2008 10:14 PM |
| Wanted: A decent image organiser/something that can make a webpage from image folders | eean | Windows | 5 | 14-01-2008 12:39 AM |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search Thread |
|
|






