-
AuthorPosts
-
April 9, 2010 at 3:42 pm #150251
HI
I recent design the logo in swf, but , how to input in tempate?thanks
micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
April 9, 2010 at 3:51 pm #339764Hello,
Files for this framework template are differently organised.
Take a look in file layouts/blocks/header.php
There you will find the code which inserts the logo.regards,
Micranthayohanes1112 Friendyohanes1112
- Join date:
- October 2007
- Posts:
- 9
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 2 posts
April 13, 2010 at 1:22 pm #340233so, little change will work… thanks
May 5, 2010 at 5:47 pm #342737Hello,
I have the same problem.
I try to modify the fiel template.css. I changed the path of the swf file logo.png previously located in specific folder but it does not work.
Can you help me?
Thanks
toymaker Friendtoymaker
- Join date:
- April 2010
- Posts:
- 123
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 10
- Thanked:
- 45 times in 32 posts
May 6, 2010 at 3:00 pm #342829Im working on a fix for all of you… I’ll be posting it during the day, please stand by 😉
Peace,
Gabrielghostik Friendghostik
- Join date:
- April 2010
- Posts:
- 71
- Downloads:
- 2
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 11 times in 4 posts
May 6, 2010 at 8:08 pm #342840can you post the link for your site
solution should not be a problemMay 7, 2010 at 11:51 am #342909Ok i found this solution:
you have to edit this file:
templateja_purity_iiblockheader.phpinsert your flash objet code (the added code is in red) between those line:
<?php$siteName = $this->sitename();
if ($this->getParam(‘logoType’)==’image’): ?>
<h1 class=”logo”>
<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0″ width=”200″ height=”140″ align=”left”><param name=”width” value=”200″ /><param name=”height” value=”140″ /><param name=”align” value=”left” /><param name=”src” value=”images/logo.swf” /><embed type=”application/x-shockwave-flash” width=”200″ height=”140″ align=”left” src=”images/logo.swf”></embed></object> </h1>
<?php else:
$logoText = (trim($this->getParam(‘logoType-text-logoText’))==”) ? $config->sitename : $this->getParam(‘logoType-text-logoText’);
$sloganText = (trim($this->getParam(‘logoType-text-sloganText’))==”) ? JText::_(‘SITE SLOGAN’) : $this->getParam(‘logoType-text-sloganText’);?>
<div class=”logo-text”>
<h1><a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $logoText; ?></span></a></h1>
<p class=”site-slogan”><?php echo $sloganText;?></p>
</div>
<?php endif; ?>
It worked for me, i hope it will help.
-
AuthorPosts
This topic contains 8 replies, has 7 voices, and was last updated by ssaxton 14 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum