Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • G T Friend
    #129905

    I Am Not Able To Insert Logo On Top Module. I Am Using Ja Barrite. Also How Can I Insert A Flash Presentation On Top.

    Sherlock Friend
    #254878

    Hi joomagt !


    <?php
    $siteName = $tmpTools->sitename();
    if ($tmpTools->getParam('logoType')=='image') { ?>
    <h1 class="logo">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </h1>
    <?php } else {
    $logoText = (trim($tmpTools->getParam('logoText'))=='') ? $config->sitename : $tmpTools->getParam('logoText');
    $sloganText = (trim($tmpTools->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText'); ?>
    <h1 class="logo-text">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a>
    </h1>
    <p class="site-slogan"><?php echo $sloganText;?></p>
    <?php } ?>

    obove code is code for logo of barite You can see it in index.php file in templates/ja_barite folder, you can insert a flash by replace obove code by source code for flash.

    G T Friend
    #254982

    Thnx for response. I will try.

    Also another querry? My portal has some paid contents. Now how can I incorporate a shopping cart in this template, can you help. I am not an expert developer. Can I use your shopping template along with the existing template for shopping.

    Thx

    bennitos Friend
    #254984

    You might be better of installing a seperate module like VirtueMart:

    http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,129/Itemid,35/

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

This topic contains 4 replies, has 3 voices, and was last updated by  bennitos 15 years, 11 months ago.

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