• Resolved asefrin

    (@asefrin)


    It seems that NGG doesn’t render with Ajax calls. In my post I’m using a NG Gallery slideshow, that’s the code I get in text mode:

    <img class="ngg_displayed_gallery mceItem" src="https://scenic-world.net/nextgen-attach_to_post/preview/id--7047" alt="Kings palace, Bangkok" data-mce-placeholder="1" />

    I’m using the Ajax load more plugin to get infinite scrolling for my posts. All I get is the normal post with text and pictures but at the place where a slideshow should be, is only the placeholder image which is normaly displayed in the WP editor for the NGG slideshow.

    Any idea what the developer of ALM could do to get the slideshow displayed?

    Thanks for help!

    Alex

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @asefrin – NextGEN Gallery uses the <img /> as a placeholder that is parsed to render the display inserted into the page/post. If you are seeing the “preview” image rather than the display then I would suspect (based on your description) the other plugin is stopping the parsing actions in NextGEN Gallery. Infinite scrolling in and of itself is generally not a problem so the other plugin implementation is likely a good place to start.

    You might look at how the following added to your theme’s functions.php file affects things:

    /** Javascript Conflicts? */
    add_filter( 'run_ngg_resource_manager', '__return_false' );

    … also to note, this is part of our third-party compatibility code and might cause issues in other places.

    Thanks!

    – Cais.

    Thread Starter asefrin

    (@asefrin)

    Thank you Cais!

    I hope the plugin author will find a way with your description and solve the problem.

    Alex

    Plugin Contributor photocrati

    (@photocrati)

    @asefrin – Thanks! If the problem persists it might be easier to send us a Bug Report (https://imagely.com/report-bug/ … please reference this topic) so we can get a better look under the page at your site.

    Please include as many details as you can about your site and the issue at hand so we can move on this as fast as possible.

    Thanks!

    – Cais.

    Thread Starter asefrin

    (@asefrin)

    @photocrati: This is the conversation I had with the plugin author with all information I had: Link

    I’m not sure if he can solve the problem because there’s no feedback anymore. On my website I changed all pages which are using NGG slideshows back to CatList-Plugin. Unfortunately, the combination of Catlist with order=asc and NGG pictures and slideshows are extremly slow. That was the reason why I gave Ajax Load More a try.

    Link to Website with CatList plugin

    Link to Website with Ajax Load More plugin but without slideshows

    Thanks!

    Alex

    • This reply was modified 8 years, 2 months ago by asefrin.

    I worked allready fine with NGG, then I got the error.

    If I’m add a new post / page and click on “Add Gallery” the Box open and everything within is working. If I click then on “Insert Displayed Gallery” nothing happens. Also the x on the upper right is not working.

    I deleted all albums / galleries, deactivated and deinstalled the plugin, deleted all folders on the plugin directory of wordpress and deleted all NGG database tables.

    After reinstalling the issue still exists. I also realized that there are not thedefault settings in place. I did just one customization (number of images and columns for thumbnails) and this is still in place.

    Any idear what this can be?

    • This reply was modified 8 years, 1 month ago by hatschiii.
    Plugin Contributor photocrati

    (@photocrati)

    @hatschiii – Please start your own topic so we can try to help you with your specific issue on your specific site.

    See https://codex.www.ads-software.com/Forum_Welcome#Where_To_Post

    Thanks!

    – Cais.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘NextGen Gallery doesn’t load with Ajax Load More’ is closed to new replies.