{"id":7551525,"date":"2016-07-07T08:46:48","date_gmt":"2016-07-07T08:46:48","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/not-loading-js-file-correctly\/"},"modified":"2016-09-01T16:22:05","modified_gmt":"2016-09-01T16:22:05","slug":"not-loading-js-file-correctly","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/not-loading-js-file-correctly\/","title":{"rendered":"Not loading js file correctly"},"content":{"rendered":"<p>Hi,<\/p>\n<p>I had a problem with loading of the .js file and I had to replace part of the code from \/wp-content\/plugins\/wp-category-permalink\/lib\/ui.php from line 19<\/p>\n<p>OLD:<\/p>\n<pre><code>public static function enqueue_script()\n    {\n        $url = plugins_url(&#039;\/wp-category-permalink.js&#039;, __DIR__ . &#039;\/..\/..&#039; );\n        wp_enqueue_script( &#039;wp-category-permalink.js&#039;, $url, array( &#039;jquery&#039; ), &#039;1.8&#039;, false );\n    }<\/code><\/pre>\n<p>NEW:<\/p>\n<pre><code>public static function enqueue_script()\n    {\n        $url = plugins_url(&#039;\/wp-category-permalink.js&#039;, &#039;\/wp-category-permalink\/&#039; . &#039;\/..&#039; );\n        wp_enqueue_script( &#039;wp-category-permalink.js&#039;, $url, array( &#039;jquery&#039; ), &#039;1.8&#039;, false );\n    }<\/code><\/pre>\n<p>The problem was that the .js file was not loading correctly. Structure was incorrect. Here is wat it looked like in the source:<br \/>\n<code>&lt;script type=&#039;text\/javascript&#039; src=&#039;http:\/\/www.example.fi\/example\/wp-content\/plugins\/__DIR__\/..\/wp-category-permalink.js?ver=1.8&#039;&gt;&lt;\/script&gt;<\/code><\/p>\n<p>https:\/\/wordpress.org\/plugins\/wp-category-permalink\/<\/p>\n","protected":false},"template":"","class_list":["post-7551525","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/7551525","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/7551525\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=7551525"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}