Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • monalh Friend
    #185575

    Hi!
    I want to move the line with “created and date” under a post to below the title. Now it shows below the entire post. Any suggestions how I move it? In the demo it seems to be placed “the right” way http://joomla25-templates.joomlart.com/ja_graphite/k2-showcase/item-page.html.

    http://wayosi.no/rrwc2/index.php

    Thanks!
    Mona

    Ninja Lead Moderator
    #485686

    I have moved “Create date” on com_content to under title, you can get it:

    + Download and extract my attached file
    + Copy it to
    <blockquote>templates/ja_graphite/html/com_content/category/blog_item.php</blockquote>
    + Backup old file before updating attached file

    Remember to clear cache from admin area


    1. blog_item.zip
    monalh Friend
    #485726

    Hi,
    Thanks! I changed the file with you attached, and it worked when I go in to each blod post like this: http://wayosi.no/rrwc/homepage/news/111-congress-2016-in-planning
    But in category-blog it still have the created-line under the post.. http://wayosi.no/rrwc/

    Ninja Lead Moderator
    #485765

    You can try it again

    + Download and extract my attached file
    + Copy it to
    templates/ja_graphite/html/com_content/article/default.php
    + Backup old file before updating attached file

    Remember to clear cache from admin area


    1. default.zip
    monalh Friend
    #485845

    Hi,
    I’m sorry but that didn’t do any change.. The line is still under the post: http://wayosi.no/rrwc/homepage/news. I have replaced the file, and cleaned cache, but still no change..
    (Please notice the address http://www.wayosi.no/rrwc, the one in the first post is not the correct address)

    Ninja Lead Moderator
    #485978

    <em>@monalh 363575 wrote:</em><blockquote>Hi,
    I’m sorry but that didn’t do any change.. The line is still under the post: http://wayosi.no/rrwc/homepage/news. I have replaced the file, and cleaned cache, but still no change..
    (Please notice the address http://www.wayosi.no/rrwc, the one in the first post is not the correct address)</blockquote>

    Ok, I would need to take a closer look at your site, you can pm me admin access and ftp account on your site.I shall help you out.

    Ninja Lead Moderator
    #488309

    <em>@monalh 363575 wrote:</em><blockquote>Hi,
    I’m sorry but that didn’t do any change.. The line is still under the post: http://wayosi.no/rrwc/homepage/news. I have replaced the file, and cleaned cache, but still no change..
    (Please notice the address http://www.wayosi.no/rrwc, the one in the first post is not the correct address)</blockquote>

    I fixed the problem on your site please check it again, let me know the result

    monalh Friend
    #488559

    Hi!
    Thanx, now it is the way I like it to be.
    However, the right module is somehow pushed to the side and under the articles, instead of appearing top right. Also the “read more” button does not show, even if I have put in an “read more” line, and set to “show” in the menu article options..

    Ninja Lead Moderator
    #488681

    I have updated this script below


    <?php if ($params->get('show_create_date')) : ?>
    <div class="article-info">
    <dd class="create">
    <?php echo JText::sprintf('COM_CONTENT_CREATED_DATE_ON', JHTML::_('date', $this->item->created, JText::_('DATE_FORMAT_LC2'))); ?>
    </dd>
    </div>
    <?php endif; ?>

    instead of old code below TITLE of this file

    <blockquote>ja_graphite/html/com_content/category/blog_item.php</blockquote>

    The problem is fixed.

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

This topic contains 9 replies, has 2 voices, and was last updated by  Ninja Lead 11 years ago.

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