Viewing 10 replies - 1 through 10 (of 10 total)
  • Yes, this has worked for me:

    jQuery.getScript("url/to/your/script.js", function(data, textStatus, jqxhr) {
       //console.log(data); //data returned
       //console.log(textStatus); //success
       //console.log(jqxhr.status); //200
       //console.log('script.js loaded.');
    });

    Just paste and edit in the Reload Code box. Uncomment the console messages to check if it’s working or not.

    Hope this helps!

    Thread Starter uili

    (@uili)

    beautifull!! that worked it out!!
    Now i have another issue, i think some css files are not been loaded too, is it possible to reload those .css on too?

    What im doing is to integrate woocommerce on it, its everything almost done, but its not loading the plugins css!

    Thread Starter uili

    (@uili)

    wow, somehow i inserted the sharethis reload code, and loaded everything else ok!

    100% working now! uhulll!

    Thread Starter uili

    (@uili)

    actually, its not, i had to copy all the woocommerce css to theme folder.. still looking for a better way to do, or for a woocommerce reload script

    Hello there,

    I am having a problem where pages with Inline Javascripts that load external content do not work properly. Please help

    Also what is a relaod coad like?

    Courtney Fantinato, that code works great! But what if I don’t know the URL to my script? I have a few plugins that load some scripts and css and i can’t know exactly all the URLs the plugins load.

    @mfragale

    You’ll have to do a search in the source of the page for any scripts that are loaded from plugins (search for “.js” and go through them all). I haven’t had to reload CSS files, only JavaScript files.

    Could this work with Nextgen gallery slideshows? I can’t update the nextgen gallery plugin because there is no new reload code and the update breaks the old one. Any ideas?

    THANKS!!

    Plugin Author Dean Williams

    (@deano1987)

    kings3jm please start a new topic, do not use other peoples topics for your problems.

    Courtney Fantinato….Thank you so much, this has sorted out my issues with Buddypress and AAPL working together and now they appear to working in harmony! Now, hopefully I can streamline my reload.js.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Reload Scripts’ is closed to new replies.