https WordPress site
-
Had to download https://cdn.jquerytools.org/1.2.7/tiny/jquery.tools.min.js
and place in my site as the site is not https secure.Line 87 in plugin.php
‘url’ => ‘https://cdn.jquerytools.org/1.2.7/tiny/jquery.tools.min.js’,had to change to
‘url’ => get_stylesheet_directory_uri() . ‘/js/jquery.tools.min.js’,
otherwise the script wouldn’t load.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘https WordPress site’ is closed to new replies.