• Resolved pedroheitor

    (@pedroheitor)


    I tried some of the suggestions here to make the infinite scroll work on an ajax website but I cannot make it work.

    tried:

    if( typeof yith_infs != 'undefined' ) {
        jQuery( window ).unbind( 'yith_infs_start' );
        jQuery( yith_infs.contentSelector ).yit_infinitescroll({
            'nextSelector'      : yith_infs.nextSelector,
            'navSelector'       : yith_infs.navSelector,
            'itemSelector'      : yith_infs.itemSelector,
            'contentSelector'   : yith_infs.contentSelector,
            'loader'            : '<img src="' + yith_infs.loader + '">',
            'is_shop'           : yith_infs.shop
        });
    }

    any sugestion?

    • This topic was modified 7 years, 7 months ago by pedroheitor.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    what’s your problem?
    You have to set selectors in the plugin options panel, not inside the code.
    IF you have a specific page where you need help, please send me the link.
    I’ll be happy to help you.

    Thread Starter pedroheitor

    (@pedroheitor)

    Hi there

    thanks for being willing to help. I have resolved the issue long ago and marked this topic as resolved about 5 days ago.

    • This reply was modified 7 years, 6 months ago by pedroheitor.
    Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    I’m sorry for our delay.
    Don’t hesitate to contact us again for any further question.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Ajax theme’ is closed to new replies.