Link url
Easily add amazing slideshow to your Joomla website with free Image Show module and manage them using slide manager
Rate this topic:
- 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 ?
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 ?
-
- Gold Boarder
- teitbite
- Tue Dec 23, 2014 8:35 pm
Hi
You just need to add target="_blank" to the <a></a> parameters.
You just need to add target="_blank" to the <a></a> parameters.
-
- 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
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
-
- Gold Boarder
- teitbite
- Wed Jan 07, 2015 8:31 pm
Hi
I misunderstood, sorry. Add this code to /layout/blocks/head.php
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>
-
- Moderator
- GK User
- Tue Jan 20, 2015 1:10 pm
Hi,
I inser this link but no result.
I inser this link but no result.
-
- Gold Boarder
- teitbite
- Wed Jan 21, 2015 9:26 pm
Hi
Please send me an access to ftp, so i'll do this myself.
Please send me an access to ftp, so i'll do this myself.
-
- Moderator
- GK User
- Thu Jan 22, 2015 4:53 pm
Hi,
I post you my acces ftp codes.
Thanks
I post you my acces ftp codes.
Thanks
-
- 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 ?
Sorry, but I do not see a PM or mail from You. Can You please send it again ?
-
- 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:
and replaced with
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>
-
- 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.. ?
Why the color is red to link image show gk4, and not green like this other links, like home page.. ?
-
- 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:
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;
}
-
- 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
Since update template(v3.19), impossible to have open in the same page browser.
Are you an idea ?
Thanks
-
- 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.
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.
-
- Moderator
13 posts
• Page 1 of 1