Logo Change

More
11 years 4 months ago #34528 by justmeyogs
Replied by justmeyogs on topic Logo Change
Hi Ivan,

I have checked over all the settings and they seem to be as you described. Please see my screenshots attached of these settings.

Please advise me further.

Yogesh




Attachments:

Please Log in to join the conversation.

More
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.

More
11 years 4 months ago #34543 by justmeyogs
Replied by justmeyogs on topic Logo Change
Ivan,

access has been sent to moderator

Yogesh

Please Log in to join the conversation.

More
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:
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.

More
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

Please Log in to join the conversation.

Time to create page: 0.089 seconds
Powered by Kunena Forum