craig82
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
The problem is with the jquery.form.js file in the plugin folder.
Thanks to TXC:
“
To resolve this issue you can download “Contact Form 7” plugin, version 3.0.1 and just replace existing jquery.form.js with this old one.”Cheers!
This is a huge problem, any one get a solution for this?
Forum: Plugins
In reply to: [JJ NextGen JQuery Carousel] JJ NextGen JQuery Carousel – ThumbnailsThis is what you where looking for:
$newurl = get_bloginfo("wpurl") . "/" . $image->path . "/thumbs/thumbs_" . $image->filename; $output .= "<a class=\"shutterset_set_1\" rel=\"%GALLERY_NAME%\" href=\"" . $image->imageURL . "\"><img src=\"" . $newurl . "\" " . $image_description . $width_d . $height_d . " border=\"0\" /></a>";Thanks for the help whatleyc.
Use this code to get the actual thumbnail and link to the full sized images.
$newurl = get_bloginfo("wpurl") . "/" . $image->path . "/thumbs/thumbs_" . $image->filename; $output .= "<a class=\"shutterset_set_1\" rel=\"%GALLERY_NAME%\" href=\"" . $image->imageURL . "\"><img src=\"" . $newurl . "\" " . $image_description . $width_d . $height_d . " border=\"0\" /></a>";This is a mash-up of “whatleyc”‘s and the above code.
Thanks Kiatsu and James, perfect.
Viewing 5 replies - 1 through 5 (of 5 total)