Anyone still using this and getting this error?
Notice: Undefined index: a:1:{s:3:”ssl”;b:1;} in \wp-includes\class-requests.php on line 213
I’m not sure if it’s because new WordPress 5.3 or PHP 7, any ideas how to fix this?
Call Stack
# Time Memory Function Location
1 0.0002 409296 {main}( ) …\index.php:0
2 0.0003 409576 require( ‘\wp-blog-header.php’ ) …\index.php:17
3 0.3524 9836400 require_once( ‘\wp-includes\template-loader.php’ ) …\wp-blog-header.php:19
4 0.3585 9873432 include( ‘\wp-content\themes\entyce\archive-manage_my_account.php’ ) …\template-loader.php:98
5 0.3585 9873432 get_header( ) …\archive-manage_my_account.php:2
6 0.3585 9873808 locate_template( ) …\general-template.php:41
7 0.3586 9873888 load_template( ) …\template.php:671
8 0.3587 9874288 require_once( ‘\wp-content\themes\entyce\header.php’ ) …\template.php:722
9 0.3594 9883464 wp_head( ) …\header.php:34
10 0.3594 9883464 do_action( ) …\general-template.php:2879
11 0.3594 9883840 WP_Hook->do_action( ) …\plugin.php:478
12 0.3594 9883840 WP_Hook->apply_filters( ) …\class-wp-hook.php:312
13 0.3641 9912408 wp_enqueue_scripts( ) …\class-wp-hook.php:288
14 0.3641 9912408 do_action( ) …\script-loader.php:2667
15 0.3641 9912784 WP_Hook->do_action( ) …\plugin.php:478
16 0.3641 9912784 WP_Hook->apply_filters( ) …\class-wp-hook.php:312
17 0.3648 9916256 Infinite_Scroll->enqueue_js( ) …\class-wp-hook.php:288
18 0.3649 9917072 Infinite_Scroll_Options->get_options( ) …\infinite-scroll.php:126
19 0.3649 9919344 apply_filters( ) …\options.php:122
20 0.3649 9919744 WP_Hook->apply_filters( ) …\plugin.php:206
21 0.3649 9921248 Infinite_Scroll_Presets->default_to_presets( ) …\class-wp-hook.php:288
22 0.3649 9921248 Infinite_Scroll_Presets->get_preset( ) …\presets.php:363
23 0.3650 9921248 Infinite_Scroll_Presets->get_presets( ) …\presets.php:121
24 0.3660 9896312 wp_remote_get( ) …\presets.php:91
25 0.3660 9896752 WP_Http->get( ) …\http.php:164
26 0.3660 9897128 WP_Http->request( ) …\class-http.php:622
27 0.3663 9902592 Requests::request( ) …\class-http.php:393
28 0.3677 9914432 Requests::get_transport( ) …\class-requests.php:377
( ! ) Warning: Cannot modify header information – headers already sent by (output started at \wp-includes\class-requests.php:213) in \wp-admin\includes\misc.php on line 1252
Call Stack
# Time Memory Function Location
1 0.0026 418120 {main}( ) …\nav-menus.php:0
2 0.0092 418856 require_once( ‘\wp-admin\admin.php’ ) …\nav-menus.php:13
3 0.8019 13795976 do_action( ) …\admin.php:170
4 0.8019 13796352 WP_Hook->do_action( ) …\plugin.php:478
5 0.8019 13796352 WP_Hook->apply_filters( ) …\class-wp-hook.php:312
6 0.8475 14167744 wp_admin_headers( ) …\class-wp-hook.php:288
7 0.8475 14168064 header ( ) …\misc.php:1252
( ! ) Warning: Cannot modify header information – headers already sent by (output started at \wp-includes\class-requests.php:213) in \wp-admin\admin-header.php on line 9
Call Stack
# Time Memory Function Location
1 0.0026 418120 {main}( ) …\nav-menus.php:0
2 0.9179 14439080 require_once( ‘\wp-admin\admin-header.php’ ) …\nav-menus.php:609
3 0.9181 14439144 header ( ) …\admin-header.php:9
When scrolling in Safari some thumbnail images of newly loaded blog posts do not appear in the blog feed. You can view the issue here:
]]>Hi there,
We found some errors on the “Product” page of our store (screenshot).
Why is infinte scroll loading on product detail pages. How can we turn this off?
Thanks!
Laura
]]>Hi
I am using the script on my site having latest wordpress version (4.7+) with advanced custom fields and WPML plugins on site. Whenever I add some new posts it stops working suddenly. It works when I refresh the permalinks.
Any clue on what could be the issue and solution?
Thanks
Hello !
This plugin is the only one that works with my template using Masonry.
Everything looks great except the fact that I have a double version of each post.
All my selectors are working and I use this callback :
(function($) {
var $container = $('.row');
$container.imagesLoaded( function() {
$container.masonry({
itemSelector: '.col-masonry'
});
});
})(jQuery);
I think the problem is somewhere in the js of the plugin but I can’t find exactly what makes a double version of my post ?
Maybe someone could help me, thank you !
]]>Can’t update the settings for CSS selectors or anything else. ??
]]>Hi there,
On some pages inifinite scroll isnt active. I cant see why?
Active: https://www.storytiles.nl/en/product-category/storytiles/
Not active: https://www.storytiles.nl/en/alle-producten/
Is it not available for pages?
Kind regards,
Laura Nieuwenhuis
Hello,
I’ve changed the protocol to https, but a single one image is still requested via http – img/ajax-loader.gif
I tried to investigate but i didn’t find where the problem exactly is: in the plugin .php or in .js files.
Maybe someone had the same problem?
Hi.
I am using the Infinite Scroll plugin in my website (https://cienciagandia.webs.upv.es/) and after updating to WordPress 4.5, web post of home do not load properly.
I think this is because WordPress has changed the version of jQuery. Anyone else happens ?, Any solution?
]]>Hello
I lost all my weekend on this. It’s frustrating and I’m in a desperate need of help!
Here is my config:
Content Selector: .main-wrap
Navigation Selector: .single-navigation
Next Selector: .prev a
Item Selector: .main-post
I managed to get it work on category pages (no masonry) with the following Callback, given by someone who uses the theme in normal mode without masonry. (works only with the Default behavior)
jQuery("img.lazy").lazyload({
effect: "fadeIn"
});
I would really love to find a solution for the masonry homepage.
If someone here has some spare time to check it, please > fishingbb.com
Thanks!
Hey Homies!
I am not in a place where I know what a css selector is or where to look for the ones I apparently gotta find for to use the infinite scroll plugin with my wordpress blog.
Im mostly a push button/drag and drop type of blogger and if someone could pretty please help me figure it out I would be grateful.
Specifically I would like to be made aware of everything I have to input or change to make the infinite scroll plugin work on my blog. It does not work at all and I am running super basic and updated version of the brand new twenty fifteen.
Based on what I have read and not really understood I have to change some or all of the things in the following fields and it will work.
If those who know deign to respond to my obviously easy to figure out question here please include all the info I gotta have especially what I gotta put in these fields:
Content Selector:
Navigation Selector:
Next Selector:
Item Selector:
My blog is authornouveau.com
Thanks a bazillion and Happy holy days.
I have set up a website with a simple blog (https://goo.gl/5nJZOz) and the plugin “Infinite Scroll”.
Now, the site is responsive: When I change the size of my browser to 799 pixels wide or lesser, the layout changes to the mobile view and the pictures should be shown smaller, which basically works.
My problem is here: When you scroll down until the end, where the infinite scroll starts to load more posts, the pictures/posts suddenly appear in the bigger usual desktop size and not the mobile size.
For some reason the loading of the posts does ignore the CSS, I guess. Also, I found out, the last picture before the next infinite scroll point is small again.
I just do not understand, what is going on here and I would really appreciate your help. Thanks, mates.
]]>Hi, any way to easily set the buffer?
I know the jquery version there is an option for this, but I don’t see it on the setting menu in WP.
Can I set the buffer manually? If so, which file to edit?
Thanks in advance.
]]>]]>kindred,#content,#nav-below,.post,”#nav-below a:first”
I installed the plugin on a blog, but when loading the other posts, is not charging the facebook like plugin and also a script that call the issuu.
I tried to add the script to the callback, but did not appear.
How do I resolve?
]]>hello,
im trying hard to find the selectors with no luck
page is https://www.fitoni.gr
any ideas from home page source please ?
thanks!
]]>I tried installing image lazy loading (a3 Lazy Load: https://www.ads-software.com/plugins/a3-lazy-load/), and the images were not coming up at all in the “infinite” section.
Known issue?
How to fix?
Thanks
]]>How do I get the infinite scroll to work properly with the oblique theme?
]]>Just to let you know, after installing this plugin the Media Library stopped working properly. In grid mode the thumbnails would never load. Also had trouble using the Media Library from inside a post editor.
]]>On my blog I use the Infinite-Scroll plugin. Works properly, but in the new post loaded I didn’t see shortcodes (ex. [jwplayer ..]), or the galleries created by the editor (appears “This slideshow requires JavaScript.”)
[video] shortcode is working but [audio] no :O
Where is the problem?
]]>I have installed Infinite-Scroll add-on for my site https://www.fagforbundetbaerum.no but it doesn’t work. I am using a theme made in the program Artisteer 3. What are the selectors? Please help.
]]>Hello,
I would like to insert the button “more” after using infinite scroll 3 or 5 times.
Like this: https://www.lostateminor.com/
it’s possible?
Has anybody been able to get it to work if one was to begin on https://website.fake/page/2/ and higher?
The HTML on my paginated pages is the exact same, selector classes and all that, it’s just that Infinite Scroll doesn’t seem to want to fire on those pages.
I see the question has been asked here only 4 times and no solution so either we’re the only ones that it doesn’t work for or nobody else cares about it, which is a shame because I see it as being extremely useful.
The other 4 times it’s been brought up here (to save someone from having to read through all 24 pages in the future)..
https://www.ads-software.com/support/topic/breaks-with-correct-paginated-links?replies=1
https://www.ads-software.com/support/topic/wont-wokr-on-paged-pages
https://www.ads-software.com/support/topic/infinite-scroll-works-on-home-page-but-doesnt-work-on-2nd-page
https://www.ads-software.com/support/topic/scrolling-bug-while-being-on-the-nth-page
—–
]]>Hi, please help me figure out which selectors should I use.
Thanks.
<?php get_header(); ?>
<div id="main">
<!-- title bar -->
<div class="row">
<div class="content-title">
<div class="twelve columns">
<div class="left">?</div>
<div class="title">
<?php
if( have_posts () ){
?><h1 class="entry-title blog_page"><?php _e( 'Blog page' , 'cosmotheme' ); ?></h1><?php
tools::switch_view( 'blog_page' );
}else{
?><h1 class="entry-title archive"><?php _e( 'Sorry, no posts found' , 'cosmotheme' ); ?></h1><div style="clear:both;"></div><?php
}
?>
</div>
<div class="right">?</div>
</div>
</div>
</div>
<!-- Start content -->
<div class="row">
<!-- left sidebar -->
<?php layout::side( 'left' , 0 , 'blog_page' ); ?>
<div id="primary" <?php tools::primary_class( 0 , 'blog_page' ); ?>>
<div id="content" role="main">
<div <?php tools::content_class( 0 , 'blog_page' ) ?>>
<?php post::loop( 'blog_page' ); ?>
</div>
</div>
</div>
<!-- right sidebar -->
<?php layout::side( 'right' , 0 , 'blog_page' ); ?>
</div>
</div>
<?php get_footer(); ?>
]]>
hello friends i hope you all are more then fine . i am facing issue in implementing the plugin on details page of a post.
actually i want to display all post but load with user scroll down at the end of the details page of the post.
thanks in advance
]]>]]>GenesisChild,.content,.wp-pagenavi,.post,a.nextpostslink
Hey, is there any way to disable it for mobile users or let them toggle between activated/desactivated? Thanks!
]]>Can anybody lt me know how it will work on woocommerce archive page?
I am using enfold theme and its not working yet
]]>Hello,
Sadly I’ve had to remove your plugin as it’s causing an upload error in the Media Library for WP 4.1. When uploading by drag’n’drop I get one of two errors;
HTTP Error
or
error occurred in the upload. Please try again later
I attempted the fixes outlined in these references but they caused the Media Library to spindle without loading the images:
https://www.ads-software.com/support/topic/conflict-with-uploading-image
https://github.com/devinsays/options-framework-plugin/issues/155
https://github.com/paulirish/infinite-scroll/issues/456
If there’s another solution to get the plugin to work without interfering with Media Library image upload would greatly appreciate,
Thank you
I am setting up a brand new side using the Chrono Theme, but I have problem of getting Infinite scrolling to work. Any pointer?
The site can be found here.
Thanks in advance.
]]>