Next / Prev image overlay navigation module?
snackmaster
Joined: 2005-11-20
Posts: 135 |
Posted: Sat, 2013-02-23 20:49 |
With Gallery 2 I had a module that presented Next and Prev arrows on the left and right sides of full sized images for navigation. I believe it was JavaScript that divided your image in half and made each half a hyperlink. I can't find anything like this for G3. The closest is next/prev arrow navigation module. Anything out there I'm missing? --- |
|
Posts: 135
Found what I was looking for and it was part of the Siriux theme I used to run (and loved!) - it's a mix of inline Javascript, CSS and a tag I haven't used in 20 years - <map>. The Author Nico Kaiser has moved his site to Flickr (boooo) which explains why no G3 version of Siriux.
This thread covers the topic in detail but I lack the skills to convert all the old "g->" G2 code to G3. If anyone is interested in lending a guiding hand....
I was able to get the <map> piece working by placing it in Paginator.html.php like this:
Adding the overlay code to photo.html.tpl is failing the "<?= $previous_page_url ?>" links don't render (they do when placed into Paginator.html.php)
---
Gallery - 3.0.5
Theme - WindHack
Site - www.gfisk.com/gallery
Posts: 27300
Should not be to had to make a module if the first block of code works. Give me a couple days.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 27300
The code provided did not help much but did give some hints. Here is version 1 of a module.
It needs some css love to add some navigation arrows on mouseover. Perhaps you can help with that?
Added a admin option to move the existing navigation to below the item to save some space above the photo.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 135
Thanks! I'll check out the code and work on the CSS
---
Gallery - 3.0.5
Theme - Wind modified
Site - www.gfisk.com/gallery
Posts: 27300
http://codex.galleryproject.org/Gallery3:Modules:hover_navigation
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team