-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 11, 2012 at 2:12 am #452485Hi iluminada,
You can try with that solution and it should be based on the suffix in backend settings of each module. Class suffix will allow individual module styling.
For example:
moduletableno-padding absolute-title simple-title{
height: xxx px;
}iluminada Friendiluminada
- Join date:
- September 2010
- Posts:
- 128
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
May 11, 2012 at 1:14 pm #452595Hi, the module class sufix in the module administrator in black end is “no-bg absolute-title hightlight-title”. Please explain me how can be the individual module styling. The class sufix don’t show me some specific css style, and “moduletableno-padding absolute-title simple-title” is another style…can I add this style to class sufix? how?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 12, 2012 at 3:10 am #452697Hi iluminada,
You can see sample of how we use class suffix in this file: templatesja_nexcsstemplate.css
in this section:
/* MODULE STYLES
--------------------------------------------------------- */
....
.......
/* Simple Title */
div.ja-moduletable.absolute-title.simple-title > h3,
div.moduletable.absolute-title.simple-title > h3 { background: #c33 }/* Hightlight Title */
div.ja-moduletable.absolute-title.hightlight-title > h3,
div.moduletable.absolute-title.hightlight-title > h3 { background: #82b040 }
here, the .absolute-title.simple-title and .absolute-title.hightlight-title are class suffixes used in module settings.iluminada Friendiluminada
- Join date:
- September 2010
- Posts:
- 128
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
May 14, 2012 at 2:59 pm #452994The class “no-bg absolute-title hightlight-title” or the class “absolute-title simple-title” or “no-bg absolute-title simple-title” are styles for the title, are not styles for the JA News pro module height, and I added another
div.ja-moduletableno-padding absolute-title hightlight-title{
height: 400px;
}
(I tried also with other posibilities) but it no worked.But doing tests I discovered that:
The style that work the height of the background of module is in template.css, line 42, where I wrote 700px:
div.ja-moduletable.absolute-title, div.moduletable.absolute-title {
position: relative;
height: 700px;
}and in style.css (line 40) the height of the text column, in templates/ja-nex/html/mod_janewspro/nex/style.css, where I set the height in 600px:
.ja-zinsec .ja-zinsec-inner {
background: none repeat scroll 0 0 #FFFFFF
border: 1px solid #FFFFFF
height: 600px;
margin-left: 5px;
margin-right: 5px;
}and it’s all, I hope this will serve others…
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 15, 2012 at 4:25 am #453080Great! you rock it 🙂
iluminada Friendiluminada
- Join date:
- September 2010
- Posts:
- 128
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
May 17, 2012 at 2:20 pm #453442Really this solution was good for this specific problem but brought other problems in distance between modules, I will try to resolve or will post in another forum. Thanks!!
iluminada Friendiluminada
- Join date:
- September 2010
- Posts:
- 128
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
May 29, 2012 at 11:08 pm #455412Saguaros,
The changes I made before solved the problem in sl1-2, but left everything down very badly, leaving large gaps between modules that I could not fix.
Really do not know how to fix it.
The distance in height between the modules in sl1-1 and sl1-2 is always the same and show all in disorder and I can´t find the css style for to fix it. Something happens in the sl1-2 module because it leaves too much white space below. Something happens that does not work automatically like sl1-1 module. Something is interfering and I do not know what it is.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 5, 2012 at 2:30 am #455974Dear iluminada,
Please make a screenshot of how you want it should display and pm me admin & FTP account. I shall help you out.
iluminada Friendiluminada
- Join date:
- September 2010
- Posts:
- 128
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
June 5, 2012 at 6:11 pm #456132Saguaros, There were many days with the problem…I tried to adjust some css parameters, adding some styles in style.css:
.ja-zinsec { position:absolute; }
#ja-topsl1 .ja-zinsec,
.sidebar .ja-zinsec { padding: 0; }.ja-zinsec .ja-zinsec-inner {
background: none repeat scroll 0 0 #FFFFFF
border: 1px solid #FFFFFF
height: 700px;
/*margin-left: -11px;
margin-right: 5px;
margin-bottom:0;*/
/*width: 235px;*/
}For the moment it adjust good. I still have to do some test…but it has been terrible
iluminada Friendiluminada
- Join date:
- September 2010
- Posts:
- 128
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
June 19, 2012 at 1:13 pm #458024Yes, I set the new style like I posted before. The module in sl1-2 is now fixed with this styles.
.ja-zinsec { position:absolute; }#ja-topsl1 .ja-zinsec,
.sidebar .ja-zinsec { padding: 0; }.ja-zinsec .ja-zinsec-inner {
background: none repeat scroll 0 0 #FFFFFF
border: 1px solid #FFFFFF
height: 700px;
}Really the module or the position is a big problem of template.
June 19, 2012 at 2:58 pm #458041iluminada yes this could be solution, ive done a mistake before and i couldnt make it done… for others just like me dont forget the ; in .ja-zinsec .ja-zinsec-inner the code will be…
.ja-zinsec { position:absolute; }
#ja-topsl1 .ja-zinsec,
.sidebar .ja-zinsec { padding: 0; }.ja-zinsec .ja-zinsec-inner {
background: none repeat scroll 0 0 #FFFFFF ;
border: 1px solid #FFFFFF ;
height: 700px;
}
and the module style will be zinsec no-bg absolute-title hightlight-title.BUT now when i publish another module under news pro i can see a blank space again… pfff… that is drama
June 19, 2012 at 5:11 pm #458070Except this the module news pro in mass-top position comes in a mess because of the height we edit above, i would be grateful if someone from the devs can help us, I pay for the template and so do others with the same problem, where is the support plzzzz? :((
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 20, 2012 at 8:39 am #458170Dear deonair86,
Could you PM me a temporary admin and FTP account and some screenshot of how you want it should be. I shall check this for you.
-
AuthorPosts
This topic contains 31 replies, has 6 voices, and was last updated by ramonesmania 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum