hilaryq
Forum Replies Created
-
Yep, that was it: Everything works as expected now. Thanks so much for your great plugin and support!
Thanks for the reply. I’ve tried many different scroll distance values from 5 – 300.
Hi there – thanks for the great plugin! I’m having the same issue as iLoveCake above. I’ve tried numerous values for “scroll_distance” with no luck. The first set of posts loads automatically, but additional posts won’t load automatically without clicking the “Load More” button: https://metafields.staging.wpengine.com
Shortcode in template:
<?php echo do_shortcode( '[ajax_load_more post_type="music_entry" posts_per_page="8" max_pages="0" scroll_distance="30" offset="8" button_label="Load More"]' ) ?>
Plugin Version: 2.6.3.2
I have a WP_Query to call the first 8 posts of the custom post type “Music Entry” above the shortcode, but there’s no change when I remove that.
I’ve used this plugin under simpler circumstances on a different site, and it loads the posts automatically as expected. Any thoughts on where I’m going wrong in this case? Thanks in advance for any help you can give.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Load more buttonHi there – thanks for the great plugin! I’m having the same issue as nicknack above, and I’ve tried numerous values for “scroll_distance” with no luck. The first set of posts loads automatically, but additional posts won’t load automatically without clicking the “Load More” button: https://metafields.staging.wpengine.com
Shortcode in template:
<?php echo do_shortcode( '[ajax_load_more post_type="music_entry" posts_per_page="8" max_pages="0" scroll_distance="30" offset="8" button_label="Load More"]' ) ?>
Plugin Version: 2.6.3.2
I have a WP_Query to call the first 8 posts of the custom post type “Music Entry” above the shortcode, but there’s no change when I remove that.
I’ve used this plugin under simpler circumstances on a different site, and it loads the posts automatically as expected. Any thoughts on where I’m going wrong in this case? Thanks in advance for any help you can give.
Forum: Fixing WordPress
In reply to: URGENT EMERGENCY!! RE: COMMENTSI think i just figured it out actually. If anyone else is having the same issue, try checking you custom permalink setting. I had an extra space in the form field after /%postname%/ that I (obviously) couldn’t see. Just removed that and now things seem a-ok.
Forum: Fixing WordPress
In reply to: URGENT EMERGENCY!! RE: COMMENTSI am having this exact problem! I have two forward slashes and get a 404 message. Did you have any luck figuring it out?