-
AuthorPosts
-
okkhalid Friend
okkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
June 18, 2014 at 4:50 am #198937Hello,
I’m trying to create intro page for my site, because I have 4 different section in my site so I thought to use the Ja One Page and assign the profiles to different links
I would like to remove the header from the home page, also I have small arrow that bring you to the top of the page, I would like to delete it.What I’m looking for is: to have the :Hero Unit Moudle and the Our Portfolio on the home page only. thanks,
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 18, 2014 at 6:57 am #539319<blockquote>I would like to remove the header from the home page, also I have small arrow that bring you to the top of the page, I would like to delete it.</blockquote>
try this
Go to templatesja_onepagetplsblocksfooter.phpRemove this code
<a href="#" class="back-to-top" id="back-to-top" title="<?php echo JText::_('TPL_OP_BACKTOTOP') ?>"><?php echo JText::_('TPL_OP_BACKTOTOP') ?></a>
For the Header issue please explain a bit more with a clean secreenshot
Let me know if it helps
okkhalid Friendokkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
June 18, 2014 at 11:47 am #5393691) The header is the top part of the page, the one have the small logo and the top menu. Is that possible to remove that.
http://ja-onepage.demo.joomlart.com/index.php/en/
2) How I can change the background for the page and modules from Black to light gray?
Thank you again.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 18, 2014 at 12:13 pm #539372if you want to change the color
add this code intemplate/onepage/css/ custom.css
.section1 .hero-unit
{
background: #000; }.section1 {
background: #000; }
change the value of background .
For removing the top header
try this
Open templatesja_onepagetplsonepage.php
find and remove this code<?php $this->loadBlock ('header') ?>
Let me know if it helps:D
okkhalid Friendokkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
June 18, 2014 at 12:23 pm #539373Hi, when I removed the header code:
For removing the top header
try this
Open templatesja_onepagetplsonepage.php
find and remove this codeI got white space. is that possible to get rid of that.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 18, 2014 at 12:32 pm #539374Please Revert the above changes as default and try this . No need to remove the code .
add this code in your custom.css
.ja-header {display:none;}
.hero-unit {margin-top : 0px;}
okkhalid Friendokkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 18, 2014 at 1:06 pm #539377AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by Pankaj Sharma 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum