-
AuthorPosts
-
2capjob Friend
2capjob
- Join date:
- October 2013
- Posts:
- 139
- Downloads:
- 1
- Uploads:
- 46
- Thanks:
- 55
- Thanked:
- 10 times in 1 posts
January 2, 2014 at 8:18 pm #193425good day
I want to ask you. how to remove the logo and move the menu to the left.
since it does not fit.
Thank you.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 3, 2014 at 4:36 am #517240The following tweak will help to remove the logo and move menu to the left:
Note: Make sure you back up the file first
– Open templates/ja_magz/tpls/blocks/header.php file, remove the snippets below:
<!-- LOGO -->
<div class="span2 item-first spanfirst">
<div class="logo logo-<?php echo $logotype ?>">
<div class="brand">
<a <?php echo ($logotype == 'image' && $logoimage) ? '' : 'class="bg-image"' ?> href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
<?php if($logotype == 'image' && $logoimage): ?>
<img class="logoimg" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
<?php endif ?>
<span><?php echo $sitename ?></span>
</a>
<small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
</div>
</div>
</div>
<!-- //LOGO -->
1 user says Thank You to Ninja Lead for this useful post
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 3 voices, and was last updated by Ninja Lead 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Logo JA MAGZ
Viewing 3 posts - 1 through 3 (of 3 total)