broken in 4.5.2
-
Hi there,
Events download but get 404 when i try to browse to them and also on the events page loading stuck in continuous loop:
https://iedc.ie/facebook-events/
Any ideas?
Also tried to add code from previous soluion in functions.php
<?php
if (!is_admin()) add_action(“wp_enqueue_scripts”, “my_jquery_enqueue”, 11);
function my_jquery_enqueue() {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, “http” . ($_SERVER[‘SERVER_PORT’] == 443 ? “s” : “”) .
“://ajax.googleapis.com/ajax/libs/…”, false, null);
wp_enqueue_script(‘jquery’);
}
?>but no joy ??
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘broken in 4.5.2’ is closed to new replies.