Title: Implimenting a jQuery background effect
Last modified: August 20, 2016

---

# Implimenting a jQuery background effect

 *  [dcd018](https://wordpress.org/support/users/dcd018/)
 * (@dcd018)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/implimenting-a-jquery-background-effect/)
 * I have been trying to use the jQuery plugin [okshadow](http://okfoc.us/okshadow/lines.html)
   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.

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [dcd018](https://wordpress.org/support/users/dcd018/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/implimenting-a-jquery-background-effect/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
