mod_tabs_gk5 lightbox image close url #

Tabs module is the easiest and convenient way to create tabs in Joomla website with powerful features like JSON or XML support.
Rate this topic: Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.6.00 out of 6 based on 1 vote(s)
GK User
Mon Nov 03, 2014 10:23 am
hi,
In the module after closing mod_tabs_gk5 read images in the lightbox in the url and put the # symbol is displayed top. How to fix? Thank you!
s-kol.ru
User avatar
Junior Boarder

teitbite
Tue Nov 04, 2014 1:36 pm
Hi

Can you please show me a screen with a problem described? I do not understand what is the problem at the moment.
User avatar
Moderator

GK User
Tue Nov 04, 2014 2:38 pm
teitbite wrote:Hi

Can you please show me a screen with a problem described? I do not understand what is the problem at the moment.

If click Close then scroll to top
http://prntscr.com/52xiq0
http://s-kol.ru/
User avatar
Junior Boarder

GK User
Wed Nov 05, 2014 2:38 pm
This should not be. When you close the image should just close up image of nothing more should be done on the site.
User avatar
Junior Boarder

teitbite
Thu Nov 06, 2014 4:04 pm
Hi

Now I understand. Unfortunately this popup is a build in system so I had to use an additional script to remove the # fro url by adding this code to /layout/blocks/head.php

Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
   $('#sbox-btn-close').attr('href','');
});})(jQuery)</script>
User avatar
Moderator

GK User
Thu Nov 06, 2014 5:40 pm
Thank you very much!
User avatar
Junior Boarder


cron