-
AuthorPosts
-
pinkfloyd Friend
pinkfloyd
- Join date:
- May 2007
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
February 26, 2010 at 5:43 pm #334048How do you set the blog or list layout for the section titles.
It seems to default to blog.There is no method of changing it in the module, so how is it set?
Thanks
March 1, 2010 at 10:05 am #334189Hi all, I’m having a problem with Ja news 2 module:
Images are not shown in fron page I only see 3 cols with the articles i each category,…and show images property are anabled, what I’m doing wrong?
Thanks 😉
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 1, 2010 at 10:19 am #334194Hi gnunetworks
please make sure that images/resized folder is exist and writable (chmode = 755 or 777)
1 user says Thank You to JA Developer for this useful post
March 1, 2010 at 10:36 am #334198Thanks for the reply but it does not fix my problem I’m viewing the images in Firefox but not with IE, :S
FIXed: Images sre shown ok, there was a setting “Intro items set to zero” not is set to 3 and everything is ok.
Another problem is in Firefox the first column is overlapping the other two cols why? It shout be automatically not?
In IE it works fine!!! :O ¬¬’
URL —> http://test.icavor.com/index.php
And why there is a lot of blank space at the bottom of the 3 cols? how to change this??
Fixed too -> If I put more than 3 articles in a category it shows properly in IE and FFOX. 😉Thanks for all. I hope this post can be usefull for anyone. 😉
Pol
March 1, 2010 at 11:30 am #334211Ok finally don’t work properly, It worked only one time in a refresh, now it’s showing articles very bad,… there are 4 or 5 articles in each category and there are 3 categories in section NOTICIES –> You can take a lok here –> http://test.icavor.com
Tables inside articles are not friendly with ja news II module,…I’ve tried to erase tables an set only plain text with images and now it’s working ok ….. any solution about how to do it with tables to make articles more professioal????
Thanks
March 17, 2010 at 10:52 pm #336684Hi
1-I would like users tool ls stable. That is to say the color (lime, green, pink …) only appears when the mouse is over the section.
2- how translate users tool ? I already a language file for translate but no change.sorry, my english is not so good.
thank you
kryptos Friendkryptos
- Join date:
- November 2009
- Posts:
- 105
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 9
- Thanked:
- 13 times in 9 posts
March 18, 2010 at 7:18 am #3367321. I think that stabile color for JaNews2 module can be only one color, that means that you can make usersettings menu only in one color, but hover will be in color you set in the module settings.
2. JaNews2 module has it’s own language file, /language/en-GB/en-GB.mod_janews2.ini , try to edit that file, it worked for me…
3. my english isn’t much better 🙂
March 20, 2010 at 8:17 am #336983Hi kryptos
1-I am not sure you understood me. I explain again in my picture. I don’t want have a same color for each section.
2-I want costumize the template like in picture but I can’t have the same.I want to put a picture in the header background. I put in template.css this code.
#ja-header { background-color: #1c1c1c; margin-top: 10px; position: relative; z-index: 10; background:url(../images/header4.png) no-repeat center;}And I get like my picture.. I want to get the custom background only in the section marked in red
3- where may i change section background color in front page.
thank you very very much!!:)
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 22, 2010 at 9:00 am #337197<em>@kha007 170392 wrote:</em><blockquote>Hi kryptos
1-I am not sure you understood me. I explain again in my picture. I don’t want have a same color for each section.
2-I want costumize the template like in picture but I can’t have the same.I want to put a picture in the header background. I put in template.css this code.
#ja-header { background-color: #1c1c1c; margin-top: 10px; position: relative; z-index: 10; background:url(../images/header4.png) no-repeat center;}And I get like my picture.. I want to get the custom background only in the section marked in red
3- where may i change section background color in front page.
thank you very very much!!:)</blockquote>
with issue 1:
pls open the file: /templates/ja_teline_iii/css/template.css and find:
#ja-header .main { padding: 30px 0 10px; }
and replace:
#ja-header .main { padding: 30px 0 10px; background:red }and find:
.ja-topbar {
position: absolute;
top: 0;
width: 100%;
border-bottom: 1px solid #ddd;
font-size: 11px;
}replace:
.ja-topbar {
position: absolute;
top: 0;
width: 100%;
border-bottom: 1px solid #ddd;
font-size: 11px;
background:#FFF
}And issue #3:
pls open the file: /modules/mod_janews2/assets/style.css and find codes:.ja-zinsec {
background: #f7f7f7;
border-bottom: 1px solid #ddd;
color: #000;
padding: 0 15px;
position: relative;
}and replace:
.ja-zinsec {
background:red;
border-bottom: 1px solid #ddd;
color: #000;
padding: 0 15px;
position: relative;
}kimberley Friendkimberley
- Join date:
- February 2010
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 6
- Thanked:
- 3 times in 1 posts
April 27, 2010 at 12:12 pm #341772i am using 4 colums and want to show them in to 2 rows is that possible in IE 8
like first row 2 colums and second row 2 colums
i tried to change in layout.css .cols4 to 50% and it work in firefox but not perfect.
.article_column { float: left; position: relative; }
.cols1 .article_column { width: 100%; }
.cols2 .article_column { width: 50%; }
.cols3 .article_column { width: 33.33%; }
.cols4 .article_column { width: 50%; }
.cols5 .article_column { width: 20%; }is it any way to make this work? 2 coulms in 2 rows?
warm regards K
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 29, 2010 at 7:01 am #342012Dear kimberley!
Here is the solution for you
http://www.joomlart.com/forums/showpost.php?p=163984&postcount=6
Good luck
1 user says Thank You to Saguaros for this useful post
May 3, 2010 at 8:50 am #342466Hi, I’m not able to show image on the left followed by title on the same row
I tried the align conf (right,left,none) but it seems not to workI only see image on the left and title on the next row,with blank space on the right of the image
Some tips?
tnksSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 6, 2010 at 7:55 am #342796Dear luciaba63!
I’m sorry, i have not clear understandable on the issue, can you please give me the link to your site and the snapshort
Thanks
mmckeen Friendmmckeen
- Join date:
- April 2006
- Posts:
- 112
- Downloads:
- 27
- Uploads:
- 12
- Thanks:
- 15
- Thanked:
- 5 times in 1 posts
May 7, 2010 at 11:46 am #342908<em>@tienhc 177585 wrote:</em><blockquote>Dear luciaba63!
I’m sorry, i have not clear understandable on the issue, can you please give me the link to your site and the snapshort
Thanks</blockquote>
I have the same issue … the image appears at the top of the article and on the left – above the title. You can see it here:
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 12, 2010 at 6:57 am #343310Dear all!
Please open the file: modules/mod_janews2/assets/style.css and find code and fix as following:
.ja-zinimg {
margin: 5px 0;
}and replace:
.ja-zinimg {
margin: 5px 10px 0px 0px;
float:left
}Good luck
AuthorPostsThis topic contains 151 replies, has 74 voices, and was last updated by ceeyee 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum