Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
January 2020
Jan 19 Sun · 11:11
Forums med
Posted a reply to Problem loading jQuery script from custom file in WordPress, on the site WordPress.org Forums:
So It is fixed.:)) Basically what I have done I restart whole process. After deleting…
Jan 19 Sun · 11:09
Forums med
Posted a reply to Problem loading jQuery script from custom file in WordPress, on the site WordPress.org Forums:
So It is fixed.:)) Basically what I have done I restart whole process. After deleting…
Jan 18 Sat · 19:24
Forums med
Posted a reply to Problem loading jQuery script from custom file in WordPress, on the site WordPress.org Forums:
So I clear the cache from browser, from wordpress (through WP cache plugin), and I…
Jan 18 Sat · 11:09
Forums med
Posted a reply to Problem loading jQuery script from custom file in WordPress, on the site WordPress.org Forums:
Thank you for answer and for your help David. I started this problem here https://wordpress.org/support/topic/roblem-loading-jquery-script-from-custom-file-in-wordpress/…
Jan 17 Fri · 20:28
Forums med
Posted a reply to Problem loading jQuery script from custom file in WordPress, on the site WordPress.org Forums:
So this console error brought me to search for what is this console ,how can…
Jan 17 Fri · 14:50
Forums med
Posted a reply to Problem loading jQuery script from custom file in WordPress, on the site WordPress.org Forums:
Thanks and the page I am having my tries on http://travelerky.cz/tryingmyfirstjqueryonwp/?preview=true&fbclid=IwAR12x1CO4BRqNjDEXt7Y2pl1qux3hhroU6qIWcCb6QAitjMhewPhstFNuaU
Jan 17 Fri · 14:41
Forums med
Posted a reply to Problem loading jQuery script from custom file in WordPress, on the site WordPress.org Forums:
code for enqueueing script is: `function wpb_adding_scripts() { wp_register_script('mujscript', get_template_directory_uri() . '/myscriptos.js', array('jquery'),'1.0', false); wp_enqueue_script('mujscript');…
Jan 17 Fri · 13:15
Forums med
Posted a reply to Problem loading jQuery script from custom file in WordPress, on the site WordPress.org Forums:
I mean I did the wp_enqueue_script before I came here:D But yeah It did not…
Jan 17 Fri · 11:58
Forums med
Posted a reply to Problem loading jQuery script from custom file in WordPress, on the site WordPress.org Forums:
Thank you for advice I will try to ask there, and thx for the tip,…
Jan 17 Fri · 11:56
Forums med
Created a topic, Problem loading jQuery script from custom file in WordPress, on the site WordPress.org Forums:
Hello. I have problem to load jquery script from creat…