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
User avatar
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.
User avatar
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?
User avatar
Junior Boarder

teitbite
Thu Jun 08, 2017 12:36 pm
Hi

Pack it to zip and attach than please.
User avatar
Moderator

GK User
Mon Jun 12, 2017 3:17 pm
here you are, regards
User avatar
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:

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; ?>

User avatar
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
User avatar
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.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.