2- /wp-content/plugins/wordfence/js/admin.1607007971.js:71:8): jQuery.fn.focus() event shorthand is deprecated
3- /wp-content/plugins/wordfence/js/admin.1607007971.js:73:19): jQuery.fn.click() event shorthand is deprecated
4- /wp-content/plugins/wordfence/js/admin.1607007971.js:84:23): jQuery.fn.click() event shorthand is deprecated
5- /wp-content/plugins/wordfence/js/admin.1607007971.js:99:29): jQuery.fn.click() event shorthand is deprecated
6- /wp-content/plugins/wordfence/js/admin.1607007971.js:109:23): jQuery.fn.click() event shorthand is deprecated
7- /wp-content/plugins/wordfence/js/admin.1607007971.js:114:32): jQuery.fn.click() event shorthand is deprecated
8- /wp-content/plugins/wordfence/js/admin.1607007971.js:123:15): jQuery.fn.bind() is deprecated
9- /wp-content/plugins/wordfence/js/admin.1607007971.js:126:24): jQuery.fn.click() event shorthand is deprecated
10- /wp-content/plugins/wordfence/js/admin.1607007971.js:774:39): jQuery.fn.change() event shorthand is deprecated
11- /wp-content/plugins/wordfence/js/admin.1607007971.js:778:33): jQuery.fn.mouseup() event shorthand is deprecated
12- /wp-content/plugins/wordfence/js/admin.1607007971.js:710:36): jQuery.fn.change() event shorthand is deprecated
13- /wp-content/plugins/wordfence/js/admin.1607007971.js:173:23): jQuery.fn.bind() is deprecated
14- /wp-content/plugins/wordfence/js/admin.1607007971.js:676:17): jQuery.fn.focus() event shorthand is deprecated
15- /wp-content/plugins/wordfence/js/wfselect2.min.1607007971.js:1:52232): jQuery.isArray is deprecated; use Array.isArray
16- /wp-content/plugins/wordfence/js/knockout-3.3.0.1607007971.js:15:343): jQuery.fn.bind() is deprecated
17- /wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1607007971.js:307:19): jQuery.fn.bind() is deprecated
18- /wp-content/plugins/wordfence/js/admin.liveTraffic.1607007971.js:847:35): jQuery.fn.submit() event shorthand is deprecated
19- /wp-content/plugins/wordfence/js/admin.liveTraffic.1607007971.js:916:72): jQuery.isFunction() is deprecated
]]>2. /wp-content/plugins/wp-snow-effect/admin/js/wp-snow-effect-admin.js:10:8: jQuery.fn.change() event shorthand is deprecated
3. /wp-content/plugins/wp-snow-effect/admin/js/wp-snow-effect-admin.js:17:33: jQuery.fn.keyup() event shorthand is deprecated
]]>1. /wp-content/plugins/wpfront-scroll-top/js/wpfront-scroll-top.min.js:2:1121): jQuery.fn.scroll() event shorthand is deprecated
2. /wp-content/plugins/wpfront-scroll-top/js/wpfront-scroll-top.min.js:2:1143): jQuery.fn.scroll() event shorthand is deprecated
3. /wp-content/plugins/wpfront-scroll-top/js/wpfront-scroll-top.min.js:2:1155): jQuery.fn.hover() is deprecated
4. /wp-content/plugins/wpfront-scroll-top/js/wpfront-scroll-top.min.js:2:1286): jQuery.fn.click() event shorthand is deprecated
]]>]]>jQuery Migrate Helper — Warnings encountered
This page generated the following warnings:https://accessible-techcomm.org/wp-content/plugins/wp-snow-effect/admin/js/wp-snow-effect-admin.js:4:14: jQuery.fn.load() is deprecated
First, i am an “absolute beginner” in WP, coming from classic HTML static sites.
In shortly, i would like to re-build in WP a little part running in the homepage of the current HTML-site.
In this homepage, my JS provides to extract the actual zodiacal period (a text, eg. “Fishes”), the corresponding zodiacal stone (again a text, eg. “Amethyst”) and the related picture (in this case the path, eg. …/imgpietre/Amethyst.png).
If i write the same function calls in my WP-homepage (in textmode) as in my HTML-page, the system shows the right zodiacal period
and zodiacal stone (therefore, the script is running right or at least, the JS-call is working right).
Unfortunately it doesn’t show the image (i only see the typical empty square).
I suppose, the syntax of the following function call is not working in the WP-homepage or WP-environment like in the static HTML page.
The syntax i use is:
<body onLoad=”avvia()” lang=”it”>
where the row above comes immediately after </head> closing
and i couldn’t find any solution to realize in another way this call (of course, if this is the right problem ).
Probably, I don’t consider other important things working in WP.
Perhaps could you give me any advice or see any basically error using these component in WP ?
I don’t ask you about a solution, only having a track to work in the right way!
I can provide JS and HTML-homepage to analyse this issue if needed.
Thank you very much in advance for your appreciated cooperation.
Regards
Ernesto
My actual environment:
– Windows 7 Professional
– WordPress: V. 4.2.2
– Xampp: 3.2.2
– WP theme: Catch Evolution (entry version)
– Child theme: created with plugin “child-theme-configurator.1.7.9.1” and actually in use
<script type="text/javascript">
document.getElementById('content').innerHTML = '<span class="copyright">Hello world</span>';
</script>
So now, i’d like to put the code in the function.php
Please how to do that?
Thanks
]]>