wrongjon
Forum Replies Created
-
Hi Maudud
Have you applied the same fix to the Pro version as with visibility controls active it still fails…. anyway i’ve raised a ticket on your support desk but no reply as yet..
thanks ive isolated the issue to that extension so i can disable it and get on with work ?? thanks
Was this ever fixed…. lost hours and hours due to this bug ??
yes remove it immediately it has a critical security issue just announced ??
and sign up for wordefence secuity blog for such warnings
Thanks, is there an easy way to roll back to previous version…. can we download via a zip file anywhere?
Otheriwse ill fetch from backups
Forum: Plugins
In reply to: [Maintenance] More obvious mailchimp subscribe messageHi, yes I have put in the API key and list id and that all works fine
It just that your thank you for subscribing pop up is very small and grey and in top right hand corner so can I just restyle that in some way as people miss it
Forum: Plugins
In reply to: [JJ NextGen JQuery Carousel] Thick box integrationHi
Install the plugin called “thickbox“
and hack the JJ carousel plugin file
jj_ngg_jquery_carousel.phpAround line 385 Ive set the alttext and title of the link and image to the alttext and description in next gen
//JJA readded next two lines to ignore the clever alt checking above $image_alt = trim($image->alttext); $image_alt = "alt=\"" . esc_attr($image_alt) . "\" "; $image_description = trim($image->description); if($image_description != '') { $image_description = "title=\"" . esc_attr($image_description) . "\" "; } else { $image_description = ''; }
Then in line 425 – ish
ive commented out the old output variable and amended to add the thickbox class and alttext and title etc
//$output .= "<img src=\"" . $image->imageURL . "\" " . $image_description . $width_d . $height_d . " border=\"0\" />"; //JJA mod below to display thumb and add thickbox $output .= "<a class=\"thickbox\" ". $image_description. "rel=\"featured\" href=\"" . $image->imageURL . "\"><img src=\"" . $image->thumbURL . "\" " . $image_description . $image_alt. $width_d . $height_d . " border=\"0\" /></a>";
Oh and im using the nextgen thumb in my carousel
<img src=\"" . $image->thumbURL
and linking that to the larger version
regards
Jon