Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • canadareic Friend
    #189670

    Greetings. As you can imagine more and more portals are offering login , register on the very top menu section

    I would like to ask you if there is a way to add extra postion , module above menu?

    thank you very much


    1. login-module
    Saguaros Moderator
    #502029
    canadareic Friend
    #502123

    hello
    I followed step by step

    couple issues I’m facing

    1)
    Compile LESS to CSS failed

    parse error: failed at `@ BannerBackground: #fff ` line: 755

    2) location of logo, new login module and search

    Please be so kind and understand I’m not php programmer at all 🙂

    Your suggestion will be appreciated


    1. error
    Saguaros Moderator
    #502132

    Hi

    1. If you’re not familiar with LESS, I recommend you use CSS instead.

    2. I don’t see new login module in your site now, did you remove them?

    canadareic Friend
    #502133

    <em>@Saguaros 384737 wrote:</em><blockquote>Hi

    1. If you’re not familiar with LESS, I recommend you use CSS instead.

    2. I don’t see new login module in your site now, did you remove them?</blockquote>

    yes I unpublished it Please hold 5 minutes and will be ready

    Saguaros Moderator
    #502282

    Hi

    It seems that you are putting that position to the same row of logo, menu, search. You can try to create a new <div> for this new position so in the same ‘header.php‘ file:

    .
    <header id="ja-header" class="wrap ja-header navbar-collapse-fixed-top">
    <div class="container">
    <div class="row">
    <div class="span12">
    <!--- Your own code here -->
    </div>
    </div>
    <div class="row">
    <!-- LOGO -->
    <div class="ja-logo span2">
    <div class="logo logo-<?php echo $logotype ?>">
    <h1>
    <a href="<?php echo JURI::base(true) ?>......................................

    Give it a try and let me know how it goes.

    canadareic Friend
    #502291

    thank you seems to work better , what about to make align module right ? not above the logo ?

    Saguaros Moderator
    #502311

    Hi

    Inside the <div class=”span12″>, pls remove the <div class=”span6″>

    Then open /templates/ja_your_default_template/css/custom.css, add this css rule:


    #ja-header .sclogin {
    float: right;
    }

    canadareic Friend
    #502357

    We have done it 🙂 Thank you very much

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

This topic contains 9 replies, has 2 voices, and was last updated by  canadareic 10 years, 9 months ago.

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