problems after updating the News Show Pro GK5
Support desk for Villa Belluci Joomla Hotel Template
- GK User
- Tue May 30, 2017 12:19 am
After updating the News Show Pro GK5 module, there appeare the strange strings (date format?) over the headers. Link to my website http://solidres.lamberthotel.pl/index.php/pl/aktualnie regards
-
- Junior Boarder
- teitbite
- Fri Jun 02, 2017 4:20 pm
Hi
Strangely I cannot see that in my copy of this template. Please attach file /html/com_content/category/blog_item.php to this thread, so I'll see what is wrong in code.
Strangely I cannot see that in my copy of this template. Please attach file /html/com_content/category/blog_item.php to this thread, so I'll see what is wrong in code.
-
- Moderator
- GK User
- Tue Jun 06, 2017 12:29 pm
with pleasure but the extension php is not allowed and I can not upload the file. How can I do that?
-
- Junior Boarder
- teitbite
- Thu Jun 08, 2017 12:36 pm
Hi
Pack it to zip and attach than please.
Pack it to zip and attach than please.
-
- Moderator
- GK User
- Mon Jun 12, 2017 3:17 pm
here you are, regards
-
- Junior Boarder
- teitbite
- Fri Jun 16, 2017 12:35 pm
Hi
I'm not 100% sure, but please try edit this file and change this:
into:
I'm not 100% sure, but please try edit this file and change this:
- Code: Select all
<?php if($params->get('show_publish_date')) : ?>
<span class="cat-item-date">
<time datetime="<?php echo JHtml::_('date', $this->item->publish_up, JText::_(DATE_W3C)); ?>" itemprop="datePublished">
<?php echo JHTML::_('date', $this->item->publish_up, 'd F Y'); ?>
</time>
</span>
<?php elseif($params->get('show_create_date')) : ?>
<span class="cat-item-date">
<time datetime="<?php echo JHtml::_('date', $this->item->created, DATE_W3C); ?>" itemprop="dateCreated">
<?php echo JHTML::_('date', $this->item->created, 'd F Y'); ?>
</time>
</span>
<?php endif; ?>
into:
- Code: Select all
<?php if($params->get('show_publish_date')) : ?>
<span class="cat-item-date">
<time datetime="<?php echo JHtml::_('date', $this->item->publish_up, JText::_(DATE_W3C)); ?>" itemprop="datePublished">
<?php echo JHTML::_('date', $this->item->publish_up, 'd F Y'); ?>
</time>
</span>
<?php elseif($params->get('show_create_date')) : ?>
<span class="cat-item-date">
<time datetime="<?php echo JHtml::_('date', $this->item->created, JText::_(DATE_W3C)); ?>" itemprop="dateCreated">
<?php echo JHTML::_('date', $this->item->created, 'd F Y'); ?>
</time>
</span>
<?php endif; ?>
-
- Moderator
- GK User
- Wed Jun 21, 2017 2:54 pm
That was not the solution, I still have a problem with date format. Please help me
-
- Junior Boarder
- teitbite
- Fri Jun 23, 2017 11:47 am
Hi
Ok. Please send me an access to FTP to my mail [email protected] I'll do that directly on Your site, so I will not have to guess what can be the problem.
Ok. Please send me an access to FTP to my mail [email protected] I'll do that directly on Your site, so I will not have to guess what can be the problem.
-
- Moderator
8 posts
• Page 1 of 1