-
AuthorPosts
-
1remos Friend
1remos
- Join date:
- January 2012
- Posts:
- 60
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
March 29, 2013 at 1:02 am #186286Is 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 29, 2013 at 10:33 am #488274Do 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 Friend1remos
- Join date:
- January 2012
- Posts:
- 60
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
April 1, 2013 at 10:59 am #488460Hi 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 2, 2013 at 10:09 am #488570Hi 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 itRemember to cache cache from Admin area
Regards
1remos Friend1remos
- Join date:
- January 2012
- Posts:
- 60
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
April 3, 2013 at 10:50 pm #488737Hi 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 4, 2013 at 4:47 am #488782It 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
April 16, 2013 at 10:22 am #490022How 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).
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 17, 2013 at 10:58 am #490168You 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
1 user says Thank You to Ninja Lead for this useful post
April 18, 2013 at 9:03 am #490280Thank 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 Friend1remos
- Join date:
- January 2012
- Posts:
- 60
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
April 18, 2013 at 4:28 pm #490332Ninja!
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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 19, 2013 at 1:17 am #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.AuthorPostsViewing 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
Showing Only Modules on a page
Viewing 11 posts - 1 through 11 (of 11 total)