- Posts: 31
- Thank you received: 0
Logo Change
-
justmeyogs
Inactive member -
Topic Author
- Member
-
Less
More
11 years 4 months ago #34528
by justmeyogs
Replied by justmeyogs on topic Logo Change
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #34540
by ivan.milic
Replied by ivan.milic on topic Logo Change
send admin assess using report to moderator so we could check
Please Log in to join the conversation.
-
justmeyogs
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 31
- Thank you received: 0
11 years 4 months ago #34543
by justmeyogs
Replied by justmeyogs on topic Logo Change
Ivan,
access has been sent to moderator
Yogesh
access has been sent to moderator
Yogesh
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #34545
by ivan.milic
Replied by ivan.milic on topic Logo Change
Yes logo is actually not module it is logo frame code , but you can enable actual module postion:
Open:
templates\hot_cinema\library\logo.php
you will see this:
modify it like this:
if you want just module and what to remove other stuff put just;
Open:
templates\hot_cinema\library\logo.php
you will see this:
Code:
<div class="cell mp_<?php echo $mpostion[0];?>">
<div class="cell_pad">
<?php if($logoImageSwitch) { ?>
<div class="sparky_logo_image"><a href="index.php"><img src="<?php echo $template_path.DS."images".DS.$logoImageFile; ?>" alt="<?php echo $logoImageAlt; ?>" /></a></div>
<?php }else{ ?>
<div class="sparky_logo"><a href="index.php"><?php echo $logoText; ?></a></div>
<div class="sparky_slogan"><?php echo $sloganText; ?></div>
<?php } ?>
</div>
</div>
modify it like this:
Code:
<div class="cell mp_<?php echo $mpostion[0];?>">
<div class="cell_pad">
<?php if($logoImageSwitch) { ?>
<div class="sparky_logo_image"><a href="index.php"><img src="<?php echo $template_path.DS."images".DS.$logoImageFile; ?>" alt="<?php echo $logoImageAlt; ?>" /></a></div>
<?php }else{ ?>
<div class="sparky_logo"><a href="index.php"><?php echo $logoText; ?></a></div>
<div class="sparky_slogan"><?php echo $sloganText; ?></div>
<?php } ?>
<jdoc:include type="modules" name="logo" style="xhtml" />
</div>
</div>
if you want just module and what to remove other stuff put just;
Code:
<div class="cell mp_<?php echo $mpostion[0];?>">
<div class="cell_pad">
<jdoc:include type="modules" name="logo" style="xhtml" />
</div>
</div>
Please Log in to join the conversation.
-
justmeyogs
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 31
- Thank you received: 0
11 years 4 months ago #34546
by justmeyogs
Replied by justmeyogs on topic Logo Change
Ivan,
Thank you that works perfectly now. I really appreciate your help
Yogesh
Thank you that works perfectly now. I really appreciate your help
Yogesh
Please Log in to join the conversation.
Time to create page: 0.089 seconds