Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • okkhalid Friend
    #198937

    Hello,
    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,


    1. rev
    Pankaj Sharma Moderator
    #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.php

    Remove 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 Friend
    #539369

    1) 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.


    1. remove
    Pankaj Sharma Moderator
    #539372

    if 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 Friend
    #539373

    Hi, when I removed the header code:
    For removing the top header
    try this
    Open templatesja_onepagetplsonepage.php
    find and remove this code

    I got white space. is that possible to get rid of that.


    1. w
    Pankaj Sharma Moderator
    #539374

    Please 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 Friend
    #539375

    Thank you, it worked.

    I placed the code to my custom.css for the backgound color but it did not work:

    .section1 .hero-unit
    {
    background: #808080 }

    .section1 {
    background: #808080 }

    Pankaj Sharma Moderator
    #539377

    <em>@okkhalid 432860 wrote:</em><blockquote>Thank you, it worked.

    I placed the code to my custom.css for the backgound color but it did not work:

    .section1 .hero-unit
    {
    background: #808080 }

    .section1 {
    background: #808080 }</blockquote>
    please check the code you are missing syntax .
    ;

Viewing 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, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum