-
AuthorPosts
-
November 3, 2011 at 9:05 am #170335
Hello, I’m using the JA Blazes template and I face the following problem which I believe is a template bug:
Despite the fact that the main content block is set to hidden for the home page, the div container is not hiding, resulting in displaying the main content block background.
I have used this feature again in other templates (like in JA Portfolio) where it worked as it was supposed to. A screenshot from the backend follows:
And from the frontend:
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 4, 2011 at 7:38 am #423190Hi yanliom
You are right i have opened a ticket for this bug Joomlart developers will analyze and solve the bug as soon as possible
For now you can manage the issue adding a display:none; in your /templates/ja_blazes/css/template.css
#ja-mainbody {
display: none;
padding-top: 20px;
}Thanks
November 6, 2011 at 4:21 pm #423440I believe you do realize that this option hides the mainbody in EVERY PAGE of the website.
This is not a rational option.:((
Please provide me with a quick fix as soon as possible because this is a public website in beta version and it must be delivered within this week.
I’m willing to help you in order to find a working fix.:)
Thank you,
Yannis L.TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 6, 2011 at 8:22 pm #423463For this issue, you will need to create a template override for this particular “home page only” display – where you will delete the main content block from the override layout only.
For more information about template overrides in Joomla, SEE HERE[/url]
You can also research what others have done with their Joomla templates here –> http://forum.joomla.org/viewforum.php?f=629
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 8, 2011 at 8:34 pm #423720Hi yanliom
You can solve in this way
you can create a new class in template.css
For example
.body-nomain #ja-container {display: none;}
then add the suffix -nomain in the menu item referred to the pagePage Display Options Page Class -nomain
3 users say Thank You to pavit for this useful post
November 15, 2011 at 9:47 am #424713Thank you for your help. Especially the last post was very useful.
Still, I would like to see this bug fixed soon.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 15, 2011 at 7:34 pm #424774<em>@yanliom 282784 wrote:</em><blockquote>
Still, I would like to see this bug fixed soon.</blockquote>
Actually, this is not a bug … this is the way the template is structured. -
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by TomC 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-