-
AuthorPosts
-
rosa Friend
rosa
- Join date:
- January 2009
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
May 29, 2014 at 4:08 pm #198285Hello,I have installed the template ja_ores in a joomla 3.3 and I have seen that in the blog layout, when an item from the blog is selected, the item itself has not the blog aperance (thats mean, the item has not the date in a right block).
I have check your demo and I have seen that in you demo is the same.
But I have a website with this template in joomla 1.5 version and the items have the blog appearence. I am triyng to updrade this website to joomla 3 and I need this feature.
In joomla 1.5 version, in the template configuration there is a ‘page layouts overwrite’ but I don’t find this option in new version.
How can I solve this?
Thanks in advancePankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 30, 2014 at 4:20 am #537165HI Rosa
The template is currently not compatible with joomla 3.3 .
Please wait for its official update .
Roll back your joomla to 3.1 (compatible version) .
or install the backup copy of your site .if you have a backuprosa Friendrosa
- Join date:
- January 2009
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
May 30, 2014 at 8:01 am #537184Thanks pankajsharma for your answer.
Do you know when will be release the official update to joomla 3.3? I will wait.
Nevertheless, the items in the blog are differents in your demo than in joomla 1.5 version. Will you solve this issue?
Thanks in advancePankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
rosa Friendrosa
- Join date:
- January 2009
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
May 30, 2014 at 8:29 am #537191Ok, but I have installed the template in joomla 3.3 and this is the only issue that I can find.
And what about blog items?
ThanksPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 30, 2014 at 8:32 am #537193<blockquote>And what about blog items?
</blockquote>
can you add a screenshot for this problem ,
so that i can see what exactly you want to explainrosa Friendrosa
- Join date:
- January 2009
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
May 30, 2014 at 9:15 am #537199Ok, I add two images:
item_blog_j15.JPG corresponds to a quick installation from your template for joomla 1.5item_blog_demo_j25.JPG corresponds to your demo (I suppose joomla 2.5)
You can see in the images the same item from the blog and how the date is shown.
Thanks-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 30, 2014 at 9:38 am #537202<em>@rosa 429935 wrote:</em><blockquote>Ok, I add two images:
item_blog_j15.JPG corresponds to a quick installation from your template for joomla 1.5item_blog_demo_j25.JPG corresponds to your demo (I suppose joomla 2.5)
You can see in the images the same item from the blog and how the date is shown.
Thanks</blockquote>
This feature is available in for joomla 2.5 template .
As i can see you are using template for joomla 1.5rosa Friendrosa
- Join date:
- January 2009
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
May 30, 2014 at 9:44 am #537203I think you don’t understant me. What I want in template for joomla 2.5 is the feature that appears in template for joomla 1.5
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 31, 2014 at 6:57 am #537290<em>@rosa 429940 wrote:</em><blockquote>I think you don’t understant me. What I want in template for joomla 2.5 is the feature that appears in template for joomla 1.5</blockquote>
So that I can take a look and try to assist, please provide the url of the site you’re working on
rosa Friendrosa
- Join date:
- January 2009
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
June 6, 2014 at 10:44 am #538037Hello Ninja, I am working in localhost. But the issue is in your demo. Could you, please, take a look and say me something about it?
Best regardsNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 9, 2014 at 3:50 am #538257Right now it is difficult to guess the issue. I already checked our demo, but see the blog appearance is available on J3.
The css styles below deal with the problem you mentioned.
You can open the templates/ja_ores/css/template.css file and add this rule:
.blog .createdate-icon {
display: block;
margin-bottom: 5px;
}.blog .createdate-icon .ja-date,
.blog .createdate-icon .ja-month,
.blog .createdate-icon .ja-year {
font-family: Georgia, "Times New Roman", Times, serif;
}.blog .createdate-icon .ja-date {
background: url(../images/date-sep.gif) no-repeat right bottom !important;
float: left !important;
font-size: 45px !important;
line-height: 100% !important;
margin-right: 8px !important;
padding-right: 8px !important;
}.blog .createdate-icon .ja-month,
.blog .createdate-icon .ja-year {
display: block !important;
float: left !important;
font-size: 170% !important;
line-height: 100% !important;
}.blog .createdate-icon .ja-month {
margin-top: 10px !important;
}Once done, clear cache from admin area.
-
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 3 voices, and was last updated by Ninja Lead 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum