-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 19, 2016 at 12:49 pm #961420Hi
Kindly check the template style assigned to your landing page and then delete or change logo for that template style . Clean cache and check .natali.klochan Friendnatali.klochan
- Join date:
- August 2016
- Posts:
- 107
- Downloads:
- 677
- Uploads:
- 59
- Thanks:
- 3
- Thanked:
- 3 times in 2 posts
August 19, 2016 at 6:33 pm #961485yes
landins page is landing.php
and other pages is default.php
but
in landing.php we have<div class="t3-wrapper"> <?php $this->loadBlock('header') ?> <?php $this->loadBlock('slideshow') ?> </div>
and header.php we have
<!-- LOGO --> <div class="col-xs-4 col-sm-2 col-md-2 logo"> <div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>"> <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"> <?php if($logotype == 'image'): ?> <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" /> <?php endif ?> <?php if($logoimgsm) : ?> <img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" /> <?php endif ?> <span><?php echo $sitename ?></span> </a> <small class="site-slogan"><?php echo $slogan ?></small> </div> </div> <!-- //LOGO -->
and when I remove the piece of code <img…, landing page is loses the main photo
How can I remove img, that landing page is remained normal, with main photo
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 20, 2016 at 3:02 am #961547Hi
For logo you have not need to open php files , just go to template options > Theme > Logo .
Do this for the landing page template style .natali.klochan Friendnatali.klochan
- Join date:
- August 2016
- Posts:
- 107
- Downloads:
- 677
- Uploads:
- 59
- Thanks:
- 3
- Thanked:
- 3 times in 2 posts
August 20, 2016 at 11:04 am #961610I understand.
But in the logo settings, I can select only the text or image.
And I need to turn it off.
How can i do this?Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 22, 2016 at 1:50 am #961786Hi
If you want to hide the logo , simply add below code in custom.css file.logo {display:none;}
You can also remove the logo image from the Theme > Logo .
natali.klochan Friendnatali.klochan
- Join date:
- August 2016
- Posts:
- 107
- Downloads:
- 677
- Uploads:
- 59
- Thanks:
- 3
- Thanked:
- 3 times in 2 posts
August 22, 2016 at 10:34 pm #962145CSS it works.
But if I remove the logo image from the Theme > Logo, then I have the image.. T3 Blank
How can I delete this image?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 23, 2016 at 2:22 am #962196Hi
its defined in the /tpls/header.php$logoimage = $logotype == 'image' ? $this->params->get('logoimage', T3Path::getUrl('images/logo.png', '', true)) : '';
This is the logo file : images/logo.png
You can change the path to your logo or just hide it using css code , since you also do not want to show the logo space in that part .natali.klochan Friendnatali.klochan
- Join date:
- August 2016
- Posts:
- 107
- Downloads:
- 677
- Uploads:
- 59
- Thanks:
- 3
- Thanked:
- 3 times in 2 posts
August 23, 2016 at 4:57 pm #962427I got it. Thanks..
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by natali.klochan 8 years, 3 months ago.
The topic ‘Delete logo from landing page’ is closed to new replies.
Delete logo from landing page
Viewing 8 posts - 1 through 8 (of 8 total)