SlideShow - disable active link

Support desk for Multipurpose Quark Theme
GK User
Tue Mar 10, 2015 7:30 am
Hi!
How to disable a link to the graphic in the slideshow?
Now leave the URL field blank causes the graphics are still active as a link?. — This action on my page mislead the user :? .

https://demo.gavick.com/joomla3/quark/#3

— How to disable the activation of the cursor as a link?

Best Regards!
User avatar
Gold Boarder

GK User
Tue Mar 10, 2015 7:46 am
Hi,
yep, this is "issue" of current module style (concept).
To fix it you have to edit only one php file.

modules\mod_image_show_gk4\styles\gk_quark\view.php

find <a> and remove, line ~~84-86.
User avatar
Platinum Boarder

GK User
Tue Mar 10, 2015 8:54 am
Hi Oscar, and thx.
I removed the code, made sure twice, but the link works on.

— hmmm. is this really work?
User avatar
Gold Boarder

GK User
Tue Mar 10, 2015 1:31 pm
Ok, but Image is not a link, it has only mouse icon "hand" which isused by link(s). Hehe :mrgreen:
It means use
Code: Select all
.gkIsWrapper-gk_quark figure img { cursor:default; }
User avatar
Platinum Boarder


cron