ebop
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Great, I just sent you a form with the details
nice, thanks again, have a good one
done and done, dcooney you’re the man
in case anybody else encounters this problem, this is the function I added to my functions.php file in order for the Ajax Load More to work:
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/jquery/1.7.1/jquery.min.js", false, null); wp_enqueue_script('jquery'); }[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
btw, is there a way to use this plugin for comments too?
thanksHi, thanks for the fast reply, yes I have the wp_footer in the footer file,
tried your version, still nothing
Viewing 5 replies - 1 through 5 (of 5 total)