Title: DoubleFish's Replies | WordPress.org

---

# DoubleFish

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Is CF7 Secure enough to gather sensitive Information](https://wordpress.org/support/topic/is-cf7-secure-enough-to-gather-sensitive-information/)
 *  Thread Starter [DoubleFish](https://wordpress.org/support/users/markasa/)
 * (@markasa)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/is-cf7-secure-enough-to-gather-sensitive-information/#post-9351760)
 * Thanks for the quick reply Takayuki!
 * Why is this so hard to get an answer to?
 * I started with the host and they said get with the theme developer. Got with 
   the theme developer an they said get with you.
 * Can you at least explain which part of the transmission SSL protects and where
   CF7 fits into that?
 * I really would appreciate it. Long time user and contributor.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Lightbox & Gallery] Not working after update to 1.6.3](https://wordpress.org/support/topic/not-working-after-update-to-163/)
 *  Thread Starter [DoubleFish](https://wordpress.org/support/users/markasa/)
 * (@markasa)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/not-working-after-update-to-163/#post-6645533)
 * Yep, prettyphoto fixed…
 * Thanks for updating!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Lightbox & Gallery] Not working after update to 1.6.3](https://wordpress.org/support/topic/not-working-after-update-to-163/)
 *  Thread Starter [DoubleFish](https://wordpress.org/support/users/markasa/)
 * (@markasa)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/not-working-after-update-to-163/#post-6645500)
 * Just an added note: I did switch to different scripts. Currently “SwipeBox” is
   the only (one out of the other five) the works decently with this site.
 * Also the “Image Lightbox” scripts takes you straight to YT as well.
 * I would much rather use PrettyPhoto like we were before because that looks and
   functions the best with our site.
 * So it’s most likely an issue within the “PrettyPhoto” and “Image Lightbox” scripts.
 * Thanks again for the great work and help in getting this resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Lightbox & Gallery] Not working after update to 1.6.3](https://wordpress.org/support/topic/not-working-after-update-to-163/)
 *  Thread Starter [DoubleFish](https://wordpress.org/support/users/markasa/)
 * (@markasa)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/not-working-after-update-to-163/#post-6645497)
 * Thanks for checking again but that didn’t resolve the issue. I found that in 
   the forums and tried it previously as well.
 * `<a title="Shawn Evans - The Trade Doctor" href="https://www.youtube.com/watch?
   v=E6zGVWDyW5g&rel=0" data-rel="lightbox"><img src="http://www.thetradeindoctor.
   com/images/video-slide-main2.jpg" alt="Shawn Evans - The Trade Doctor" /></a>`
 * FYI, I also deactivated all plugins except responsive lightbox to ensure it wasn’t
   a plugin conflict.
 * Can I privately send you log-in credentials so you can take a closer look?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Lightbox & Gallery] Not working after update to 1.6.3](https://wordpress.org/support/topic/not-working-after-update-to-163/)
 *  Thread Starter [DoubleFish](https://wordpress.org/support/users/markasa/)
 * (@markasa)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/not-working-after-update-to-163/#post-6645480)
 * Hey Thanks for the response,
 * I know you’re busy but can you please try again. I don’t know why you can’t get
   on. It does take few seconds sometime but generally loads right up.
 * This is a clients site and I really need to get this issue resolved.
 * I can’t figure out why it works in a news ticker plugin and through widgets but
   not within pages and post (which is where the non working links are).
 * I did read something either in the forums or change logs for the plugin that 
   this was a resolved issue but…
 * Anyhow, this is how the link in the post is set up. Same as all other that are
   working. Like I mentioned it was working perfectly for well over a year… probably
   closer to 2 years.
 * `<a title="Shawn Evans - The Trade Doctor" href="https://www.youtube.com/watch?
   v=E6zGVWDyW5g&rel=0" rel="lightbox"><img src="http://www.thetradeindoctor.com/
   images/video-slide-main2.jpg" alt="Shawn Evans - The Trade Doctor" /></a>`
 * I really appreciate your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Calendar] Changing background color of event list not working](https://wordpress.org/support/topic/changing-background-color-of-event-list-not-working/)
 *  Thread Starter [DoubleFish](https://wordpress.org/support/users/markasa/)
 * (@markasa)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/changing-background-color-of-event-list-not-working/#post-5889504)
 * Nevermind,
 * For those who are looking for an answer on how to style the [evenlist] background,
   border, font color, etc… do the following.
 * Add whitelabel=”true” to the shortcode [eventlist]
 * then target the following css in your themes style.css file.
 *     ```
       .aec-eventlist li {
           color: #yourcolor;
           background-color: #yourcolor;
           border-color: #yourcolor;
       }
       ```
   
 * Super easy but not very clear via settings, documentation, etc.
 * Still good plugin…everything evolves…give it time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Logo Slider] Broke after trying to install second slider.](https://wordpress.org/support/topic/broke-after-trying-to-install-second-slider/)
 *  Thread Starter [DoubleFish](https://wordpress.org/support/users/markasa/)
 * (@markasa)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/broke-after-trying-to-install-second-slider/#post-4023083)
 * Sorry to double post.
 * The first box of code above is the short code I have in a widget along with the
   CSS to control it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] How do I add a NextGEN gallery to a page?](https://wordpress.org/support/topic/plugin-nextgen-gallery-how-do-i-add-a-nextgen-gallery-to-a-page/)
 *  [DoubleFish](https://wordpress.org/support/users/markasa/)
 * (@markasa)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-how-do-i-add-a-nextgen-gallery-to-a-page/#post-1410939)
 * Hey bobtem,
 * Providing you’ve installed the plugin and set up the gallery correctly this is
   how you get the gallery to display…
 * In your wordpress dashboard simply got to the “pages” tab and open the page you
   want the gallery to display on.
 * On the far right of the tool bar (above the text box) you’ll find a small icon
   for the nextgen gallery. Click it.
 * This will launch a box that will walk you through choosing whether you want an
   album or a gallery to display as well as whether you want it to display as “compact”
   or “extended”.
 * Hope this helps.

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