Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • efficiency Friend
    #1004385

    Need 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 Moderator
    #1004557

    Hi,

    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 Friend
    #1004968
    This reply has been marked as private.
    Saguaros Moderator
    #1004980

    Hi,

    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 Friend
    #1005001
    This reply has been marked as private.
    efficiency Friend
    #1005002
    This reply has been marked as private.
    Saguaros Moderator
    #1005033

    Hi,

    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.

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Saguaros 7 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum