Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • fbernardello Friend
    #208505

    Dear support,
    is it possible to enable Typography and Sharing Tools in the Topic items?

    Regards,
    F.

    Saguaros Moderator
    #577129

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

    fbernardello Friend
    #577160

    Dear 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,
    Federico

    fbernardello Friend
    #643467

    Dear 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,
    Federico

    fbernardello Friend
    #742118

    Dear 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,
    Federico

    Saguaros Moderator
    #577281

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

    fbernardello Friend
    #577299

    Dear 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,
    Federico

    Saguaros Moderator
    #577303

    You should create your own thread for this new question. It will help for community 🙂

    fbernardello Friend
    #577308

    Ok! I’m doing it!

    Regards,
    F.

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

This topic contains 9 replies, has 2 voices, and was last updated by  fbernardello 8 years, 10 months ago.

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