Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #568954

    Hi
    Try this
    Go to templatesja_cagoxtplsblocksheader.php

    find this code

    <!-- LOGO -->
    <div class="col-xs-4 col-sm-2 col-md-2 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 -->

    Cut the code and Paste it after line 27
    Here >>> http://prntscr.com/6zuio4

    Take a backup of original File before applying changes .
    Hope it helps you.

    cbc575 Friend
    #569010

    Thank you my friend, this worked really well…!

    cbc575 Friend
    #734101

    Thank you my friend, this worked really well…!

    jmespinosa Friend
    #571117

    Perfect, but the menu stiil to the second row.

    http://www.josev2.formacionprofesionalquimica.com/index.php/es/
    How can I do it?

    Saguaros Moderator
    #571752

    You can take a look at this screenshot: http://prntscr.com/79hmpt

    The head-right has class of ‘col-md-5’ equal to 5 grids column. you can reduce it to ‘col-md-3‘ and increase ‘col-md-5’ of main nav to ‘col-md-7‘, it will help to increase the width of main nav.

    cbc575 Friend
    #572388

    Here is how to fix the double row…!


    1. SH-2015.05.29-18.14.19-16
    2. SH-2015.05.29-18.14.38-17
    jmespinosa Friend
    #572962

    Thanks but, where is that code? What file? I dont know.
    Can you help me, please?

    Pankaj Sharma Moderator
    #572963

    Hi
    the file is header.phpGo to templatesja_cagoxtplsblocksheader.php
    find all the codes of header in it.

    iksan_ps Friend
    #575678

    hello, i seem to have the same problem in here to get the menu in the correct position. could you please tell me how to change the menu placement? thx
    http://kaoskku.com/en/

    Pankaj Sharma Moderator
    #575681

    Hello Iksan
    this site is http://kaoskku.com/en/ not using any JA Template . Please check it and provide correct site url .

    iksan_ps Friend
    #575682

    oops sorry was trying the default template. there you go changed back to ja cagox

    Pankaj Sharma Moderator
    #575710

    <em>@iksan_ps 480343 wrote:</em><blockquote>oops sorry was trying the default template. there you go changed back to ja cagox</blockquote>
    Hello
    The head-right has class of ‘col-md-5’ equal to 5 grids column. you can reduce it to ‘col-md-3’ and increase logo grid
    form col-md-2 to > col-md-4 .
    Like here >> http://prntscr.com/7m8svm
    You can found all code in header.php as you seen in earlier replies .

    Pankaj Sharma Moderator
    #642039

    <em>@iksan_ps 480343 wrote:</em><blockquote>oops sorry was trying the default template. there you go changed back to ja cagox</blockquote>
    Hello
    The head-right has class of ‘col-md-5’ equal to 5 grids column. you can reduce it to ‘col-md-3’ and increase logo grid
    form col-md-2 to > col-md-4 .
    Like here >> http://prntscr.com/7m8svm
    You can found all code in header.php as you seen in earlier replies .

    Pankaj Sharma Moderator
    #740699

    <em>@iksan_ps 480343 wrote:</em><blockquote>oops sorry was trying the default template. there you go changed back to ja cagox</blockquote>
    Hello
    The head-right has class of ‘col-md-5’ equal to 5 grids column. you can reduce it to ‘col-md-3’ and increase logo grid
    form col-md-2 to > col-md-4 .
    Like here >> http://prntscr.com/7m8svm
    You can found all code in header.php as you seen in earlier replies .

    iksan_ps Friend
    #575737

    <em>@pankajsharma 480401 wrote:</em><blockquote>Hello
    The head-right has class of ‘col-md-5’ equal to 5 grids column. you can reduce it to ‘col-md-3’ and increase logo grid
    form col-md-2 to > col-md-4 .
    Like here >> http://prntscr.com/7m8svm
    You can found all code in header.php as you seen in earlier replies .</blockquote>
    Great! it worked! thank you for the help

Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 18 replies, has 5 voices, and was last updated by  iksan_ps 8 years, 10 months ago.

The topic ‘How do I move the logo to the left in Cagox and make my menu bar larger..?’ is closed to new replies.