wp_footer() conflicting with jQuery
-
I whittled down to a conflict with a jQuery I am trying to use to load tabbed google maps on a page and the wordpress wp_footer(); call.
It worked when I didn’t have wp_footer being called on a template (not sure why and would have been a different question if I did not call it itm cause it worked) but I realized that that template was missing that call, so I added it and then my map tabs stopped working.
here is a page it works with (i am using a template that calls a different footer without the wp_footer(); call) https://stage.thatsbyers.com/about/service-area-works/
and this one the wp_footer is being called like it should be, but the maps do not show. https://stage.thatsbyers.com/about/service-area/
I know there is a conflict but do not know how to fix it, I have tried many suggestions from many sites to no success.
I read on here to put some code in the functions.php file, but I want direction from the wp masters.
- The topic ‘wp_footer() conflicting with jQuery’ is closed to new replies.