-
AuthorPosts
-
August 2, 2012 at 9:52 am #179591
Hello!
I want to make some changes to temple design. Please checked the attached image.
I want to remove the header completely.
I have tried to delete the”HEADER” section from the template.css file but after removing it, template showing T3 Logo.
Thanks!
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
August 3, 2012 at 3:51 am #463017Hi pwnlive,
If you want remove header as images attach, please go to “templates/ja_teline_iv/blocks”. Find 2 file “topbar.php” and “header.php”, and remove all code.
Thanks.
angelsanchezjr Friendangelsanchezjr
- Join date:
- February 2012
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
September 6, 2012 at 9:59 pm #466397Hi Moon sailor, i want to do the same, remove header but only from some pages, but i just can´t find where in the moodule manager, i already individually remove the search and slogan, but the logo just don´t appear in the module manager, so i was thinking to remove the whole header but just from the sections i want.
Thanks for any helpMoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
September 10, 2012 at 2:25 am #466552Hi,
For Logo, it is not module. I call by the following lines of code. So, you can change it to modules.
Simply, open file “templates/ja_teline_iv/blocks/header.php”, remove code :
[PHP]
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”><span><?php echo $sloganText;?></span></p>
</div>
<?php endif; ?>
[/PHP]and replace by
[PHP]
<div class=”logo”>
<jdoc:include type=”modules” name=”header-logo” />
</div>
[/PHP]Go to administrator->modules manager, created new custom html modules with position “header-logo” and push your logo.
APOSTOLOS FOUKIS FriendAPOSTOLOS FOUKIS
- Join date:
- December 2008
- Posts:
- 170
- Downloads:
- 137
- Uploads:
- 36
- Thanks:
- 54
- Thanked:
- 1 times in 1 posts
November 3, 2012 at 9:41 pm #471849Hi,
I’ve remove header (… “templates/ja_teline_iv/blocks”. Find 2 file “topbar.php” and “header.php” …).
How can I delete the blank space at the top of the page? (where was the topbar)
ThanksAuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 4 voices, and was last updated by APOSTOLOS FOUKIS 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Removing Header Completely
Viewing 5 posts - 1 through 5 (of 5 total)