-
AuthorPosts
-
October 27, 2010 at 8:34 pm #155772
I’ve found a few questions regarding this but no actual answer yet. . .I’m trying to removed the logo on the top left of the template that says ‘JA TUBE’ with ‘1st Apr 09 JA Template’ below it. Any help to tell me what needs to be changed to remove this would be greatly appreciated. Thank you.
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
October 28, 2010 at 3:04 am #360833Hi there,
Open Your_site/ja_tube/templates/ja_tube/images/logo.png << replace this logo image with yours.
If your logo turns out to be bigger and would not fit. Then let us know, we will guide you how to edit the css values to fix that.
Arvind
October 28, 2010 at 5:26 am #360849I actually want to delete this completely. I’m not sure what exactly you are talking about but I’m assuming that this is changed somewhere in CSS?
I just need to delete it so that my page starts with the top menu. Thanks.
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
October 28, 2010 at 5:40 am #360851Hi bstevenson,
i understand that you are new to Joomla! and JoomlArt. in my earlier post, i gave the folder path, where you can change the logo image or replace with your own.
Now, tell me. You want to delete the logo only or the whole header area?
Check this screenshot for explanation >> http://easycaptures.com/fs/uploaded/501/9960710624.png
for ease of work, you would need to learn how to browse to folders via your server Cpanel or FTP client. Learn to find and edit the codes, as we would advice from time to time, based on your requests.
Arvind
October 28, 2010 at 5:43 am #360852I see, you were talking about actually using my files within the hosting panel, not within the joomla administrator console right?
To answer your question, I would like to delete the entire header area.
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
October 28, 2010 at 6:04 am #360855open your /templates/ja_tube/index.php
Search for :
[PHP]<!– HEADER –>
<div id=”ja-header” class=”wrap”>
<div class=”main clearfix”><?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’); ?>
<div class=”logo-text”>
<h1>
<a href=”index.php” title=”<?php echo $siteName; ?>”><?php echo $logoText; ?></a>
</h1>
<p class=”site-slogan”><?php echo $sloganText;?></p>
</div>
<?php } ?><?php if($this->countModules(‘ja-login’)) : ?>
<div id=”ja-headtools” class=”ja-headtool”>
<ul>
<li>
<?php
echo “<span>”.date (‘l’).” “.date (‘M’).” “.date (‘d’).date (‘S’).”</span>”;
?>
</li>
<jdoc:include type=”modules” name=”ja-login” />
</ul>
</div>
<?php endif; ?><?php if ($this->countModules(‘user4’)) { ?>
<div id=”ja-search”>
<jdoc:include type=”modules” name=”user4″ style=”raw” />
</div>
<?php } ?></div>
</div>
<!– //HEADER –>[/PHP]Delete it.
To restore in future, you can always replace the index.php of template with original index.php from the template.
Arvind
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by Arvind Chauhan 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum