Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • sunsoft78 Friend
    #934679

    Dear
    I am using Teline V Templates
    I want to Remove Logo ,Trending Topics, date and article and replace with Banner width 1050 X125.
    http://pragyasoft.com/site3
    Plz help me

    pavit Moderator
    #934692

    Hi

    You can modify this file /templates/a_teline_v/tpls/blocks/header.php as showed below

    <?php
    /**
     * @package   T3 Blank
     * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
     * @license   GNU General Public License version 2 or later; see LICENSE.txt
     */
    
    defined('_JEXEC') or die;
    
    // get params
    $sitename  = $this->params->get('sitename');
    $slogan    = $this->params->get('slogan', '');
    $logotype  = $this->params->get('logotype', 'text');
    $logoimage = $logotype == 'image' ? $this->params->get('logoimage', T3Path::getUrl('images/logo.png', '', true)) : '';
    $logoimgsm = ($logotype == 'image' && $this->params->get('enable_logoimage_sm', 0)) ? $this->params->get('logoimage_sm', T3Path::getUrl('images/logo-sm.png', '', true)) : false;
    $logolink  = $this->params->get('logolink');
    
    if (!$sitename) {
        $sitename = JFactory::getConfig()->get('sitename');
    }
    
    // get logo url
    $logourl = JURI::base(true);
    if ($logolink == 'page') {
        $logopageid = $this->params->get('logolink_id');
        $_item = JFactory::getApplication()->getMenu()->getItem ($logopageid);
        if ($_item) {
            $logourl = JRoute::_('index.php?Itemid=' . $logopageid);
        }
    }
    ?>
    <!-- HEADER -->
    <header id="t3-header" class="t3-header">
        <div class="container">
            <div class="row">
                <div class="col-md-12">
                    <!-- OFF CANVAS TOGGLE -->
                    <?php $this->loadBlock ('off-canvas') ?>
                    <!-- // OFF CANVAS TOGGLE -->
                    <div class="logo">
                      <jdoc:include type="modules" name="<?php $this->_p('banner') ?>" />
                      </div>
                </div>
            </div>
        </div>
    </header>
    <!-- // HEADER -->

    Then edit this file /templates/ja_teline_v/ templateDetails.xml and add the banner position in the positions section

     <position>banner</position>

    Publish your banner in banner position

    First to edit header.php file take a backup of it


    1. Screenshot_3-7
    sunsoft78 Friend
    #934719

    Hi Thanks for your reply Its working and it remove logo , Trending Topics ,date and article, but it will not show the my own banner . Banner size should be the size/ width of templates . it will be responsive banner, how I will shows this banner it this attachment


    1. att
    pavit Moderator
    #934751

    Banner size should be the size/ width of templates

    Hi there

    Position banner is using bootstrap col-md-12 code that means position is taking the whole space available at top .

    Also post as private reply a temp super user account to your backend and i will take a look at it

    and publish your banner module on the website

    sunsoft78 Friend
    #934801
    This reply has been marked as private.
    pavit Moderator
    #936272

    So Please Can U help me in details ?

    I asked a temp super user account for your administrator page
    could you share it so i will have a look at your configuration ?

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

This topic contains 5 replies, has 2 voices, and was last updated by  pavit 8 years, 3 months ago.

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