Try and call method `prettyPhoto’ when DOM is ready, replace your code:
jQuery.noConflict()
jQuery(function(){
jQuery("a[rel^='prettyPhoto']").prettyPhoto();
});
with this:
jQuery(document).ready(function($) {
$("a[rel^='prettyPhoto']").prettyPhoto();
});
Also ‘Paid Downloads’ plugins enqueues latest version of jQuery used by WordPress it’s 1.6.1, it would be better if you register same version of jQuery from Google-CDN as WordPress does
Related Posts:
- WordPress Enqueue Script Chaos (jQuery & Foundation.js)
- Check javascript file Proper way in functions.php
- Javascript as Jquery Function Call?
- Integrating WordPress Content into a jQuery Slider
- Ajax button “Load more” is not loading correct language version posts for logged out users
- Hide wordpress plugins from list
- jQuery plugin only in one page/post
- How to hide fields from my user profiles
- How to make my plugin theme-independent?
- Add jQuery to WordPress page
- Add custom buttons with custom actions in Edit Post screen in WordPress?
- How do I use WordPress PHP functions in my Javascript code?
- What’s the point of using WordPress’s built in admin-ajax.php?
- Autoload via composer in plugin interference
- Is there a quick way to inject i18n domain into theme/plugin files?
- WordPress language switcher
- Showing Co-Authors on post page
- jQuery Plugin to use WordPress functions in AJAX request
- Custom Taxonomy Tag Search
- Pass a php string to a javascript variable
- Check if we’re viewing an event
- Problem in loading javascript in footer
- Using jquery migrate for plugins incompatible with jquery 1.10.2
- How does WP handle multiple matching rewrite rules?
- Menus, but not by theme location
- Events Made Easy Plugin – Duplicate Title Tags
- What is the correct way to update both WP/plugins/themes without breaking the site?
- Not getting author rank when using return
- how to give a user a role?
- Adding a slider captcha to the comment system
- How to put JQuery/Ajax inside shortcode?
- Plugin for a text modal box [closed]
- Can someone please tell me what is wrong with my plugin?
- looking for navigation plugin (accordion) [closed]
- WordPress function not being called from jQuery method
- Time consuming callbacks in customizer
- Making sure that a plugin’s scripts and stylesheets are included for dynamicaly loaded content
- JQuery plugin that works with Google 1.10.2 and not with WordPress 1.10.2
- Loading a purchased jquery plugin in a wordpress theme
- Post Comments with Ajax in WordPress
- Integrating jQuery Datatables with Editor into wordpress admin
- Stop WordPress processing Javascript as text
- Customizing Titles on the Fly with Code
- Add SideBar/Widgets Just Below the Post
- How to best create a jQuery Slider to display a native wordpress gallery?
- Add filter on html tags,attributes on specific function in wordpress
- How to use the CSS of the WordPress core in the development of my administration page?
- What is the purpose of a companion plugin
- Managing wordpress Themes & plugins for multisite
- JQuery needs to be defined in , but Gravity Forms is defining it in the
- Add user meta after a user has registered and logged In [closed]
- Custom meta box with jQuery.sortable custom post type list
- FancyBox JS stopped working on multiple sites. Custom plugin responsible. Urgent help needed
- jQuery(‘#news-ticker’).cycle is not a function
- Javascript from Easy-Fancybox place into footer
- WordPress plugin isn’t loading completely
- jQuery slider widget similar to cnet.com
- FacetWP breaks jQuery events
- How to get authors who have added the post in the specific custom post type
- woocommerce remove coupon link does not work
- need to find duplicated meta value in custom filed and view the posts that have the same value
- How to override any plugin file in the child theme
- submit two file input fields in the same form
- WP Ajax DB issues
- Get the link title attribute and send it google analytics as custom label via google tag manager using beehive pro for WordPress
- jQuery Ajax not loading page with ACF fields
- Rename a folder via HTML POST request
- Mixed content error after adding SSL certificate
- My wordpress local urls is still displayed even moved to live
- How to get a post views count using ‘WordPress popular posts’ plugin
- Website always load twice on start
- Using Shortcode Result In Custom HTML Block (Using Google Sheet JQuery Result As NumScroller data-max)
- How to use plugin’s shortcode in custom design? [closed]
- Uncaught TypeError: Cannot read property ‘cycle’ of undefined
- myStickymenu hide on scroll up to certain Y values
- How to solve Blocked a frame with origin from accessing a cross origin frame error in wordpress?
- WordPress panel is not loading after plugin activated with error: HTTP ERROR 500
- Custom plugin giving: wp-admin/admin-ajax.php 400 (Bad Request)
- Overwriting Plugin’s Ajax callback function from theme
- Product catalogue in WordPress
- How can I add a custom checkbox / radio button on the admin theme options to display a CSS or other?
- Can’t find variable is_single in my jQuery plugin
- Specific plugin script not working on subdomain
- How to Add Jquery FullCalendar in wp plugin in admin
- Showing ads in the specific category and its sub-categories
- Plugin program: JQuery not working in this plugin
- Ajax, jQuery and WordPress
- Hyperlink to execute PHP
- How to get site homepage from plugin?
- jQuery loaded in wrong order for non-admin page views only
- Trying to override/intercept a PhotoMosaic gallery link in WordPress using jQuery
- PHP and Jquery pass value from form. Update function on DataBase
- Plugin use of ajax/jquery depending dropdown
- Load css classes after using ajax calls
- How to resolve these findings from security audit
- How to add image for custom taxonomy
- How can I convert a complete bootstrap template into a WordPress template? [closed]
- Email Masking in widget
- Change page content based on dropdown selection
- How to add an active state class to my info box