Title: Jquery problems
Last modified: August 21, 2016

---

# Jquery problems

 *  Resolved [ideiasnoescuro](https://wordpress.org/support/users/ideiasnoescuro/)
 * (@ideiasnoescuro)
 * [12 years ago](https://wordpress.org/support/topic/jquery-problems-3/)
 * Hello i am trying to use Photo Gallery Plugin from Web-Dorado and they say to
   me that is a problem with the JQuery version of Fluxipress:
 * (The issue you are facing is caused by the outdated jQuery used by your theme.
   If you change the theme you will be able to see the images. And by the way you
   have a super low opacity for the images, thus then seem to be less visible even
   with WP standard themes. Please contact your theme support to fix the issue since
   it will cause similar visibility issue with the plugins using higher standard
   jQuery. Thank you.)
 * Anybody can help me with this? I need to solve this with urgency!
 * Thanks!
    Kind Regards
 * Rui

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [ideiasnoescuro](https://wordpress.org/support/users/ideiasnoescuro/)
 * (@ideiasnoescuro)
 * [12 years ago](https://wordpress.org/support/topic/jquery-problems-3/#post-4967499)
 * Hello! Can you please help me to fix this problem? Its urgent, many thanks!
 *  Theme Author [Michael Kloepzig](https://wordpress.org/support/users/michael-kloepzig/)
 * (@michael-kloepzig)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/jquery-problems-3/#post-4967602)
 * Hi,
 * please follow the guidelines to create a child theme:
    [http://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_Theme](http://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_Theme)
 * Then, in your child theme’s folder, open functions.php and find the following
   lines (68-76):
 *     ```
       wp_deregister_script('jquery');
       wp_register_script(
       	'jquery',
       	'http' . ($_SERVER['SERVER_PORT'] == 443 ? 's' : '') . '://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js',
       	array(),
       	false,
       	true
       );
       wp_enqueue_script('jquery');
       ```
   
 * Replace them with:
 *     ```
       wp_enqueue_script('jquery');
       ```
   
 * This should enable the default jquery inclusion of whatever version wordpress
   uses right now. Your plugin should be compatible to that.
    If that doesn’t work,
   use my old code again, and change the part of the jquery path that says 1.9.1
   to whatever version you need. The latest would be 2.1.1.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Jquery problems’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fluxipress/1.0.7/screenshot.png)
 * Fluxipress
 * [Support Threads](https://wordpress.org/support/theme/fluxipress/)
 * [Active Topics](https://wordpress.org/support/theme/fluxipress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fluxipress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fluxipress/reviews/)

## Tags

 * [jquery](https://wordpress.org/support/topic-tag/jquery/)
 * [web-dorado](https://wordpress.org/support/topic-tag/web-dorado/)

 * 2 replies
 * 2 participants
 * Last reply from: [Michael Kloepzig](https://wordpress.org/support/users/michael-kloepzig/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/jquery-problems-3/#post-4967602)
 * Status: resolved