Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • stazzy Friend
    #659493

    Morning admin. Pls how do i move my date to topnav where the search is and make it digital? view image

    TomC Moderator
    #659688

    <em>@stazzy 486707 wrote:</em><blockquote>Morning admin. Pls how do i move my date to topnav where the search is and make it digital? view image
    </blockquote>

    Make it digital? . . . Do you mean like a running clock?

    stazzy Friend
    #659692

    like this sir.

    Saguaros Moderator
    #659735

    Hi stazzy,

    You will need to move the block code which renders the date from header block to the topnav block.

    You can find the associated PHP file for header block here: root/templates/ja_teline_v/tpls/blocks/header.php, look for:


    <div class="col calendar">
    <div class="col-inner">
    <span class="number date"><?php echo date('d') ?></span>
    <div class="text">
    <span class="day"><?php echo JText::_(date('D')) ?></span>, <span class="month"><?php echo JText::_(date('F').'_SHORT') ?></span>
    </div>
    </div>
    </div>

    and move it to place you want in topnav block: root/templates/ja_teline_v/tpls/blocks/topnav.php

    Of course, you must add additional style for it after that.

    Hope this helps.

    stazzy Friend
    #660012

    If i do this change, will it still look like this sir?

    stazzy Friend
    #745168

    If i do this change, will it still look like this sir?

    Saguaros Moderator
    #660039

    As I mentioned above, you will have to re-style for it

    Saguaros Moderator
    #745195

    As I mentioned above, you will have to re-style for it

    stazzy Friend
    #660722

    Pls sir how do i re style. Thanks

    stazzy Friend
    #745330

    Pls sir how do i re style. Thanks

    Saguaros Moderator
    #660888

    You can use Firebug editor in Firefox or Inspect Element in Chrome, they’re really helpful

    Saguaros Moderator
    #745362

    You can use Firebug editor in Firefox or Inspect Element in Chrome, they’re really helpful

    stazzy Friend
    #660951

    Ok sir. If am done re styling with the firebug how do i save the change?

    Saguaros Moderator
    #662246

    You can put that change into ‘custom.css’ file on your site: http://www.t3-framework.org/documentation/bs3-customization#custom-css

    Saguaros Moderator
    #745589

    You can put that change into ‘custom.css’ file on your site: http://www.t3-framework.org/documentation/bs3-customization#custom-css

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

This topic contains 15 replies, has 3 voices, and was last updated by  Saguaros 8 years, 9 months ago.

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