Ajax Autoload next posts – Slider missing
-
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!
The topic ‘Ajax Autoload next posts – Slider missing’ is closed to new replies.