Viewing 15 posts - 16 through 30 (of 31 total)
  • Author
    Posts
  • Saguaros Moderator
    #452485

    Hi 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 Friend
    #452595

    Hi, 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 Moderator
    #452697

    Hi 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 Friend
    #452994

    The 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 Moderator
    #453080

    Great! you rock it 🙂

    iluminada Friend
    #453442

    Really 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 Friend
    #455412

    Saguaros,
    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 Moderator
    #455974

    Dear iluminada,

    Please make a screenshot of how you want it should display and pm me admin & FTP account. I shall help you out.

    iluminada Friend
    #456132

    Saguaros, 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

    debonair86 Friend
    #457918

    Same problem here… have you found any solution? Thnx a lot in advanced

    iluminada Friend
    #458024

    Yes, 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.

    debonair86 Friend
    #458041

    iluminada 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

    debonair86 Friend
    #458070

    Except 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 Moderator
    #458170

    Dear 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.

    iluminada Friend
    #459199

    Saguaros, I sended you a PM with pass.

Viewing 15 posts - 16 through 30 (of 31 total)

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