GK Image show link

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Tue Nov 04, 2014 8:07 am
Hi.
I want to open the URL in a new tab when click on the slide. Like target="_blank". How can i do it?
Thanks.
User avatar
Junior Boarder

GK User
Tue Nov 04, 2014 9:04 am
Hello,

Please open StoreBox/js/gk.scripts.js file and replace this line (around line 374):
Code: Select all
window.location = links[$G.actual_slide];

with:
Code: Select all
window.open(links[$G.actual_slide]);
User avatar
Moderator

GK User
Tue Nov 04, 2014 10:13 am
Great! Thank you.
User avatar
Junior Boarder


cron