• Resolved Meska_

    (@meska_)


    I realy love the plugin, but it seems to be an error with inf scroll.

    On my mainsite it works fine: German
    But on the english version it doesn’t get any more posts English

    This is how i added inf scroll to the function.php

    // Infinite scroll
    	add_theme_support( 'infinite-scroll', array(
    	    'type' => 'scroll',
    	    'container' => 'primary',
    		'wrapper' => false,
    		'footer' => false,
    	) );

    Anyone knows how to fix this?

    https://wordpress.org/plugins/polylang/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Chouby

    (@chouby)

    Hi!

    ‘infinite-scroll’ is not a WordPress feature. Which plugin do you use to get it?

    Thread Starter Meska_

    (@meska_)

    jetpack ofc. jetpack is a most have so ;D … i dont know why it doesnt work at the 2nd page.

    Plugin Author Chouby

    (@chouby)

    I believe that it used to work in the past. But I tested it again, and it does not work anymore. I fixed that in the development version (1.7.9.2).
    https://downloads.wordpress.org/plugin/polylang.zip

    This is without warranty with your theme (as you noticed that you needed to add yourself some custom code), but I tested it successfully with Twenty Twelve and Twenty Fifteen.

    Thread Starter Meska_

    (@meska_)

    Hm still the same. Gonna have a look how its added in the TT and TF Themes, but should be the same, since its done using this guide: https://jetpack.me/support/infinite-scroll/

    maybe the slug is missing or something… in the “get_posts” idk

    Thread Starter Meska_

    (@meska_)

    okay looks like it works. forgot to clean the cache of the browser 😀 ty.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Infinite scroll only works on mainlanguage’ is closed to new replies.