• Resolved Bruce Findleton

    (@bfindleton)


    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?

    https://wordpress.org/plugins/maxgalleria/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Bruce Findleton

    (@bfindleton)

    Plugin Author arcware

    (@arcware)

    The lightbox being used on your site is Colorbox, which seems to be coming from the ColorCycle plugin; however, MaxGalleria uses Fancybox to display lightboxes, yet that particular script isn’t being loaded on your site.

    Did you implement MaxGalleria or did someone else do it for you?

    Thread Starter Bruce Findleton

    (@bfindleton)

    I was afraid you were going to say something like that. I’ve got the lightbox option turned off (why script isn’t loading I would think) since it was appearing over the colorbox LB. The gallery that we’re putting together will be replacing the page that is using ColorCycle so once that is out of the picture we should be good.

    Once we’re using the correct lightbox will it have next/prev buttons?

    (Also, thanks for getting to the bottom of this.)

    Thread Starter Bruce Findleton

    (@bfindleton)

    I see. OK, I guess I’ll just try it and see. If no Next/Prev buttons it’s off to something else.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No Next/Prev in image viewer’ is closed to new replies.