test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • wapnz Friend
    #166704

    Dear Sir,

    1. We need to add Optional Slogan -” Your Happiness is our Priority ! ” on the JA TRAVEL template, please help.

    2. Also please let us know how to remove copyrights from the template.

    3. We wish to add the Slider for Popular Destination and Popular Hotels as show on the demo template

    Please help us in the above 3 task.

    many thanks in advance

    khoand Friend
    #403033

    <em>@wapnz 255593 wrote:</em><blockquote>Dear Sir,

    1. We need to add Optional Slogan -” Your Happiness is our Priority ! ” on the JA TRAVEL template, please help.

    </blockquote>

    Hi,
    You add this code from templatesja_travelblocksheader.php

    <?php
    /*
    # ------------------------------------------------------------------------
    # JA Travel Template
    # ------------------------------------------------------------------------
    # Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
    # @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
    # bound by Proprietary License of JoomlArt. For details on licensing,
    # Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
    # Author: JoomlArt.com
    # Websites: http://www.joomlart.com - http://www.joomlancers.com
    # Redistribution, Modification or Re-licensing of this file in part of full,
    # is bound by the License applied.
    # ------------------------------------------------------------------------
    */

    ?>
    <?php $this->genBlockBegin ($block) ?>
    <?php
    $app = & JFactory::getApplication();
    $siteName = $app->getCfg('sitename');
    if ($this->getParam('logoType', 'image')=='image'): ?>
    <h1 class="logo">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </h1>

    <?php else:
    $logoText = (trim($this->getParam('logoText'))=='') ? $siteName : JText::_(trim($this->getParam('logoText')));
    $sloganText = JText::_(trim($this->getParam('sloganText'))); ?>
    <div class="logo-text">
    <h1><a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
    <p class="site-slogan"><?php echo $sloganText;?></p>
    </div>
    <?php endif; ?>
    <h3>Your Happiness is our Priority ! </h3>
    <?php if( $this->countModules('top_menu')): ?>
    <div id="ja-topheader">
    <jdoc:include type="modules" name="top_menu" style="raw" />
    </div>
    <?php endif; ?>

    <?php if( $this->countModules('search')): ?>
    <div id="ja-search">
    <jdoc:include type="modules" name="search" style="raw" />
    </div>
    <?php endif; ?>

    <?php $this->genBlockEnd ($block) ?>

    – Clean Cache

    khoand Friend
    #403034

    <em>@wapnz 255593 wrote:</em><blockquote>
    2. Also please let us know how to remove copyrights from the template.
    </blockquote>

    You watch this link http://www.joomlart.com/forums/topic/copyright-5/

    khoand Friend
    #403036

    <em>@wapnz 255593 wrote:</em><blockquote>

    3. We wish to add the Slider for Popular Destination and Popular Hotels as show on the demo template</blockquote>

    You watch this link http://www.joomlart.com/forums/topic/userguide-ja-travel-template-for-joomla-1-5/

    Those items are within the JA Content Slider module (see Section 2 thru 2.2 within the UserGuide)

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

This topic contains 4 replies, has 2 voices, and was last updated by  khoand 13 years, 5 months ago.

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