Cart button click leading to a black lightbox
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Mon May 09, 2016 7:45 pm
- Reply with quote
- Report this post
Hi, for some reason I've seen that the blue button on right, even when the cart is full, does lead to a black lightbox, which I think is not the way it should behave.
http://bit.ly/1TOJ8Ym
Can you help me in some way?
I did some slight modifications to global css and some more to vm category page, which are:
https://www.gavick.com/forums/storebox- ... ized-50519
I don't know if they messed up the whole thing, it doesn't seem so...
http://bit.ly/1TOJ8Ym
Can you help me in some way?
I did some slight modifications to global css and some more to vm category page, which are:
https://www.gavick.com/forums/storebox- ... ized-50519
I don't know if they messed up the whole thing, it doesn't seem so...
-
- Senior Boarder
- GK User
- Thu May 12, 2016 5:55 pm
- Reply with quote
- Report this post
Thank you, would you suggest me the correct formatting for that line?
I've found this code on gk.scripts.js
should I add a + &Itemid=120 before comma or anywhere else?
Please suggest me the correct formatting.
I've found this code on gk.scripts.js
- Code: Select all
if(!wait) {
jQuery.ajax({
url: $GK_URL + 'index.php?tmpl=cart&lang=' + jQuery('html').attr('lang').split('-')[0],
cache: false,
beforeSend: function() {
btn.addClass('loading');
wait = true;
},
should I add a + &Itemid=120 before comma or anywhere else?
Please suggest me the correct formatting.
-
- Senior Boarder
- teitbite
- Fri May 13, 2016 10:39 am
- Reply with quote
- Report this post
Hi
Try like this:
Try like this:
- Code: Select all
url: $GK_URL + 'index.php?tmpl=cart&lang=' + jQuery('html').attr('lang').split('-')[0] + '&Itemid=120',
-
- Moderator
- GK User
- Fri May 13, 2016 11:52 am
- Reply with quote
- Report this post
Modification done, cache cleared, but testing it on different browsers gives a consistent result: like in the attachment, the screen grayes out and a spiral shows up on the cart button, but it doesn't go further than this...
-
- Senior Boarder
- teitbite
- Mon May 16, 2016 2:35 pm
- Reply with quote
- Report this post
Hi
I have other report of this problem already and have informed programmers about it. Waiting for their response. Will publish solution as soon as I'll get it.
https://www.gavick.com/forums/storefron ... 36#p257636
I have other report of this problem already and have informed programmers about it. Waiting for their response. Will publish solution as soon as I'll get it.
https://www.gavick.com/forums/storefron ... 36#p257636
-
- Moderator
- GK User
- Tue May 17, 2016 5:08 pm
- Reply with quote
- Report this post
Thank you, do you think it will be a matter of days or more?
-
- Senior Boarder
- teitbite
- Wed May 18, 2016 9:59 am
- Reply with quote
- Report this post
Hi
I've just post an answer here: https://www.gavick.com/forums/storefron ... 36#p257636
Please move this conversation there. I'm gonna close this topic to not duplicate it.
I've just post an answer here: https://www.gavick.com/forums/storefron ... 36#p257636
Please move this conversation there. I'm gonna close this topic to not duplicate it.
-
- Moderator
8 posts
• Page 1 of 1