Removing links from slideshow images

Modern e-commerce WordPress theme to build successful online store with WooCommerce support.
GK User
Tue Jan 20, 2015 12:19 pm
Hi,
How can I remove links from images in the slideshow? I guess It's in widgets.imageshow.php, but I was able to remove link only from the first image. Tnx
User avatar
Senior Boarder

GK User
Tue Jan 20, 2015 2:05 pm
Hi,

Please remove <a .. > tags from widgets.imageshow.php file and additionally remove this fragment from ShopAndBuy/js/gk.scripts.js file (around line 285):

Code: Select all
elmt.click(function (e) {
                            window.location = jQuery(e.target).attr('data-url');
                        });
User avatar
Moderator

GK User
Tue Jan 20, 2015 2:27 pm
It worked, except the cursor still shows a hand when hovering the second image, but nothing happens when I click. Is there a way to fix that (unless it is only with css - then I know what to do ;)
User avatar
Senior Boarder

GK User
Tue Jan 20, 2015 3:10 pm
Please remove also the line below mentioned fragment:

Code: Select all
elmt.css("cursor", "pointer");
User avatar
Moderator

GK User
Tue Jan 20, 2015 4:14 pm
Wow, need to check my eyesight :) Tnx
User avatar
Senior Boarder


cron