Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
In Highslide Slideshow the mouse pointer appears as a "text marker" when pointing at any icon in the upper line.
When pointing at the lower line icons it appers a "hand". Everywhere else as an arrow...
This seems a bit weird to me..., and may be a bit confusing for the visitors. Especially the text marker.
Example: http://britogtruls.no/galleries/1_kunst … ier_truls/
Offline
I am just seeing the hand on the bottom icons, but it stays as the default arrow on the top row. I never saw the text marker. I see the same behavior on my website.
Kyle Lucy Photography
kylelucy.com
Offline
until Matt can take a look you can fix this with some custom css:
.fa {
cursor: pointer;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
It seems that it depends on the internet reader. I am normally running Internet Explorer (11.0.16), but when I switch to Google Chrome I see the same as kmlucy - the mouse pointer is an arrow except in the lower line.
However I think it should always be a "hand" when pointing to a link of any kind (icons, pictures and others), as it works elsewere in the Gallery.
Offline
in Firefox I was seeing the text marker on the upper row. In Chrome it's the pointer.
The css I posted should take care of it.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
So that we don't have pointers on icons which are not hyperlinks, probably better to clarify that styling to:
a .fa {
cursor: pointer;
}
Offline
ah. yes. good idea
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
To me as a customer this cursor thing looks more like a bug in the CE4 Gallery Highslide Slideshow implementation than a "styling", as it seems to be a general problem. On the other hand, the Magnific Popup implementation seems to work properly.
I don't think it's a good idea that every customer using HS have to dig into PHP to fix this.
Will this problem be corrected in an update to the CE4 Gallery?
Offline
Pages: 1