• Hi Simon, great plugin. As some have mentioned when using an Ajax autoload next post option, the slider doesn’t show up due to the Ajax not loading it properly and leaving a blank area.

    I had this issue with other plugins and they provided some code to force it to load when the page was loaded automatically. For example this tooltip plugin needed cm_tooltip_parse to be added to the page template which fixed the issue.

    <?php echo apply_filters('cm_tooltip_parse', apply_filters( 'the_content', get_the_content() ), true); ?>

    Adjusting the code above, can you provide your loading code to force the slider to load?

    Thanks so much!

Viewing 1 replies (of 1 total)
  • Plugin Author simonpedge

    (@simonpedge)

    I’m sorry but I have no idea what this is. Maybe contact the developers of the Ajax Autoload plugin, or get those developers to contact me so they can tell me what they require?

Viewing 1 replies (of 1 total)

The topic ‘Ajax Autoload next posts – Slider missing’ is closed to new replies.