Title: wrongjon's Replies | WordPress.org

---

# wrongjon

  [  ](https://wordpress.org/support/users/wrongjon/)

 *   [Profile](https://wordpress.org/support/users/wrongjon/)
 *   [Topics Started](https://wordpress.org/support/users/wrongjon/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wrongjon/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wrongjon/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wrongjon/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wrongjon/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wrongjon/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Element Pack – Widgets, Templates & Addons for Elementor] Elementor 3.7+ Copy/Paste Style Conflict](https://wordpress.org/support/topic/elementor-3-7-copy-paste-style-conflict/)
 *  [wrongjon](https://wordpress.org/support/users/wrongjon/)
 * (@wrongjon)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/elementor-3-7-copy-paste-style-conflict/#post-16284346)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Element Pack – Widgets, Templates & Addons for Elementor] Elementor 3.7+ Copy/Paste Style Conflict](https://wordpress.org/support/topic/elementor-3-7-copy-paste-style-conflict/)
 *  [wrongjon](https://wordpress.org/support/users/wrongjon/)
 * (@wrongjon)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/elementor-3-7-copy-paste-style-conflict/#post-16270210)
 * Was this ever fixed…. lost hours and hours due to this bug 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 Datepicker] Why was this plugin removed? Should I remove it from my site?](https://wordpress.org/support/topic/why-was-this-plugin-removed-should-i-remove-it-from-my-site/)
 *  [wrongjon](https://wordpress.org/support/users/wrongjon/)
 * (@wrongjon)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/why-was-this-plugin-removed-should-i-remove-it-from-my-site/#post-12619002)
 * yes remove it immediately it has a critical security issue just announced 🙁
 * and sign up for wordefence secuity blog for such warnings
 * [https://www.wordfence.com/blog/2020/04/high-severity-vulnerability-leads-to-closure-of-plugin-with-over-100000-installations/](https://www.wordfence.com/blog/2020/04/high-severity-vulnerability-leads-to-closure-of-plugin-with-over-100000-installations/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Maker - Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder] mc4wp is not defined](https://wordpress.org/support/topic/mc4wp-is-not-defined/)
 *  Thread Starter [wrongjon](https://wordpress.org/support/users/wrongjon/)
 * (@wrongjon)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/mc4wp-is-not-defined/#post-12427313)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Maintenance] More obvious mailchimp subscribe message](https://wordpress.org/support/topic/more-obvious-mailchimp-subscribe-message/)
 *  Thread Starter [wrongjon](https://wordpress.org/support/users/wrongjon/)
 * (@wrongjon)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/more-obvious-mailchimp-subscribe-message/#post-5536591)
 * Hi, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JJ NextGen JQuery Carousel] Thick box integration](https://wordpress.org/support/topic/thick-box-integration/)
 *  [wrongjon](https://wordpress.org/support/users/wrongjon/)
 * (@wrongjon)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/thick-box-integration/#post-2140819)
 * Hi
 * Install the plugin called “[thickbox](http://wordpress.org/extend/plugins/thickbox/)“
 * and hack the JJ carousel plugin file
    jj_ngg_jquery_carousel.php
 * Around 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

Viewing 6 replies - 1 through 6 (of 6 total)