Hi @livhatt,
Thank you for getting in touch with us.
Unfortunately we don’t support infinite scrolling in Juliet. You can try one of Infinite plugin like this one: https://wordpress.org/plugins/ajax-load-more/ which seems to be good option, however we didn’t test it with our theme.
Thank you for your time in this.
Best regards
Hi @jarektheme,
OK, thanks for letting me know. The Ajax plugin provides me with some shortcode to enable the load more option. Can you tell me where I can put this so that it works on the homepage?
Many thanks
Hi @livhatt,
I tested this plugin and it works, however please note that it creates custom layout and it would require a lot of changes to make it to look like Juliet post style. Please see this screenshot as reference: http://prntscr.com/ijgh37
If you would like to try please open parts/feed.php file inside WordPress dashboard Appearance → Editor and replace these lines:
while ( have_posts() ) : the_post();
include(locate_template('parts/entry.php'));
endwhile;
with this:
echo do_shortcode( '[ajax_load_more post_type="post"]' );
Please also note that this will be lost after next theme update so you need to add it again or create Child Theme: https://codex.wordpress.org/Child_Themes.
Kind regards
Hi @jarektheme,
Thank you so much for looking into this for, it’s very much appreciated!
Best,
Liv