Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Baden

    (@baden03)

    Ah ha! you sneaky guy with a very nice site… we figured out the problem:
    you are dynamically loading your content! So basically, when the new content comes in, it has not been filtered by the initial collapse routine.

    Fear not! we have solved this before.
    First, question: which plugin are you using tho dynamically grab the content, and does it allow for you to trigger a callback function?

    Basically, once the new content has been inserted, you will need to fire: collapse_init();
    please read this thread for more info: http://wordpress.org/support/topic/infinite-scroll-clash-javascript-callback-needed?replies=17

    Thread Starter somniafilm

    (@somniafilm)

    Thanks for reply! My page also use the ajax-plugin to load the content. I’m already using the version 1.5.1. Shall I still delete the collapse_init() command from the plugin ?

    Grüße aus Kalrsuhe 😉

    Plugin Author Baden

    (@baden03)

    You might want to upgrade to the latest version of the plugin (1.5.2d is has not yet been posted to the WordPress Repo): http://plugins.twinpictures.de/plugins/collapse-o-matic/

    So your ajax-plugin does have the ability to assign a callback function? Which plugin are you using, exactly?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘specific display error’ is closed to new replies.