Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Andrew Turner

Forum Replies Created

Viewing 10 posts - 41 through 50 (of 70 total)
  • Andrew Turner in reply to:
    Breadcrumb Navigation Issue
    #79549
    This reply has been marked as private.
    Andrew Turner in reply to:
    Breadcrumb Navigation Issue
    #79543

    Thank you Ross it seems to be working great.

    Will this be part of the next official release? Will I need to update again when thats released?

    Andrew Turner in reply to:
    Breadcrumb Navigation Issue
    #78583

    Thanks for looking.

    I had a look at the ajaxcomplete documentation. Although its a little beyond my coding knowledge I tried the following snippet:

    $j(document).ajaxComplete(function(){
        $j('.searchandfilter').searchAndFilter();
    });

    The ajax seems to work but it doesnt actually filter the results.

    Any further assistance appreciated.

    Andrew Turner in reply to:
    Breadcrumb Navigation Issue
    #77712
    This reply has been marked as private.
    Andrew Turner in reply to:
    Breadcrumb Navigation Issue
    #77569

    I can give you Admin access if it would help?

    Andrew Turner in reply to:
    Breadcrumb Navigation Issue
    #77168

    ok added the console.log and it is appearing fine.

    Andrew Turner in reply to:
    Breadcrumb Navigation Issue
    #77148
    This reply has been marked as private.
    Andrew Turner in reply to:
    Breadcrumb Navigation Issue
    #77139

    My theme requires it when adding custom JS to prevent Jquery conflicts.

    Andrew Turner in reply to:
    Breadcrumb Navigation Issue
    #77127

    OK I added the following script to the theme but its still not working, there no console errors:

    $j(document).on("sf:ajaxfinish", ".searchandfilter", function(){
    	console.log("ajax complete");
    	//so load your lightbox or JS scripts here again
           $j('.searchandfilter'); 
    });
    Andrew Turner in reply to:
    Breadcrumb Navigation Issue
    #77113

    Yes Ajax enabled as before.

Viewing 10 posts - 41 through 50 (of 70 total)