-
AuthorPosts
-
fbernardello Friend
fbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
July 10, 2015 at 8:50 am #208505Dear support,
is it possible to enable Typography and Sharing Tools in the Topic items?Regards,
F.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 13, 2015 at 3:25 am #577129Hi fbernardello,
You can try with this tweak:
– Go to file: root/templates/ja_teline_v/html/layouts/joomla/content/item/topic.php
– At approx line 46, look for this line of code:
<section class="article-full"><div class="article-content-main">
change it to:
<section class="article-full has-article-tools"><div class="article-tools">
<div class="default-tools">
<h6><?php echo JText::_('TPL_DEFAULT_TOOL_TITLE') ?></h6>
<?php echo JLayoutHelper::render('joomla.content.magazine_icons', array('item' => $item, 'params' => $params)); ?>
</div>
<?php echo JLayoutHelper::render('joomla.content.typo_tools', array()); ?><?php echo JLayoutHelper::render('joomla.content.sharing_tools', array()); ?>
</div><div class="article-content-main">
1 user says Thank You to Saguaros for this useful post
fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
July 13, 2015 at 8:49 am #577160Dear support,
the tweek is working perfectly, thank you.Do you think it’s also possible to enable the disqus comment form (of course, I’m using your plugin) at the end of a topic item (I mean, after the “articles about the topic”)?
One more question: How can I hide the “articles about the topic” hits?
Regards,
Federicofbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
July 13, 2015 at 8:49 am #643467Dear support,
the tweek is working perfectly, thank you.Do you think it’s also possible to enable the disqus comment form (of course, I’m using your plugin) at the end of a topic item (I mean, after the “articles about the topic”)?
One more question: How can I hide the “articles about the topic” hits?
Regards,
Federicofbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
July 13, 2015 at 8:49 am #742118Dear support,
the tweek is working perfectly, thank you.Do you think it’s also possible to enable the disqus comment form (of course, I’m using your plugin) at the end of a topic item (I mean, after the “articles about the topic”)?
One more question: How can I hide the “articles about the topic” hits?
Regards,
FedericoSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 14, 2015 at 5:02 am #577281Hi Federico,
Yes, you can enable disqus comment there.
And to hide the hits, you can add this css rule:
.topic-articles .hits {
display: none;
}
into the file: root/templates/ja_teline_v/css/custom.css (create this file if it doesn’t exist)
1 user says Thank You to Saguaros for this useful post
fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
July 14, 2015 at 7:09 am #577299Dear Saguaros,
thank you, the css rule works perfectly!How can I enable disqus comments on topic items?
I can’t find options to do it in the disqus plugin configuration.Regards,
FedericoSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 14, 2015 at 7:30 am #577303You should create your own thread for this new question. It will help for community 🙂
fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
July 14, 2015 at 7:52 am #577308Ok! I’m doing it!
Regards,
F. -
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by fbernardello 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum