rengland77
Forum Replies Created
-
Wow, I didn’t know it was removed. “Solid Security” flagged it as “Unauthenticated Sensitive Data Exposure vulnerability”. Was just checking here to see if there was any comments about it. Yours was all I need to see! I’ll miss this plugin.
Forum: Plugins
In reply to: [Social Feed Gallery] Can’t delete account, so I can try againThank you! That exact search cleaned the account out of the database.
Forum: Plugins
In reply to: [Social Feed Gallery] Can’t delete account, so I can try againI don’t see an error log in the plugin, so I got access to his dreamhost account. No php errors are seen (after I tried deleting the instagram account again).
Sooo…. is there somewhere in the database I can delete it? I’m just trying to get it where I can start over, and we can hopefully get the business account working again.
Thanks!Forum: Plugins
In reply to: [Social Feed Gallery] Can’t delete account, so I can try againOh! And yes, its using 2.9.3
Forum: Plugins
In reply to: [Simple Lightbox] Another “triggering” questionThank you for your help, I got it working. ??
Forum: Plugins
In reply to: [Simple Lightbox] Another “triggering” questionUgh, you’re right. I was trying to activate an image url.
If feeling friendly, here’s my mess (snippet). Back to the drawing board!
<?php if( have_rows('instructor') ): while ( have_rows('instructor') ) : the_row(); $image = get_sub_field('biography_photo'); if ( function_exists('slb_activate') ) { $image = slb_activate($image); } ?> <li> <span class="bio-name"><?php the_sub_field('name'); ?></span> <span class="bio-links"> <a href="<?php echo $image; ?>">Bio</a> | <a href="<?php the_sub_field('bean_app_link'); ?>" target="_blank" rel="noopener noreferrer">Bean app</a> </span> </li> <?php endwhile; else : // no rows found endif; ?>
Forum: Plugins
In reply to: [Simple Lightbox] Another “triggering” questionYikes! sorry about that code formatting mess. Not used to trying to post code here!
DAMN… I was looking for this for my client. Thanks Mikey for letting me know not to waste me time!
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] How to link to iFrameI can handle code, this is fantastic. Thank you!
Forum: Plugins
In reply to: [Imsanity] Error: (Resized image was larger than the original)I came here with the same issue, and was wondering what was going on. High Five on the excellent description! Guess I won’t worry about it ??
Forum: Plugins
In reply to: [WP Voice Recorder] Front end recordingI’m another person that would love to see this feature. A client wants visitors to be able to record stories from the front end of the site.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Fieldset bug?You’re the bomb for addressing this so fast. Sorry I never got these notifications to help you out!
Forum: Plugins
In reply to: [Simple Documentation] Adding ImagesJust popping in here to say that I would love to see images to be easily allowed as well. I use a lot of small screenshots in my directions.
Forum: Plugins
In reply to: [Simple Page Sidebars] How can I rename created sidebar?Oh wow, thanks for sharing this. I was just about to ask!
Hi, just jumping in since I came here looking for the same help with #2. Some of my users aren’t getting a success message, so they keep resubmitting the form. I can’t recreate it, so thought I would dig around here for troubleshooting ideas.