Comments Gilbert started the conversationJanuary 31, 2017 at 7:24pmHiIn Unite showbiz, how can I make the link on each image open a URL in another window of the browser ? 752Igor repliedJanuary 31, 2017 at 10:34pmHi,you have to edit a skin which you are using and add such feature in the skin codeRegards,IgorGilbert repliedFebruary 1, 2017 at 2:04pmThanks Igor. I was thinking maybe we didn't have to change the code by hand.It works with target="_blank" added on the title and on the image : <!-- THE MEDIA HOLDER --><div class="mediaholder"> <div class="mediaholder_innerwrap"> <a href="[showbiz_link]" target="_blank"><img alt="" src="[showbiz_image]"></a></div> <!-- END OF MEDIA HOLDER HERE --> <!-- THE VISIBLE CONTENT HOLDER ON THE TEASER--><div class="detailholder"> <h4 class="showbiz-title txt-center"><a href="[showbiz_link]" target="_blank">[showbiz_title]</a></h4> <div class="divide5"></div> <p class="txt-center">[showbiz_excerpt]</p></div> 752Igor repliedFebruary 1, 2017 at 6:13pmHello, Awesome! I'm glad the problem is solved. If you have 5 minutes, we will much appreciate if you would write a review for Showbiz on the JED. You can submit it here: http://extensions.joomla.org/extensions/extension/photos-a-images/slideshow/unite-showbiz Thank you very much!Regards,Igor Sign in to reply ...
Hi
In Unite showbiz, how can I make the link on each image open a URL in another window of the browser ?
Hi,
you have to edit a skin which you are using and add such feature in the skin code
Regards,
Igor
Thanks Igor. I was thinking maybe we didn't have to change the code by hand.
It works with target="_blank" added on the title and on the image :
<!-- THE MEDIA HOLDER -->
<div class="mediaholder">
<div class="mediaholder_innerwrap">
<a href="[showbiz_link]" target="_blank"><img alt="" src="[showbiz_image]"></a></div>
<!-- END OF MEDIA HOLDER HERE -->
<!-- THE VISIBLE CONTENT HOLDER ON THE TEASER-->
<div class="detailholder">
<h4 class="showbiz-title txt-center"><a href="[showbiz_link]" target="_blank">[showbiz_title]</a></h4>
<div class="divide5"></div>
<p class="txt-center">[showbiz_excerpt]</p>
</div>
Hello,
Awesome! I'm glad the problem is solved.
If you have 5 minutes, we will much appreciate if you would write a review for Showbiz on the JED. You can submit it here:
http://extensions.joomla.org/extensions/extension/photos-a-images/slideshow/unite-showbiz
Thank you very much!
Regards,
Igor