Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • micflic Friend
    #163002

    how can i change the date position? i want it on the right side of the menu-line. see pic. thx mic


    1. datet-1
    khoand Friend
    #387326

    Hi,
    You do following way:
    – Remove this code from <joomla url>templatesja_teline_ivblockstopbar.php file


    <p class="ja-day clearfix">
    <?php
    echo "<span class="day">".date ('D')."</span>";
    echo "<span class="month">".date ('m')."</span>";
    echo "<span class="date">".date ('d')."</span>";
    echo "<span class="year">".date ('Y')."</span>";
    ?>
    </p>

    – Add this code into <joomla url>templatesja_teline_ivblockstopmega.php file


    <p class="ja-day clearfix" style="float:right">
    <?php
    echo "<span class="day">".date ('D')."</span>";
    echo "<span class="month">".date ('m')."</span>";
    echo "<span class="date">".date ('d')."</span>";
    echo "<span class="year">".date ('Y')."</span>";
    ?>
    </p>

    before

    <div id="ja-topnav" class="clearfix">

    micflic Friend
    #387444

    are you sure that your solution should work? did you tried it? i tried – but nothing happens… any further idea? thx mic

    khoand Friend
    #387465

    Yes, I did, and it works.
    – Maybe your default layout doesn’t load topbar. To load it, eidt default layout (Login backend, goto extensions–>template manager–>ja_teline_iv–>layout–>default layout), add this code

    <block name="topbar" type="topbar"></block>
    into

    <blocks name="top" style="xhtml">

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

This topic contains 4 replies, has 2 voices, and was last updated by  khoand 13 years, 7 months ago.

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