Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter whoopicg

    (@whoopicg)

    ups sorry, forgot to put the code between backsticks

    <?php echo do_shortcode("[nggallery id=2 template=galleryview images=0]"); ?>

    Hi whoopicg,

    In the options generator there is code available to copy and paste to any php page. Example:

    <?php
      echo  do_shortcode("[galleryview id=yyy showPanels=true showCaptions=false showFilmstrip=true panelWidth=400 panelHeight=300 panelScale=crop transitionSpeed=0 transitionInterval=0 fadePanels=true frameWidth=60 frameHeight=40 filmstripPosition=left pointerSize=8 frameScale=crop frameGap=5 frameOpacity=0.3 easingValue=easeOutQuad navTheme=light startFrame=1 pauseOnHover=false]");
    ?>

    However, I am find this also doesn’t display correctly. Has anyone worked out how to make this function properly?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress NextGen GalleryView] Php call galleryview’ is closed to new replies.