Viewing 15 posts - 1 through 15 (of 30 total)
  • Author
    Posts
  • dpchap015 Friend
    #192741

    hi… i am using JA discuss debate plugin..
    there are two issues come with is extension.
    1. disquss comments counter on blog layout, featured layout and in module most read content not showing the counter.
    i selected all the settings same as given in quickstart.
    it will look like this > http://awesomescreenshot.com/09521u6zb7
    how to fix it.
    2. joomla tags are comes under the disquss commnets . i want it above the disquss. when i changed the disquss settings after content to> after display content . the width of disquss is increased to full page width.

    how to fix it????

    Saguaros Moderator
    #514558

    Hi dpchap015,

    Could you pm me URL, admin and ftp account of your site? It’s better with a closer look

    dpchap015 Friend
    #514646

    @saguaros
    please check ur message box

    Saguaros Moderator
    #514813

    Hi dpchap015,

    As I can see the comment counter is displaying in your site, did you solve it? http://prntscr.com/29vmpj

    For the order of Disqus comment, could you send me URL of article where you set to show it after content display?

    dpchap015 Friend
    #515127

    <em>@Saguaros 401196 wrote:</em><blockquote>Hi dpchap015,

    As I can see the comment counter is displaying in your site, did you solve it? http://prntscr.com/29vmpj

    For the order of Disqus comment, could you send me URL of article where you set to show it after content display?</blockquote>

    In the attachment that you have sent, (http://prntscr.com/29vmpj), only the middle article is showing the comment counter, what about the other two on the left and right hand side. This is the inconsistency i want to attract your attention to. If you will visit http://staging.edtechreview.info/ and scroll down to “Popular” and “Latest” section of the page, you will see this inconsistency.

    Please Help

    Saguaros Moderator
    #515172

    This is weird, did you make any changes in code to this template? if yes, please let me know and also pm me FTP account of your site, I will check it further.

    dpchap015 Friend
    #515368

    <em>@Saguaros 401646 wrote:</em><blockquote>This is weird, did you make any changes in code to this template? if yes, please let me know and also pm me FTP account of your site, I will check it further.</blockquote>

    hi…
    there was an issue of duplicate images in blog and featured layout so i changed the code. u can see it in the thread of duplicate images. (http://www.joomlart.com/forums/topic/article-shows-duplicate-images-in-blog-layout/)

    If this was a problem because of changes in code, disqus comment counter should have not been working on any article, that what my guess is.

    Please see and update ASAP.. 😀

    Saguaros Moderator
    #515502

    Do you mind sending me a PM with FTP account of your site?

    dpchap015 Friend
    #515711

    @saguaros
    Please chk your PMs.

    Saguaros Moderator
    #516297

    Hi,

    Did you change admin account of your site? as I can’t access with it, please update and PM me again. ( I sent you a PM).

    dpchap015 Friend
    #516761

    Please chek again. I must be working. (The user got deleted while updating the DB)

    Saguaros Moderator
    #516807

    Hi,

    Please check my PM 🙂

    dpchap015 Friend
    #517162

    check ur pm again

    Saguaros Moderator
    #517442

    Hi

    I’m checking this issue, please give me more time.

    Ninja Lead Moderator
    #517646

    I’ve changed some PHP code for mod_articles_latest module in file: templates/ja_magz/html/mod_articles_latest/focus.php

    Replace:


    <!-- AddThis Button BEGIN -->
    <?php if($tplparams->get('tpl_addthis_share', 1)) : ?>
    <a class="addthis_button_compact" addthis:url="<?php echo JUri::getInstance()->toString(array('scheme', 'host', 'port')) . $link ?>" addthis:title="<?php echo htmlspecialchars($intro_title); ?>"> <?php echo JText::_('TPL_TEXT_SHARE') ?> <i class="icon-share"></i></a>
    <?php endif ?>
    <!-- AddThis Button END -->

    With:


    <!-- Comment count -->
    <?php
    $results_item = $app->triggerEvent('onContentAfterDisplay', array('com_content.article', &$item, &$params, 1));
    echo $item->afterDisplayContent = trim(implode("n", $results_item));
    ?>
    <!-- Comment count -->

    <!-- AddThis Button BEGIN -->
    <?php if($tplparams->get('tpl_addthis_share', 1)) : ?>
    <a class="addthis_button_compact" addthis:url="<?php echo JUri::getInstance()->toString(array('scheme', 'host', 'port')) . $link ?>" addthis:title="<?php echo htmlspecialchars($intro_title); ?>"> <?php echo JText::_('TPL_TEXT_SHARE') ?> <i class="icon-share"></i></a>
    <?php endif ?>
    <!-- AddThis Button END -->

    + Open templates/ja_magz/css/custom.css file and add this CSS rule:

    .jacomment-count {
    display: inline-block;
    }
    .jacomment-count a {
    border-right: solid 1px #eaeaea;
    padding-right: 7px;
    margin-right: 5px;
    }

    Look at the front-end of your site, see the screenshot

    Some articles don’t show comment count, this is not a bug, you need to go Backend site -> plugin manager -> Content – JA Disqus Debate Echo -> Select Joomla Categories parameter: you select all categories so that comment will be shown in all articles.

    Hope that helps.


    1. Comment
Viewing 15 posts - 1 through 15 (of 30 total)

This topic contains 30 replies, has 4 voices, and was last updated by  vric 10 years, 4 months ago.

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