Viewing 1 replies (of 1 total)
  • I had the same problem…
    The nav-next class conflicts with wordpress 2012 css for the arrows that let you browse back and forth which share the same class

    I solved this by hiding the arrows but you can use any custom css you like

    You can change the stylesheet for the arrows by using:

    .galleryview .nav-next {
    visibility: hidden;
    }

    This will change the css to only effect the nav-next class that is contained inside the .galleryview class and avoids conflicting with the TwentyEleven or TwentyTen navigation class for your theme.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WordPress NextGen GalleryView] Huge arrow at bottom of GalleryView’ is closed to new replies.