OS Property support center

Social module - Open in new page

  • Maria L
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
9 years 8 months ago #47942 by Maria L
Social module - Open in new page was created by Maria L
Hi,

Does anyone know if there is a way to make the social links in the new OSP Real Estate Template open in a new window?
I dont want my visitors going away by clicking on them.

Also, is there a way to remove some of them, or do I have to do this within the module itself?

Thanks
M :)

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

More
9 years 5 months ago #51378 by DimitrisTEI
Replied by DimitrisTEI on topic Social module - Open in new page
Hi maria,

First of all, you have to edit this file modules / mod_os_social / tmpl / default.php

You will see a list with all social media urls.

If you want the facebook icon to opens a new tab with facebook page you have to replace the line
<li><span class="above">Facebook</span><a href="<?php echo $params->get('facebook'); ?>"><i class="fa fa-facebook below "></i></a></li>

with that:

<li><span class="above">Facebook</span><a href="<?php echo $params->get('facebook'); ?>"target="_blank"><i class="fa fa-facebook below "></i></a></li>

You will do the same to other social media
The following user(s) said Thank You: Mr. Dam

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

More
9 years 5 months ago #51388 by Mr. Dam
Replied by Mr. Dam on topic Social module - Open in new page
Yes, that's correct.
Thanks
Dam

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

Moderators: Mr. DamNguyen Phu Quan