Not in js map: js for page specific scripts with script in html object

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
Fender
 
 
Posts: 127
Joined: Sun Oct 16, 2011 11:01 am

Not in js map: js for page specific scripts with script in html object

Post by Fender »

Version x64bit date 23-2-20
I have a page with a html object inserted between head tags. It has a script and a style on it.
https://www.yamaru.nl/yamaru-indonesie.html
In options I made a js map but this particulair script is not inserted in the js map!
I get this warning
GET https://www.yamaru.nl/js/yamaru-indonesie.js net::ERR_ABORTED 404
</script><script src="js/yamaru-indonesie.js"></script> failed to load
On this page https://www.yamaru.nl/doneren.html I also have a html object script
here the page js is inserted in the js map!
Why does this happen on this page only?
User avatar
Pablo
 
Posts: 21709
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Not in js map: js for page specific scripts with script in html object

Post by Pablo »

I'm sorry, I cannot help you with third party script.
But if the script does not work then either it is invalid, incomplete or it conflicts with other code on the page.

Also, note that you have enabled 'move script to the end of the page'. This means that scripts will be moved outside the head tag. The script may not support this.
User avatar
Fender
 
 
Posts: 127
Joined: Sun Oct 16, 2011 11:01 am

Re: Not in js map: js for page specific scripts with script in html object

Post by Fender »

The script is working! That's not the problem,
The script of the html object is stored in the js map!

The only thing is that the page js is not stored in the js map!
That's my question why?
User avatar
Pablo
 
Posts: 21709
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Not in js map: js for page specific scripts with script in html object

Post by Pablo »

What do you mean by 'the page js is not stored in the js map'?

Note: I cannot see what you have done based on the HTML code.
User avatar
Fender
 
 
Posts: 127
Joined: Sun Oct 16, 2011 11:01 am

Re: Not in js map: js for page specific scripts with script in html object

Post by Fender »

I tried to figure it out;
Published with masterframe the seperate 'yamaru-indonesie.js'. is not included in the js map.See log
with masterframe 'yamaru-indonesie.js'. is not published seperate!
================================
*** START OF PUBLISH ***
Scanning publish folder...
Found 19 file(s).
Copying 'Naamloos1.css'...
Copying 'yamaru-indonesie.css'...
Copying 'favicon(1).ico'...
Copying 'akademi-2.png'...
Copying 'F.png'...
Copying 'handdruk2.jpg'...
Copying 'huis-sayap3.png'...
Copying 'Kerstatelier2.png'...
Copying 'logo-anb-60i.jpg'...
Copying 'tehuis.jpg'...
Copying 'yamarulogo-1.png'...
Copying 'jquery.goup.min.js'...
Copying 'jquery-1.12.4.min.js'...
Copying 'jquery-ui.min.js'...
Copying 'jquery.dlmenu.js'...
Copying 'jquery.showmore.min.js'...
Copying 'modernizr.custom.js'...
Copying 'Naamloos1.zip'...
Copying 'yamaru-indonesie.html'...
Removing temporary files...
Successfully published!
*** END OF PUBLISH ***
Published without masterframe the seperate 'yamaru-indonesie.js 'is included in the js map! See log
without masterframe 'yamaru-indonesie.js' is present and published in the js map!
==============================
*** START OF PUBLISH ***
Scanning publish folder...
Found 13 file(s).
Copying 'Naamloos1.css'...
Copying 'yamaru-indonesie.css'...
Copying 'akademi-2.png'...
Copying 'handdruk2.jpg'...
Copying 'huis-sayap3.png'...
Copying 'Kerstatelier2.png'...
Copying 'tehuis.jpg'...
Copying 'jquery-1.12.4.min.js'...
Copying 'jquery-ui.min.js'...
Copying 'jquery.showmore.min.js'...
Copying 'yamaru-indonesie.js'... page js is present and published in the js map!
Copying 'Naamloos1.zip'...
Copying 'yamaru-indonesie.html'...
Removing temporary files...
Successfully published!
*** END OF PUBLISH **
I deleted the jquery go up extensie from the masterframe and then the 'yamaru-indonesie.js' is
published seperate.
So it has a conflict with that extension or with the jquery.group.min.js
Conclusion; I will use another way to scroll to the top of the page
Post Reply