Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • augengott Friend
    #154481

    hello,
    I already found a post what to add in the template.css so the time and update time doesn’t show.
    this works – thanks.
    but I’d like to use the time position for publishing a different module, but I tried ALL module positions and none appeared over there. only the ja-login on the right side worked, but I need one at the other site as well.
    how can I get this?

    aman204 Friend
    #356163

    You can try out this::

    Go to templates/ja_social/blocks/topbar.php file

    1) Add this:

    <?php if($this->countModules(‘ja-left’)) : ?>
    <div class=”ja-day”>
    <jdoc:include type=”modules” name=”ja-left” />
    </div>
    <?php endif; ?>

    above this::

    <?php if($this->countModules(‘ja-login’)) : ?>
    <div id=”ja-headtools” class=”ja-headtool”>
    <ul>
    <jdoc:include type=”modules” name=”ja-login” />
    </ul>
    </div>
    <?php endif; ?>

    2) Enter ja-left in position text field for specific module and click on apply

    augengott Friend
    #356168

    thanks for this, but the module position doesn’t display

    BUT

    if I remove the line which I put in the template.css to not show the time the module displays – but also the time which I don’t want to see
    looks like this is a good way with only a small mistake somewhere – ideas?

    aman204 Friend
    #356220

    I tried it on local and module seems to show on new position with time also shown

    Other way, Please let me know about the steps been done by you

    augengott Friend
    #356251

    ok, so from the start:
    Before your post I added this line to template.css

    #ja-topbar .ja-updatetime,#ja-topbar .ja-day{display:none;}
    because I don’t want to see the time thing

    If I put your code

    <?php if($this->countModules('ja-left')) : ?>
    <div class="ja-day">
    <jdoc:include type="modules" name="ja-left" />
    </div>
    <?php endif; ?>

    nothing is displayed – but if I remove my line from template.css it works (module is shown).
    But then also the time is shown – and I don’t want to see the time.

    augengott Friend
    #356520

    aman204,
    can you help me getting this work?

    Saguaros Moderator
    #356552

    <em>@augengott 195287 wrote:</em><blockquote>aman204,
    can you help me getting this work?</blockquote>

    now you open the file: templates/ja_social/blocks/topbar.php

    you find the following code:
    [PHP]

    <p class=”ja-day”>

    [/PHP]
    replace:
    [PHP]
    <?php if($this->countModules(‘ja-left’)) : ?>
    <div class=”ja-left”>
    <jdoc:include type=”modules” name=”ja-left” />
    </div>
    <?php endif; ?>
    <p class=”ja-day”>
    [/PHP]

    add css code into the template.css file:

    #ja-topbar .ja-left{
    display:block;
    float:left;
    margin-left:15px;
    padding-right:10px;
    }

    When done, the template has a new position named is “ja-left“,

    augengott Friend
    #356628

    thanks tienhc,
    this worked wonderful.
    one small last thing about this – the text colour here is blue and as you know the header is blue as well – where can I change the text colour to white?

    Don Lee Friend
    #356910

    <em>@augengott 195421 wrote:</em><blockquote>thanks tienhc,
    this worked wonderful.
    one small last thing about this – the text colour here is blue and as you know the header is blue as well – where can I change the text colour to white?</blockquote>

    Hi,
    Find in template.css file:

    #ja-topbar {
    color:#BAE1EF;
    font-size:11px;
    }

    Replace:

    #ja-topbar {
    color:white;
    font-size:11px;
    }

    augengott Friend
    #357407

    thanks,
    this changed succesfully the right part of the line.
    but the new ja-left position which is in same line at the left side still shows the wrong colour. any ideas?

    Saguaros Moderator
    #357438

    <em>@augengott 196466 wrote:</em><blockquote>thanks,
    this changed succesfully the right part of the line.
    but the new ja-left position which is in same line at the left side still shows the wrong colour. any ideas?</blockquote>

    now, can you pls send the link to your site i would like to have a closer look on the issue, before giving me, you try to do this:

    at thread #9 is owner by donglt, you try to change:

    #ja-topbar, #ja-topbar span, #ja-topbar p {
    color:white!important;
    font-size:11px;
    }

    nikiniko Friend
    #359305

    Hi there, 🙂

    I use JA Portfolio template, is that easy to add date info in top panel like this one in demo..?

    thanks


    1. Clipboard02
    aman204 Friend
    #359357

    <em>@nikiniko 198915 wrote:</em><blockquote>Hi there, 🙂

    I use JA Portfolio template, is that easy to add date info in top panel like this one in demo..?

    thanks</blockquote>

    Can you please start your new topic in template specific forum::

    http://www.joomlart.com/forums/forum/ja-portfolio/

    nikiniko Friend
    #359386

    Ok aman204 .. 🙂

    felixdesign Friend
    #359553

    Hello guys, i have one favor to ask….I would like to remove the time like ‘augengott’ in this thread…and i would like to have there a new module….Ok..i have try all the steps that i have found in this thread..but it doenst work:((…I have been able to remove the time…but i dont get it how to create and show a new module.
    So..”augengott” or Aman or support can explain me step by step what to add and where to add from the beginen i would help me and much more other guys.
    Thank you very much!

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

This topic contains 18 replies, has 7 voices, and was last updated by  aman204 14 years ago.

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