-
AuthorPosts
-
October 20, 2011 at 8:33 pm #169883
Hello!
I was wondering if it is possible to display the frontpage of my website without using an article. I want to show only modules in frontpage. That is because no matter what I do a white rectangle still bothers me (see picture), even when there is no text in it. I am using JA Blazes.
Thanks!
Monica
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 21, 2011 at 12:27 am #420596Hi
This issue could do via template modify . You can check if you are on frontpage and don’t load component 😉
Thank you
Viet VuOctober 21, 2011 at 11:20 am #420690Hi, jooservices, thank you for answering!
Can you tell me how to do that? Because I have no idea :-[
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 21, 2011 at 11:25 am #420692If you don’t want to show articles in all pages, simply put this code to /css/template.css file:
#ja-mainbody {
display: none;
}
But if you just want to hide it in only the home page, it would be a hard work :((October 21, 2011 at 11:33 am #420696<blockquote>But if you just want to hide it in only the home page</blockquote> -> That is exactly what I want =x
Can you please let me know how to do that?
Thank youjooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 21, 2011 at 12:09 pm #420700okay so let me check if I can do something for you, I need to dig up the code now
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 21, 2011 at 12:30 pm #420704I got the solution now 😀
#1. Check ID of your home menu item. (ID column at administrator/index.php?option=com_menus&view=items&menutype=mainmenu)
#2. Open: /templates/ja_blazes/page/default.php
#3. Find
<!-- CONTENT -->
#4. Add before:<?php if($_REQUEST['Itemid']!=YOUR_ID_NUMBER){?>
#5. Find:
<!-- //CONTENT -->
#6. Add after:
<?php }?>
Thanks
Viet VuOctober 21, 2011 at 1:33 pm #420712Sorry to bother you so much, but I could not find this -> <blockquote>/templates/ja_blazes/page/default.php</blockquote>
Are you sure that is the path?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 22, 2011 at 5:37 am #420813can you PM me your FTP access? Actually I tried with another template.
Thanks
Viet VuOctober 24, 2011 at 5:36 pm #421277Hello!
Well, I have here exactly what you find in the JA Blazes package.
Thanks
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 25, 2011 at 9:39 am #421451Hi,
Do you mean that the issue is resolved now?
Thanks
Viet VuNovember 7, 2011 at 5:19 pm #423565Not really, I could not find the path you sent me previously.
May 31, 2013 at 4:44 pm #494415Hi,
I am facing the same issue. I would like to have a Home page without any articles, just modules published on it.
Actually I wasn’t able to find the path /templates/ja_blazes/page/default.php (there is no “page” folder in ja_blzes template).
How can I resolve?Thanks in advance.
Laura
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 3, 2013 at 10:21 am #494577Hi lula86,
Create page folder in /templates/ja_blazes/ path and copy plugins/system/jat3/jat3/base-themes/default/page/default.php file
And you can work to continue with this solution
Remember to clear cache from Admin area after changing the file.
Regards
June 6, 2013 at 8:41 am #494988I must disable all module article and menu article , then you active module display and set for homepage,
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 5 voices, and was last updated by quatgio 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Homepage without article
Viewing 15 posts - 1 through 15 (of 15 total)