Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1018784

    Hi
    I checked the submitted site URL it’s not using a JA template.
    Kindly give me the article URL with a temp super user login of the site via private reply so that I can check this issue on your site.

    Regards

    giulia72 Friend
    #1018973
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1018978

    Hi
    Kindly give me a temp super user login of the site via private reply so that I can check this issue on your site.

    giulia72 Friend
    #1018997
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1019019

    Hi
    Still the user access is not super user please check the user login at your site and then send the correct user details.

    Also, share the menu path of menu item article samples
    I have not found any menu item with this name.

    giulia72 Friend
    #1019025
    This reply has been marked as private.
    giulia72 Friend
    #1019038
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1019040

    Hi
    Kindly check the issue is fixed on your site.
    You can see the tags are in the footer of article http://prntscr.com/ekmo1z
    The footer was not showing before i edited /html/com_content/article/default.php file for this.
    And enabled footer area.

    Regards

    giulia72 Friend
    #1019076

    Hi
    yes it works
    so do I have to copy the file /html/com_content/article/default.php on my local folder to have it updated?

    giulia72 Friend
    #1019091

    Kindly I would to know exactly what you have done as I have to correct my local copy

    Thank you

    Pankaj Sharma Moderator
    #1019262

    Hi
    Changes details below:
    Open /html/com_content/article/default.php
    Find

      <!-- footer -->
      <?php if ($botInfo) : ?>
      <footer class="article-footer clearfix">
    
        <?php if ($params->get('show_tags', 1) && !empty($this->item->tags)) : ?>
            <?php echo JLayoutHelper::render('joomla.content.tags', $this->item->tags->itemTags); ?>
        <?php endif; ?>
    
        <?php echo JLayoutHelper::render('joomla.content.info_block.block', array('item' => $this->item, 'params' => $params, 'position' => 'below')); ?>
      </footer>
      <?php endif; ?>
      <!-- //footer -->
    

    replace it with

      <!-- footer -->
      <footer class="article-footer clearfix">
    
        <?php if ($params->get('show_tags', 1) && !empty($this->item->tags)) : ?>
            <?php echo JLayoutHelper::render('joomla.content.tags', $this->item->tags->itemTags); ?>
        <?php endif; ?>
    
        <?php echo JLayoutHelper::render('joomla.content.info_block.block', array('item' => $this->item, 'params' => $params, 'position' => 'below')); ?>
      </footer>
    
      <!-- //footer -->
    
    giulia72 Friend
    #1019402

    Hello
    I have not seen any folder: /html/com_content/article/default.php

    I have only components/com_content/views/article/tmpl/default.php but I don’t think it is the same file you refer to

    Please could you specify better which file I have to copy?

    Thank you

    Pankaj Sharma Moderator
    #1019403

    Kindly open JA nuevo template folder and you will see it.
    Regards

    giulia72 Friend
    #1019415

    you didn’t specified it was in Ja nuevo template.
    Anyway I have copied the file you mentioned on my local website copy, but I cannot see Tags at bottom of articles

    Did you make other settings?

    Pankaj Sharma Moderator
    #1019454

    Hi
    Kindly read the thread from here
    https://www.joomlart.com/forums/topic/article-tags-are-not-dispayed/#post-1019040
    You confirmed after making changes.
    If you still have problems kindly post the Article URL and updated the super user login again.

Viewing 15 posts - 1 through 15 (of 20 total)

This topic contains 20 replies, has 2 voices, and was last updated by  giulia72 7 years, 8 months ago.

The topic ‘Article tags are not dispayed’ is closed to new replies.