-
AuthorPosts
-
May 24, 2014 at 3:28 am #198119
How can I have a spinning logo and a text logo at the same time e.g.
wingly Friendwingly
- Join date:
- February 2014
- Posts:
- 310
- Downloads:
- 0
- Uploads:
- 87
- Thanks:
- 80
- Thanked:
- 83 times in 48 posts
May 24, 2014 at 5:18 am #536467Hi Wingly
To the right of it – i.e. the same as the default text logo except that the ‘S’ logo spins.
Regards
Michaelwingly Friendwingly
- Join date:
- February 2014
- Posts:
- 310
- Downloads:
- 0
- Uploads:
- 87
- Thanks:
- 80
- Thanked:
- 83 times in 48 posts
wingly Friendwingly
- Join date:
- February 2014
- Posts:
- 310
- Downloads:
- 0
- Uploads:
- 87
- Thanks:
- 80
- Thanked:
- 83 times in 48 posts
May 24, 2014 at 5:31 am #536471go to templates/ja_sugite/tpls/blocks/header.php and in the first lines you will find logo declaration that looks like this:
<!-- LOGO -->
<div class="col-xs-8 <?php echo $logosize ?> logo">
<div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
<a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
<?php if($logotype == 'image'): ?>
<img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
<?php endif ?>
<?php if($logoimgsm) : ?>
<img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
<?php endif ?>
<span><?php echo $sitename ?></span>
</a>
<small class="site-slogan"><?php echo $slogan ?></small>
</div>
</div>
<!-- //LOGO -->
replace it with the one below
<!-- LOGO -->
<div class="col-xs-8 <?php echo $logosize ?> logo">
<div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
<a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
<?php // if($logotype == 'image'): ?>
<img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
<?php // endif ?>
<?php // if($logoimgsm) : ?>
<img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
<?php // endif ?>
<span><?php echo $sitename ?></span>
</a>
<small class="site-slogan"><?php echo $slogan ?></small>
</div>
</div>
<!-- //LOGO -->
do the changes and let me know how it worked, if something is wrong would be nice if you also provide me with a link to your site; Thank you
May 24, 2014 at 5:43 am #536474Version 3.3.0
wingly Friendwingly
- Join date:
- February 2014
- Posts:
- 310
- Downloads:
- 0
- Uploads:
- 87
- Thanks:
- 80
- Thanked:
- 83 times in 48 posts
May 24, 2014 at 6:11 am #536481Hi Wingly
Not quite there : ) I have attached a copy of the logo (image) and the text (site name) as it should appear. Only the logo and NOT the text should rotate. Obviously they should still redirect the user to the Home page when clicked. The text is drawn from Theme > Site Name under the Sugate template manager
Regards
Michael
wingly Friendwingly
- Join date:
- February 2014
- Posts:
- 310
- Downloads:
- 0
- Uploads:
- 87
- Thanks:
- 80
- Thanked:
- 83 times in 48 posts
May 24, 2014 at 6:25 am #536484Hi Wingly
Ok. What link would you like Kollekta site, Joomla site admin, FTP?
wingly Friendwingly
- Join date:
- February 2014
- Posts:
- 310
- Downloads:
- 0
- Uploads:
- 87
- Thanks:
- 80
- Thanked:
- 83 times in 48 posts
wingly Friendwingly
- Join date:
- February 2014
- Posts:
- 310
- Downloads:
- 0
- Uploads:
- 87
- Thanks:
- 80
- Thanked:
- 83 times in 48 posts
May 24, 2014 at 7:40 am #536492I have, and you have. Very, very nice 🙂 Please can you provide me with details of the changes you have put in so that I can reinstate it after any sort of upgrade in the future?
Michael
wingly Friendwingly
- Join date:
- February 2014
- Posts:
- 310
- Downloads:
- 0
- Uploads:
- 87
- Thanks:
- 80
- Thanked:
- 83 times in 48 posts
May 24, 2014 at 7:49 am #5364981) in the header.php i have separated everything to new divs with new css classes so that i can customize each apart – http://prntscr.com/3m23v4
2) these are the css rules i have applied to custom.css in order to override existing css rules in other files plus add my own – http://prntscr.com/3m242w
3) In order to get rid of underline i had to modify template.css of the theme you chose (blue) – http://prntscr.com/3m24dx
p.s. note this a customization issue – you may not get a fast reply in future for these type of questions, i just had several minutes this morning )
5 users say Thank You to wingly for this useful post
May 24, 2014 at 8:06 am #536503Thanks Wingly.
You went above and beyond what was requested. I really do appreciate it. Brilliant work and service!
Michael
AuthorPostsThis topic contains 17 replies, has 3 voices, and was last updated by yangyangli 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum