As you can see at https://eggersmannusa.com/test2/ there is one fixed image. How can I disable the Left - Right mouse arrows functionality?
Thanks!
Senior Boarder
GK User
Fri Jul 17, 2015 8:09 am
Hi, I guess we talk about flying cursor icon ...it's not so easy (as always).
gk_photo\css\gk.stuff.css line 1087 /* Overlay arrow */
try to cut off all this code.
and in line 621 .gkIsWrapper-gk_photo { cursor: default !important; }
and in line 954 and 907 also must be cursor: default !important;
Platinum Boarder
GK User
Fri Jul 17, 2015 8:12 am
I prepared for you (and probably all users) a file to replace :
1) Download 2) Unzip 3) Replace gk.stuff.css file with my new one in template folder (/css)
Platinum Boarder
GK User
Wed Jul 29, 2015 5:09 pm
It works perfectly!
Oscar, thanks a lot
Senior Boarder
GK User
Thu Aug 27, 2015 4:10 pm
I'm missing the arrows in every view.php and engine.js and style.css in every template in the folder "styles" except the templates "gk_creativity", "gk_startup" and "gk_storebox". I tried to add this code into the files of the template "gk_storefront", but it didn't work anyway.
Junior Boarder
GK User
Thu Aug 27, 2015 7:33 pm
Flying arrows <.> in Photo are much more complicated. I'm not a programmer to help you more.