No Next/Prev in image viewer
-
When I click on an image tile the image window opens just fine and I see the large image of the tile as expected. Caption displays fine, the Close button is in the lower right corner. So far so good. The only problem is there is no Next or Prev buttons.
Though the plugin does seem to make a game attempt at putting them out there for you except the divs are empty and their display style is set to ‘none’. Here’s what I see in the inspector window:
<div id="cboxCurrent" style="float: left; display: none;"></div> <div id="cboxNext" style="float: left; display: none;"></div> <div id="cboxPrevious" style="float: left; display: none;"></div> <div id="cboxSlideshow" style="float: left; display: none;"></div> <div id="cboxClose" style="float: left;">Close</div></div>
Is there any way to get these to actually work?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘No Next/Prev in image viewer’ is closed to new replies.