Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Sherlock Friend
    #130564

    Originally Posted by bramewave
    <blockquote>I am having some issues with the template they are as follows:

    1. Text not showing up on the homepage (frontpage)
    2. The slideshow is acting weird (it seems to be layered)
    3. The search module text appears under the module (when I enter text to be searched)</blockquote>

    Sherlock Friend
    #258476

    Hi bramewave !
    About Issue #1 :Text not showing up on the homepage (frontpage) .
    You can fix for it display following way :
    Open index.php file in templates/ja_kulanite folder , find following code section at about line 153 :


    <?php if(!$tmpTools->isFrontPage()) : ?>
    <jdoc:include type="component" />
    <?php endif; ?>

    change to :


    <jdoc:include type="component" />

    Sherlock Friend
    #258477

    About Issue #3 : The search module text appears under the module (when I enter text to be searched)
    You open template.css file in templates/ja_kulanite/css folder , find following code section at about line 862 :


    #ja-search .inputbox {
    background:transparent none repeat scroll 0% 0%;
    border:medium none;
    color:#505050;
    margin-top:17px;
    padding:0pt 0pt 0pt 10px;
    }

    change to :


    #ja-search .inputbox {
    background:transparent none repeat scroll 0% 0%;
    border:medium none;
    color:#505050;
    margin-top:0px;
    padding:0pt 0pt 0pt 10px;
    }

    2000martijn Friend
    #320369

    After changing the code in index.php to <jdoc:include type=”component” /> the text is still not showing up on the homepage (frontpage). Can you please help me? Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  2000martijn 15 years, 1 month ago.

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