-
AuthorPosts
-
monalh Friend
monalh
- Join date:
- March 2012
- Posts:
- 68
- Downloads:
- 23
- Uploads:
- 21
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
March 6, 2013 at 2:52 pm #185575Hi!
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!
MonaNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 7, 2013 at 9:23 am #485686I 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 fileRemember to clear cache from admin area
monalh Friendmonalh
- Join date:
- March 2012
- Posts:
- 68
- Downloads:
- 23
- Uploads:
- 21
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
March 7, 2013 at 6:16 pm #485726Hi,
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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 8, 2013 at 7:52 am #485765You 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 fileRemember to clear cache from admin area
monalh Friendmonalh
- Join date:
- March 2012
- Posts:
- 68
- Downloads:
- 23
- Uploads:
- 21
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
March 8, 2013 at 6:00 pm #485845Hi,
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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 11, 2013 at 8:08 am #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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 29, 2013 at 4:16 pm #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 Friendmonalh
- Join date:
- March 2012
- Posts:
- 68
- Downloads:
- 23
- Uploads:
- 21
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
April 2, 2013 at 8:15 am #488559Hi!
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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 3, 2013 at 8:25 am #488681I 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.
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum