• Resolved denethorr

    (@denethorr)


    Hello,

    I use the following short code on my main blog page:

    [nggallery id=197 template=”sliderview” order=”random” background=”#fff” theme=”blue” slideshow_speed=”3″ direction_nav=”0″ pagination=”0″ image_width=”100%” link_image=”0″ disable_img_stretching=”1″]

    And it displays:

    [Not a valid template]

    Any idea why?

    Best Regards

Viewing 1 replies (of 1 total)
  • Hi @denethorr,

    You are trying to call an nonexistent gallery display type ( possible deprecated ) using a deprecated shortcode construction and unsupported shortcode parameters ( random order parameter as example )

    You have to use a shortcode like below to display a Basic Slideshow gallery:

    [ngg src=”galleries” ids=”197″ template=”basic_slideshow”]

    • This reply was modified 5 years, 11 months ago by Mihai Ceban.
Viewing 1 replies (of 1 total)

The topic ‘template=”sliderview”’ is closed to new replies.