Support » Plugin: Advanced AJAX Page Loader » [Plugin: Advanced AJAX Page Loader] Doesn't work with Buddypress and Artisteer theme?

  • Hi, I’m running a site BuddyPress based and with an Artisteer theme. The thing is in BuddyPress pages (activity, profile…) it works perfect, but when O want to go to a page that doesn’ belong to BuddyPress (like Eventos or Noticias) it just stay loading but never gets the page.

    A posible solution for this? Maybe I have to types of Content Element ID?

    Thanks for your answer!

    http://wordpress.org/extend/plugins/advanced-ajax-page-loader/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Andres Felipe

    (@naturalworldstm)

    The page I’m talking about is http://www.quehaypahacer.com.co

    Mary Jane

    (@jasonbrodbeckcom)

    I have the exact opposite issue, Anything other then BP works but BP works only if its not a JS or Ajax thing of bp its self

    artisteer themes… this code makes the ‘content’ wrapped div work..
    but then the main menu n blog page still need codes.. that’s all i got.

    jQuery( ‘img[data-lazy-src]’ ).bind( ‘scrollin’, { distance: 200 }, function() {
    var img = this,
    $img = jQuery(img),
    src = $img.attr( ‘data-lazy-src’ );
    $img.unbind( ‘scrollin’ ) // remove event binding
    .hide()
    .removeAttr( ‘data-lazy-src’ )
    .attr( ‘data-lazy-loaded’, ‘true’ );;
    img.src = src;
    $img.fadeIn();
    });

    Thread Starter Andres Felipe

    (@naturalworldstm)

    Thanks for your answer, I’ll try it and give You a feedback.

    I got it working with buddypress,
    but the activity form doesn’t load properly.

    Also some of the sub menu links dont even work.

    If there a way to make it work better with buddypress?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Advanced AJAX Page Loader] Doesn't work with Buddypress and Artisteer theme?’ is closed to new replies.