Tag archives for javascript

If you’re adding some extra jQuery to customize your WordPress site and it doesn’t seem to be working, remember that the copy of jQuery that WP loads is in “no conflict” mode. If you’re attempting to use the default jQuery shortcut of $, then you’ll want to wrap it with the following: jQuery(document).ready(function($) { // [...]

If you have a lot of copyrighted images or you don’t want people stealing parts of your design, here’s a quick way to disable right-clicking within WordPress. There are plugins that will do this for you, but I think this is easier than installing a plugin. Open your header.php file and add this jQuery snippet [...]

We’re going to be starting a series on innovative ways to use jQuery with WordPress and BuddyPress. Before starting we should look at a couple of basics.  The first foundational item you will need in order to start adding jQuery effects to your WordPress site(s) is how to include jQuery in your theme. If you’re [...]

Introducing, for your promotional pleasure, The Pop Over Plugin. It’s one of the most effective ways to advertise your mailing list, special offer or to simply to show ads. There’s plenty of data to back this up and we can confirm it…. with this very site! The popover ad, for WPMU DEV runs on WPMU.org [...]

It’s cuter and easier than it sounds! :) This is a quick tutorial for how to spice up your Members area with a little bit of jQuery magic. We will be displaying some featured members in the sidebar of our member directory and then grabbing some random user data to display in a tooltip when [...]

A lot of clients at Edublogs Campus wanted to have the facility to drop in their own stats / tracking code into every blog – without going near FTP – and so we developed for them with this handy global footer plugin that allows them to do just that. It’s quite straightforward, this gives you [...]

backtotop