test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • angie00 Friend
    #199731

    If we do not have a full article image selected in “Images and Links” section, the page will show the image holder for it in some browsers. It looks fine in Firefox but IE, Chrome, and Safari the holder shows. How do we fix?

    Also when we go into article it show hits under article and to side. If we hide hits, they both go away. Shouldn’t only the one on the side be displayed?


    1. Screen-Shot-2014-07-16-at-8.15.37-AM
    2. Screen-Shot-2014-07-16-at-8.48.02-AM
    Ninja Lead Moderator
    #542714

    I will check this bug directly on your site, please give the URL of your site are working on.

    angie00 Friend
    #543943

    Thank you @ninja Lead. Sorry for the delay. Here is the url: http://goo.gl/AQKZ7T

    Ninja Lead Moderator
    #544021

    <em>@angie00 438786 wrote:</em><blockquote>Thank you @ninja Lead. Sorry for the delay. Here is the url: http://goo.gl/AQKZ7T</blockquote>

    I see this problem on your site, please download my attached file and extract my zip file and copy it into templates/ja_sugite/html/com_content/category/blog_item.php file

    Let me know if it helps


    1. blog_item.zip
    angie00 Friend
    #544074

    We are seeing the hits twice. Not sure if this is something I am doing wrong or a bug. If I turn off hits on article options neither show up. I think the template was designed maybe for it to show up on the left under the date and author because it doesn’t make sense to have it in both.

    Thanks in advance for all your help!


    1. Screen-Shot-2014-07-31-at-4.30.22-PM
    Ninja Lead Moderator
    #544153

    Please pm me URL, admin and ftp credentials of your site, I will help you out.

    angie00 Friend
    #545309

    @Nijna Lead
    Sorry for the delay, I pm you! Thanks!

    Ninja Lead Moderator
    #545417

    I just fixed the problem of hits twice directly on your site.

    Open templates/ja_sugite/html/com_content/article/blog2.php file

    Change

    <?php if ($params->get('show_modify_date')) : ?>
    <dd class="modified">
    <?php echo JText::sprintf('COM_CONTENT_LAST_UPDATED', '<strong>' . JHtml::_('date', $this->item->modified, JText::_('DATE_FORMAT_LC3')) . '</strong>'); ?>
    </dd>
    <?php endif; ?>
    <?php if ($params->get('show_hits')) : ?>
    <dd class="hits">
    <?php echo JText::sprintf('COM_CONTENT_ARTICLE_HITS', '<strong>' . $this->item->hits . '</strong>'); ?>
    </dd>
    <?php endif; ?>

    to

    <?php if ($params->get('show_modify_date')) : ?>
    <dd class="modified">
    <?php echo JText::sprintf('COM_CONTENT_LAST_UPDATED', '<strong>' . JHtml::_('date', $this->item->modified, JText::_('DATE_FORMAT_LC3')) . '</strong>'); ?>
    </dd>
    <?php endif; ?>

    Let me know if it helps

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

This topic contains 8 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 5 months ago.

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