Ranvens
Forum Replies Created
-
No worries, glad it worked.
Place the above code into your header.php obviously I have set it to do .ngg-gallery-thumbnail img tagged images however you can change that to singlepic or anything else for example.
Uses jquery, which means IE6, IE8 are out. I think IE9 still works.
Down the bottom of the home page, there should be an assortment of 20 or so images. If you hover over these images they should fade from black and white to colour.
Pastebin
https://pastebin.com/w3Ug6ZtVDid post them before, guessing it got deleted.
Search for statik illusions photography
Marking as solved
Solved:
In your theme’s header.php add the following:
After the <head> tag add (if not already there)
<?php wp_enqueue_script(“jquery”); ?>
<?php wp_head();?>
</head>At the end of the header.php file add, change the div tag (wpcol-one-third img) to the div tage that shows on your page.
Complete ??
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]