-
AuthorPosts
-
angie00 Friend
angie00
- Join date:
- November 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 80
- Thanked:
- 10 times in 1 posts
July 16, 2014 at 1:35 pm #199731If 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?
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 17, 2014 at 6:59 am #542714I will check this bug directly on your site, please give the URL of your site are working on.
angie00 Friendangie00
- Join date:
- November 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 80
- Thanked:
- 10 times in 1 posts
July 30, 2014 at 3:53 pm #543943Thank you @ninja Lead. Sorry for the delay. Here is the url: http://goo.gl/AQKZ7T
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 31, 2014 at 9:41 am #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
angie00 Friendangie00
- Join date:
- November 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 80
- Thanked:
- 10 times in 1 posts
July 31, 2014 at 9:36 pm #544074We 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!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 1, 2014 at 10:41 am #544153Please pm me URL, admin and ftp credentials of your site, I will help you out.
angie00 Friendangie00
- Join date:
- November 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 80
- Thanked:
- 10 times in 1 posts
August 9, 2014 at 12:10 pm #545309@Nijna Lead
Sorry for the delay, I pm you! Thanks!Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 11, 2014 at 7:51 am #545417I 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
AuthorPostsViewing 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
Jump to forum