Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • 1remos Friend
    #186286

    Is there a way to publish ONLY modules in a JA Wall page (menu item)

    By selecting “Ja Wall Blog” in k2 category is there is a way to get rid of the content area and show only the modules?

    Thanks in advance!

    1remos

    Ninja Lead Moderator
    #488274

    Do you need to hide MAIN COMPONENT on page?

    You can try on this way

    Open templates/ja_wall/css/layout.css file

    from

    body.has-aside #content {
    width: 60%;
    }

    change to

    body.has-aside #content {
    width: 60%;
    display: none;
    }

    Let me know if I’m missing on your request.

    1remos Friend
    #488460

    Hi Ninja!

    “display: none” hides the content. The space of the main component is still there

    Always refering to the Blog view (k2 category) where modules are asigned to aside-1 / aside-2 / aside-3

    1remos

    Ninja Lead Moderator
    #488570

    Hi 1remos,

    If you want to show it full site

    1) Open templates/ja_wall/css/layout.css file

    add new script

    /* set it to fullsite*/
    body.has-aside #aside {
    width: 100%;
    }

    /*disable main content*/
    body.has-aside #content {
    width: 60%;
    display: none;
    }

    2) Re-define 3 columns of aside

    Open templates/ja_wall/css/layout-wide.css file

    from


    /* Aside ---*/
    #aside .cols-3 .col,
    #aside .cols-3 .col,
    #aside .cols-3 .col {
    width: 50%; /* max 2 columns */
    }

    change to


    /* Aside ---*/
    #aside .cols-3 .col,
    #aside .cols-3 .col,
    #aside .cols-3 .col {
    width: 33%; /* max 3 columns */
    }

    3) where modules are asigned to aside-1 / aside-2 / aside-3
    Go to Admin -> Module Manager -> find aside-1 / aside-2 / aside-3 you can see it

    Remember to cache cache from Admin area

    Regards

    1remos Friend
    #488737

    Hi Ninja

    Does those changes will do affect also the “blog view” in case I want to publish content in a “blog layout” on the same installation (different menu item)?

    What I want is, on home / front page to show only modules but still have the chance to publish content -same installation- applying blog view layout (different menu item)!

    1remos

    Ninja Lead Moderator
    #488782

    It still seems to be difficult for me to guess the issue and give out the solution if I do not have a look at it. So, could you please pm me with url of your site and admin access? I shall check it directly on your site

    tahouri Friend
    #490022

    How can I show the content in 4 colomns when using JAELASTICA,
    I use the tips in : http://www.joomlart.com/forums/topic/solved-how-to-change-front-page-column-layout/.
    but it didn’t work.
    I think I should change something in css files (such as layout-wide.css)

    I use a 4-cols grid content and 1-cols module grid in 5 cols ( wide layout).
    I use these setting for blog layout in main menu :
    Leading: 0
    Intro: 16
    Columns: 4
    but it only shows 16 articles in in one column, but I want to see my articles in 4 columns.

    I Illustrate it in this image

    also when I set Pagination to “show” or “default”, it doesn’t show page numbers when the articles exceeds 16 and only show the first page results. (16 article).


    1. cols
    Ninja Lead Moderator
    #490168

    You can try to fix the problem as following

    Open templates/ja_elastica/css/layout-wide.css file

    From


    .item {
    float: none;
    width: 100% !important;
    }

    .cols-1 .item,
    .cols-2 .item,
    .cols-3 .item,
    .cols-4 .item,
    .cols-5 .item {
    width: 100% !important;
    }

    Change to


    /*.item {
    float: none;
    width: 100% !important;
    }

    .cols-1 .item,
    .cols-2 .item,
    .cols-3 .item,
    .cols-4 .item,
    .cols-5 .item {
    width: 100% !important;
    }*/

    Remember to clear cache from Admin area.

    Let me know the result

    tahouri Friend
    #490280

    Thank you Ninja Lead, It works :laugh: . But there is not any space between articles anymore.
    Where should I add the margin and padding settings for add some space between the articles in the rows?
    Also I had a problem from before, when the number of articles exceeds 16 then it don’t show the page numbers for seeing next page articles. I set the Pagination to “show” but it doesn’t work, how can I fix it?
    Thank you in advance 😎

    1remos Friend
    #490332

    Ninja!

    Sorry but … your responded to somebody else (tahouri) post which – i dont know how – mixed in my post!

    Anyway! Still waiting for an answer to my original question.

    1remos

    Ninja Lead Moderator
    #490361

    @tahouri: If possible you can send me the screenshot of your site, i shall check it and suggest solution to you.
    @1remos: I received your pm and but i could not find “blog view” of your site. I’m afraid I’m not quite getting what you are mentioning above. It would be awesome if you can possibly include a screenshot and description on that particular screenshot on what you would like to do. Otherwise, it’s like solving a puzzle without clue.

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 3 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