-
AuthorPosts
-
efficiency Friend
efficiency
- Join date:
- October 2006
- Posts:
- 70
- Downloads:
- 14
- Uploads:
- 11
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 22, 2017 at 4:38 am #1004385Need to change the height and color of header column.
I am using the default template for EasySocial. The only guide here is about the violet theme.
Also, if I want the logo and menu to be on the same line and remove the header, what do i need to do?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 23, 2017 at 3:32 am #1004557Hi,
How you want to change the height of header?
If you want to move logo to the main menu, you will go to header block: ROOT/templates/ja_social_ii/tpls/blocks/header.php
Copy the snippet of code which render the logo:
<div class="col-xs-12 col-sm-6 <?php echo $logosize ?> logo">
<div class="logo-<?php echo $logotype, ($logoimgsm ? ‘ logo-control’ : ”) ?>">
<a href="<?php echo $logourl ?>" 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 ?>
<?php echo $sitename ?><small class="site-slogan"><?php echo $slogan ?>
Paste it into the mainnav block: ROOT/templates/ja_social_ii/tpls/blocks/mainnav.php
But you will need to customize the style for this also.
Regards
efficiency Friendefficiency
- Join date:
- October 2006
- Posts:
- 70
- Downloads:
- 14
- Uploads:
- 11
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 24, 2017 at 2:37 am #1004968This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 24, 2017 at 3:09 am #1004980Hi,
You can take a backup of your site and provide me the credentials: URL, Admin & FTP account so I will have a look.
Regards
efficiency Friendefficiency
- Join date:
- October 2006
- Posts:
- 70
- Downloads:
- 14
- Uploads:
- 11
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 24, 2017 at 4:16 am #1005001This reply has been marked as private.efficiency Friendefficiency
- Join date:
- October 2006
- Posts:
- 70
- Downloads:
- 14
- Uploads:
- 11
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
January 24, 2017 at 4:17 am #1005002This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 24, 2017 at 7:25 am #1005033Hi,
I updated the ‘default.php’ layout and ‘mainnav.php’ block in the directory: ROOT/templates/ja_social_ii/local/tpls
You can take a look.
Regarding to the update, you mean the JA Extension Manager (JAEM) component? You can create a new topic for it so if others face the same issue, it would be helpful.
1 user says Thank You to Saguaros for this useful post
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by Saguaros 7 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum