Link url

Easily add amazing slideshow to your Joomla website with free Image Show module and manage them using slide manager
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Dec 22, 2014 9:03 pm
Hi,

I would like open (show the site/ Voir le site) in the new browser page and not in the same page, like actualy.
http://www.rainet.fr/concevoir
Is it possible ?
User avatar
Gold Boarder

teitbite
Tue Dec 23, 2014 8:35 pm
Hi

You just need to add target="_blank" to the <a></a> parameters.
User avatar
Moderator

GK User
Tue Jan 06, 2015 2:05 pm
Hi teitbite,

thank for your answer.
I don't give url to my link
Actually i have in the url link :
[Voir le site]http://www.l-p-i.net
I try to had you target before, after, but no result.
Wher exactly i integre your target ?
Thank
User avatar
Gold Boarder

teitbite
Wed Jan 07, 2015 8:31 pm
Hi

I misunderstood, sorry. Add this code to /layout/blocks/head.php

Code: Select all
<script type="text/javascript">
   (function($) {
   $(document).ready(function() {
   $('#gkIs-gk-is-857 a').each(function(){
                $(this).attr('target','_blank');
        });
   });
   })(jQuery)
</script>
User avatar
Moderator

GK User
Tue Jan 20, 2015 1:10 pm
Hi,

I inser this link but no result.
User avatar
Gold Boarder

teitbite
Wed Jan 21, 2015 9:26 pm
Hi

Please send me an access to ftp, so i'll do this myself.
User avatar
Moderator

GK User
Thu Jan 22, 2015 4:53 pm
Hi,
I post you my acces ftp codes.
Thanks
User avatar
Gold Boarder

teitbite
Sat Jan 24, 2015 8:17 pm
Hi

Sorry, but I do not see a PM or mail from You. Can You please send it again ?
User avatar
Moderator

teitbite
Mon Jan 26, 2015 10:12 pm
Hi

I have edited /modules/mod_image_show_gk4/styles/gk_photo/view.php in line 84:

Code: Select all
            <a href="<?php echo $link; ?>"><?php echo $link_text; ?></a>


and replaced with

Code: Select all
            <a target="_blank" href="<?php echo $link; ?>"><?php echo $link_text; ?></a>
User avatar
Moderator

GK User
Tue Jan 27, 2015 5:30 pm
Thank you teitbite, perfect.
Why the color is red to link image show gk4, and not green like this other links, like home page.. ?
User avatar
Gold Boarder

teitbite
Fri Jan 30, 2015 10:41 am
Hi

Was designed this way I believe. This code is responisbel for it, so You can override it:

Code: Select all
.gkIsWrapper-gk_photo figcaption[data-theme="dark"] a {
    border-color: #212529;
    color: #212529;
}
User avatar
Moderator

GK User
Tue Nov 17, 2015 2:04 pm
HI,

Since update template(v3.19), impossible to have open in the same page browser.
Are you an idea ?

Thanks
User avatar
Gold Boarder

teitbite
Thu Nov 19, 2015 12:12 pm
Hi

Can You please tell me what You have in mind ? What cannot be opened ? Please tell me all the details I need to see the problem.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.