• tombynum

    (@tombynum)


    I have a site that is now broken.

    The following ~used~ to work without any problem:

    [nggallery id=6]

    [get_page_content title=”skb-gallery-submenu”]

    [get_page_content title=”skb-contentfooter-3column”]

    (the two entries below nextgen are to include content from other pages)

    Now… (using WP 3.9.1 and NextGen 2.0.66)

    NextGen refuses to work unless it is the only shortcode on the page. For example, after updating NextGen … I updated the shortcodes as follows:

    [ngg_images gallery_ids=”6″ display_type=”photocrati-nextgen_basic_thumbnails”]

    [get_page_content title=”skb-gallery-submenu”]

    [get_page_content title=”skb-contentfooter-3column”]

    …doesn’t work

    Any ideas???

    https://ww.wp.xz.cn/plugins/nextgen-gallery/

Viewing 1 replies (of 1 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @tombynum – Try adding the following to your wp-config.php or your theme’s functions.php file:

    define( 'NGG_DISABLE_FILTER_THE_CONTENT', true );

    There is actually a bug in WordPress core that is most likely causing this issue, we attempt to work around it with the above constant definition.

    – Cais.

Viewing 1 replies (of 1 total)

The topic ‘NextGen Gallery 2.0.66 multiple shortcodes’ is closed to new replies.