test
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • adnanpirota Friend
    #158129

    Anyone has got any idea why I get this on my site http://www.cyberspace-ks.com


    1. teline-iv-problem
    riposoft Friend
    #369540

    idem problem

    adnanpirota Friend
    #369555

    Actualy I just noticed that it is like this only in the menus items of magazine menu, otherwise it shows OK. Very strange …

    Saguaros Moderator
    #370108

    <em>@adnanpirota 212023 wrote:</em><blockquote>Anyone has got any idea why I get this on my site http://www.cyberspace-ks.com
    </blockquote>

    you try to add the following css into the template.css file

    #ja-topbar .ja-day {
    height: 26px;
    }
    #ja-topbar .main {
    height: 26px;
    }

    thanks

    riposoft Friend
    #370260

    Hello adnanpirota

    I had the same problem. I have seen Tags JCE component. Disable the plugin ‘Content – Tags’ and see the result

    adnanpirota Friend
    #370332

    <em>@tienhc 212794 wrote:</em><blockquote>you try to add the following css into the template.css file

    #ja-topbar .ja-day {
    height: 26px;
    }
    #ja-topbar .main {
    height: 26px;
    }

    thanks</blockquote>

    this worked perfectly fine for me and since we are here I would like to ask 2 more questins:
    1. how to put date in front of month and
    2. How to get last updated to show my local date instead of xxxx AM GMT

    Again Thnx a lot

    Phill Moderator
    #370334

    Your first question please try the following

    Open templates>ja_teline_iv_blocks>topbar.php and find

    <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>

    and change to

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

    Phill Moderator
    #370335

    For your second problem maybe this thread will help – http://www.joomlart.com/forums/topic/how-can-i-change-time-from-gmt-to-local-time/

    adnanpirota Friend
    #370426

    Thank you many times but just one more questin, in the last time updated after the date and time there is short for day like “Thu” for Thursday so where can I change that since I am kind of new to all this programming thing (and you make me like it :))

    adnanpirota Friend
    #370428

    Hello riposoft and tienhc,

    I chose the proposition of tienhc and everything is OK now

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

This topic contains 10 replies, has 4 voices, and was last updated by  adnanpirota 13 years, 11 months ago.

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