Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • ogank73 Friend
    #205374

    Hi there,

    I’m wondering to put counter of new articles as like you did in front page of teline v.
    actually, i was copy category of magazine, but i lost the counter of new articles.
    could you tell me how to put counter ? (see pic).

    BTW… Why I can’t open your live demo? its said my IP bloked hacker suspicious hacking behavior.
    My IP address 202.62.17.19.

    thanks


    1. header01
    pavit Moderator
    #566287

    Hi

    Counter articles is a module named What’s new and published in whatsnew position , you need to publish it in all menu items you want it to be showed , simply edit the module and in page assignments tab flag the menu item where you want it , this menu item should use Magazine layout.

    ogank73 Friend
    #566298

    Wow.. thanks. Another question.. can I change the size of box of this what’s new number and color? where should I begin? and also calender too. thanks again.

    pavit Moderator
    #566301

    Hi

    Please post a url to your website or send me via Private Message a super user account for your backend i will try to take a look and then answer with the correct changes to apply.

    ogank73 Friend
    #566530

    Hi pavit.
    I think, I don;t need to give you an access right now… sorry. But here I give you more detail about what i want to do.. and need you help.
    I need to reduce the size of news counter and date rectangle. and also reduce the high of top menu… see the pic.

    thanks


    1. edit_header
    pavit Moderator
    #566542

    Add these css rules to your custom.css file ( If you haven’t created it yet here instructions on how to do it )

    .header-right .whatsnew {
    width: yourvaluepx!important;
    }
    .header-right .calendar {
    width: yourvaluepx!important;
    }
    .t3-topbar {
    height: yourvaluepx!important;
    }

    ogank73 Friend
    #566578

    Hi pavit…

    I just follow your instructions.. and the result.. only width of 2 boxes (news and date) that I can reduce.
    But the high of those 2 boxes and top menu, still not change..
    Could you give more advice? thanks..

    pavit Moderator
    #566597

    Try This

    .header-right .whatsnew {
    width: 36px!important;
    height:36px!important;
    }
    .header-right .calendar {
    width: 36px!important;
    height:36px!important;
    }
    .header-right .header-right-inner > .col {
    display: inline-block!important;
    float:right;
    }
    .header-right .number {
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 20px;
    line-height: 30px;
    }

    You can change .header-right .number values to correctly align numbers and text , same for height of both squares changing height values.

    max_santiago Friend
    #566790

    ..and to translate ‘new articles’?!
    and to setting counter?!
    Thanks!

    e per tradurre la frase ‘new articles’?!
    ps Pavit il ‘contatore’ si aggiorna solo settando ogni ‘tot’ giorni?!
    Grazie!

    pavit Moderator
    #566794

    <em>@max_santiago 468384 wrote:</em><blockquote>..and to translate ‘new articles’?!
    and to setting counter?!
    Thanks!

    e per tradurre la frase ‘new articles’?!
    ps Pavit il ‘contatore’ si aggiorna solo settando ogni ‘tot’ giorni?!
    Grazie!</blockquote>

    Hi Max

    <blockquote>.and to translate ‘new articles’?!</blockquote>

    Open this file templatesja_teline_vacmnotificationtmplnew-items.php and change/translate

    <span class="number"><?php echo $count ?></span>
    <span class="text">New Articles</span>
    <span class="text indicator"><i class="fa fa-chevron-down"></i></span>

    <blockquote>and to setting counter?!</blockquote>

    Counter is autoupdated everytime you add a new article

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

This topic contains 10 replies, has 3 voices, and was last updated by  pavit 9 years, 7 months ago.

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