All problems related to OSP Templates like: OSP Template, OSP Transparent, OSP Map, OSP Real Estate, OSP T3 Map and OSP Realty

Logo Not Pointing To Home or Index Page

  • Maqsood Ahmed
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 11 months ago #63099 by Maqsood Ahmed
Logo Not Pointing To Home or Index Page was created by Maqsood Ahmed
Hello

the logo on the following website is not pointing to the home or index page. Could anyone please let me know how to slve this problem. The URKL is as follows.

www.halalfriendlyhotel.com/

Thanks and regards

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #63123 by Mr. Dam
Replied by Mr. Dam on topic Logo Not Pointing To Home or Index Page
Hi Maqsood,
To make the logo to be linked to Home page, please follow these steps.
1. Open file:
templates > osprealestate > tpls > blocks > mainnav.php
2. Find the code placed within these sign
<!-- LOGO -->
and
<!-- //LOGO -->
and past this code to overwrite the existing HTML code within those signs.
Code:
<div class="<?php echo $logosize ?> col-sm-12 col-md-3 logo"> <div class="logo-<?php echo $logotype ?>"> <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 ?> <span><?php echo $sitename ?></span> </a> <small class="site-slogan"><?php echo $slogan ?></small> </div> </div>

Good luck
Dam

Please Log in or Create an account to join the conversation.

  • Maqsood Ahmed
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 11 months ago #63138 by Maqsood Ahmed
Replied by Maqsood Ahmed on topic Logo Not Pointing To Home or Index Page
Dam,

Thank you so much for this very practical help. I did it. But unfortunately, the result is the same.

That is very strange.

Thanks again.

Please Log in or Create an account to join the conversation.

  • Maqsood Ahmed
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 11 months ago #63165 by Maqsood Ahmed
Replied by Maqsood Ahmed on topic Logo Not Pointing To Home or Index Page
Dam,

I used the code you provided. But the problem was mnot solved. Cn you please gude me.

Thanks

Please Log in or Create an account to join the conversation.

Moderators: Mr. Dam