Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • webjwn Friend
    #175786

    Howdy

    I would like to modify the JA_Events template that produces this html:

    <div class=”ja-social-toolbox-small”>
    <div class=”inner clearfix”>
    <div class=”articleCreated”>
    <span class=”date”>01</span>
    <span class=”month”>Jan</span>
    <span class=”year”>2012</span>
    </div>
    </div>
    </div>
    to remove the date. Where can I find the code to do so?

    Thank you very much for your attention in this matter

    pavit Moderator
    #447328

    Hi

    The ja_social toolbox-small is the toolbox that contains the date of the publishing article plus the social icons and it’s composed of two things the date and the ja_Social plugin

    So what you want remove ? the icons ? then disable the ja_social plugin the date ? then disable the feature to show the creation date in the article


    1. toolbox
    webjwn Friend
    #447337

    Howdy

    I wish to remove the date from the Toolbox.
    Our Ja_social plugin is disabled.


    1. RemoveDATE
    2. JASocial
    pavit Moderator
    #447338

    Ok

    try to do in this way

    Goto this file /templates/ja_events/core/themes/yourtheme/css/color.css

    .ja-social-toolbox-small .articleCreated {
    background: url("../images/small-date-bg.png") no-repeat scroll right center transparent;
    display: none; <----------------add this line of code
    }

    webjwn Friend
    #447339

    Thanks. It works.

    Wayne

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

This topic contains 5 replies, has 2 voices, and was last updated by  webjwn 12 years, 6 months ago.

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