• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: RSAria - Social Links open in new Window

RSAria - Social Links open in new Window 9 years 1 month ago #30869

Hello,
where can I configure that the socials Links open in a new window?
Thank you

Klaus
The administrator has disabled public write access.

RSAria - Social Links open in new Window 9 years 4 weeks ago #30889

  • bogdan.tataru
  • bogdan.tataru's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 174
  • Thank you received: 40
You have to edit default.php file located in templates >> rsaria >> widgets >> social >> tmpl and set for each link that you want to open in a new page the following html attribute target="_blank".

For example if you want to modify the facebook link you will have something like this:
<a href="<?php echo $this->escape($facebook); ?>" class="rstpl-social-link" title="<?php echo JText::_('RSTPL_FACEBOOK_TAG'); ?>" target="_blank"><span class="icon-facebook"></span></a>

Notice that you have to backup this file before installing an update because will be overwritten and all the changes will be lost.
My help is not official customer support. To receive assistance, submit a ticket by clicking here
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!