• Version of the script : 2.0b2.120226

    The exact issue you are seeing :

    I’m using WP 3.3.1 with The Tanzaku 1.1.1 theme (http://bit.ly/8KXQx2) and trying to get Infinite Scroll working with it. This theme is 2 years old, but I was able to find a thread here on WordPress Support where some people had supposedly got it to work. You can find this thread here : WordPress > Support > tanzaku with infinite scroll?

    I inserted #infscr-loading{display:none!important;} into my style.css sheet, then changed all the selectors as is indicated in that thread and also inserted the additional JavaScript code.

    I followed all the instructions but something seems to be broken. I can load my page, and when I scroll to the bottom it waits, shows me the ‘loading’ progress bar and then presents me with ‘you’ve reached the end of the internet’ without actually loading the next few posts.

    URL : aeromanas.net/blog

    I was hoping somebody could help me out with this since I’ve invested quite a bit of time in customizing this theme and I think infinite-scroll would complete the functionality that I want from this website.

    http://wordpress.org/extend/plugins/infinite-scroll/

Viewing 1 replies (of 1 total)
  • Thread Starter manas.nine

    (@manasnine)

    Disclaimer : I’ve never debugged JavaScript so I’m not sure what I’m looking for, but I downloaded FireBug and I’m posting the results of whatever I could find

    Debug Info :["pathParse manual"]
    infini...SI7fQ== (line 183)
    ["Binding", "bind"]
    infini...SI7fQ== (line 183)
    ["math:", 0, 360]
    infini...SI7fQ== (line 183)
    ["heading into ajax", ["http://aeromanas.net/blog/?paged=", ""]]
    infini...SI7fQ== (line 183)
    ["Using HTML via .load() method"]
    infini...SI7fQ== (line 183)
    GET http://aeromanas.net/blog/?paged=2
    
    200 OK
    		624ms
    jquery...r=1.7.1 (line 4)
    ["contentSelector", div#grid-wrapper]
    infini...SI7fQ== (line 183)
    $ is not a function
    [Break On This Error] 	
    
    return $("#grid-wrapper").vgrid({
    
    infini...SI7fQ== (line 717)
    $ is not a function
    [Break On This Error] 	
    
    $('#header').hide().css("visibility", "visible").fadeIn(500);
    
    infini...SI7fQ== (line 729)
    ["math:", 0, 360]
    infini...SI7fQ== (line 183)
    ["heading into ajax", ["http://aeromanas.net/blog/?paged=", ""]]
    infini...SI7fQ== (line 183)
    ["Using HTML via .load() method"]
    infini...SI7fQ== (line 183)
    GET http://aeromanas.net/blog/?paged=3
    
    404 Not Found
    		685ms
    jquery...r=1.7.1 (line 4)
    ["Error", "end"]
    infini...SI7fQ== (line 183)
    ["Binding", "unbind"]
    infini...SI7fQ== (line 183)

    In short, the errors are:

    $ is not a function
    [Break On This Error] 	
    
    return $("#grid-wrapper").vgrid({
    
    infini...SI7fQ== (line 717)
    $ is not a function
    [Break On This Error] 	
    
    $('#header').hide().css("visibility", "visible").fadeIn(500);
    
    infini...SI7fQ== (line 729)

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Infinite-Scroll] Infinite Scroll with Tanzaku’ is closed to new replies.