Jquery's relationship with NextGen
-
Hi
I deactivated/deleted NextGen Gallery from my site.
It left my page with positioning(css) and functionality (javascript) issues.
A Technician told me it might be Jquery-related:Things that the plugin may have done that would have affected javascript are force using a different version of jquery on the theme, or in wordpress. Which could possibly have caused multiple types of problems with many different plugins or theme features.
You might download the installation files for the plugin and unzip them on the computer and look for stylesheets and jquery or js files in those files and see if there are newer or older versions of jquery specifically as that is the most likely change.
below is the code I have in my footer, both past and present:
<script src=”//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js”></script>
<script src=”//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js”></script>
<script src=”https://www.mattmm.com/wp-content/themes/mckinley-child/js/AnimFX.js”></script>Wondering if my issue is Jquery-related?
Thanks
- The topic ‘Jquery's relationship with NextGen’ is closed to new replies.