Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file [SOLVED] Empty src instead of jquery

More
10 years 8 months ago #2964 by SamuelMarshall
Replied by SamuelMarshall on topic Re: [SOLVED] Empty src instead of jquery
Hi I am having the same exact problem. I believe it is my template but I'm not sure how to solve it. When I switch my template it works. I'm using a template designed by themexpert.com powered by their template framework expose.

Did you find out exactly how to fix it and why it happens?

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #2966 by SamuelMarshall
Replied by SamuelMarshall on topic Re: [SOLVED] Empty src instead of jquery
Rearranging the order of the plugins do not help. I noticed you were also using the expose library from your screen shots. That's where the problem lies.

Expose is stripping the placeholders from the document buffer placed in the onAfterRoute function. I managed to get it working by hacking expose.

I added the following code to /libraries/expose/core/core.php at line 460;
else{
    $obj->url = $file
    $obj->path = $file;
    $obj->source = 'local';
}

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #2969 by admin
Replied by admin on topic Re: [SOLVED] Empty src instead of jquery
Thank you for posting your resolution!

Olivier.

Please Log in or Create an account to join the conversation.