-
AuthorPosts
-
webjwn Friend
webjwn
- Join date:
- March 2011
- Posts:
- 161
- Downloads:
- 94
- Uploads:
- 48
- Thanks:
- 51
- Thanked:
- 5 times in 2 posts
April 4, 2012 at 4:00 pm #175786Howdy
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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 4, 2012 at 4:25 pm #447328Hi
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
webjwn Friendwebjwn
- Join date:
- March 2011
- Posts:
- 161
- Downloads:
- 94
- Uploads:
- 48
- Thanks:
- 51
- Thanked:
- 5 times in 2 posts
April 4, 2012 at 5:18 pm #447337Howdy
I wish to remove the date from the Toolbox.
Our Ja_social plugin is disabled.-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 4, 2012 at 5:24 pm #447338Ok
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
}1 user says Thank You to pavit for this useful post
-
AuthorPosts
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, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum