Implimenting a jQuery background effect
-
I have been trying to use the jQuery plugin okshadow as my default background for all pages, but so far I have only been able to implement on main (landing) page. I currently have the plugin folder saved under wp-content/plugins and I have included the index.php file within the header.php of suffusion theme rite after doctype declaration:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <?php include "wp-content/plugins/bg-lines/js-lines.php"; include "wp-content/plugins/bg-lines/index.php"; ?>This only sets the jQuery plugin within the folder bg-lines as the main page’s background, I want it to be the default background for all of my pages. Can someone please suggest where to include the plugin so it shows up as default background for every page? Thanks.
The topic ‘Implimenting a jQuery background effect’ is closed to new replies.