• Hi, do you guys have a reload code for the WP Owl Slider plugin please? I’ve Googled & looked all over but have yet to find one.

    Also, any idea why my very basic site takes an age to load via AJAX?
    Thanks,

    deeve.

Viewing 1 replies (of 1 total)
  • OK

    (@angelok1979)

    1. file ajax-page-loader.js add somefunction in 265 line

    jQuery('#' + AAPL_content).css("left", "");
    jQuery('#' + AAPL_content).fadeIn("slow", function() {});
    somefunction();
    
    },

    2. now you can use this callback in your theme
    function somefunction(){
    alert(“Hello World”);
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Reload Code for Owl Slider?’ is closed to new replies.