-
AuthorPosts
-
toloekka Friend
toloekka
- Join date:
- September 2007
- Posts:
- 117
- Downloads:
- 168
- Uploads:
- 35
- Thanks:
- 6
- Thanked:
- 7 times in 1 posts
April 24, 2013 at 8:42 am #187039Hi. 🙂
I am testing Mitius (not responsive) with Joomla 3.0.3 here: http://www.elvesus.com/
How can I get rid of the white field under the slideshow on Home page?
I can almost get rid of this field with removing padding top an bottom to 0px; (a thin white stripe is left), but that affect the other pages (line 3448/3449 in template.css).
.ja-mainbody .container {
background: #000
padding-top: 30px;
padding-bottom: 30px;
}I also tried removing this line:
<?php $this->loadBlock ('mainbody-content-left') ?>
in “default.php” file located in the “tpls” folder in the template folder. This removes the field but affect the other pages.
But maybe I could do this if I make my own template, copy the original Mitius template folder, zip that and install it with a another name and change that?Or is it a much simpler and better way to achive this?
Tom Løkka
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 25, 2013 at 9:21 am #491021You don’t need to change .ja-mainbody .container in php code of default.php file. You can clone default.php file and remove the script from the cloned file
<?php $this->loadBlock ('mainbody-content-left') ?>
and display cloned file at HOME page.
toloekka Friendtoloekka
- Join date:
- September 2007
- Posts:
- 117
- Downloads:
- 168
- Uploads:
- 35
- Thanks:
- 6
- Thanked:
- 7 times in 1 posts
April 27, 2013 at 1:45 pm #491207Thanks Ninja Lead.
I will try your suggestion. I will come back to you. 🙂
Tom Løkka
toloekka Friendtoloekka
- Join date:
- September 2007
- Posts:
- 117
- Downloads:
- 168
- Uploads:
- 35
- Thanks:
- 6
- Thanked:
- 7 times in 1 posts
April 27, 2013 at 4:35 pm #491212Hi again.
I did not get it right.:((
By clone, do you mean “Save as Copy” of the the “default” choise in the dropdown menu (to the right of “Position & Responsive Configuration”) in the Layout Tab in Template Manager?
I did so and a new php file (I called it “default-clone.php”) appeared in tpls folder in the Template folder and a new choice
“default-clone.php” appears in the dropdown menu.
In the new file “default-clone.php” I removed the line:<?php $this->loadBlock ('mainbody-content-left') ?>
If this is the right way to clone, where do I display the cloned php file at Home page?
Should this cloned file name appear in the Home menu item under Template style? If so, it did not.Tom Løkka
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 29, 2013 at 6:38 am #491307Many way work with this case, please rollback to default anything and if possible you can pm me URL, admin access and ftp account of your site. I shall help you directly of your site and feedback to you the solution.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 6, 2013 at 10:26 am #492001I fixed the problem of your site as follows
+ Add new file home_custom.php into: templates/ja_mitius/tpls/
+ Duplicate JA Mitus Default template
+ Rename Clone template to JA Mitius – Custom and appear it with home_custom
+ Assign it to Home
Please check it again, let me know if it helps
toloekka Friendtoloekka
- Join date:
- September 2007
- Posts:
- 117
- Downloads:
- 168
- Uploads:
- 35
- Thanks:
- 6
- Thanked:
- 7 times in 1 posts
May 7, 2013 at 4:48 pm #492123This works great and thanks a lot Ninja Lead! 🙂
For others that this can be helpfull, you removed this line from the new file home_custom.php into: templates/ja_mitius/tpls/:
<?php $this->loadBlock ('mainbody-content-left') ?>
(I now replaced bootsrap.css and template.css with my own for some adjustment as you can see).
Tom Løkka
1 user says Thank You to toloekka for this useful post
toloekka Friendtoloekka
- Join date:
- September 2007
- Posts:
- 117
- Downloads:
- 168
- Uploads:
- 35
- Thanks:
- 6
- Thanked:
- 7 times in 1 posts
May 15, 2013 at 7:02 am #492781I have now removed the Mitius from http://www.elvesus.com/ as the testing is over and I got a solution. http://www.elvesus.com/ have now my own “old” Site again.:)
Tom Løkka
1 user says Thank You to toloekka for this useful post
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by toloekka 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
.ja-mainbody .container on Home page
Viewing 8 posts - 1 through 8 (of 8 total)