hig116
Forum Replies Created
-
Forum: Plugins
In reply to: [New User Approve] Not receiving approval emails, but receiving all othersI just realized that Konstantin has a similar plugin, but is not the author of this plugin.
According to the plugin author, Josh, the plugin should have this functionality. WordPress is sending any other email that is should be sending, aside from this one, so I know that it shouldn’t be an issue with my hosting server.
I posted this almost 3 weeks ago and no response yet. My client has asked for me to use another plugin, if anyone has any suggestions. I just need to be able to have users subscribe and then receive an email to go in and approve them.
Thanks,
KeithForum: Plugins
In reply to: [New User Approve] Not receiving approval emails, but receiving all othersI’m not sure Konstantin understands the problem. The plugin is set up fine but is not sending an email to the admin to let them know that someone has registered and needs to be approved. I had this working in the past, but it looks like an update somewhere along the way must have caused issues.
So Konstantin, can you tell us how to correct the problem of the plugin not sending an email to the admin to let them know that someone has registered?
Thanks,
KeithForum: Plugins
In reply to: [Firelight Lightbox] Easy Fancybox – width and height not workingYes!!! That works perfect. Thanks again for all of your help. This completes my work on this page.
Have a fantastic day,
KeithForum: Plugins
In reply to: [Firelight Lightbox] Easy Fancybox – width and height not workingOh no, I saw where it offered a slideshow, so I thought I would use it to click through to the next one. Hmmm, plan B. I’ll have to see if I can figure a way to pull this off.
Thanks again,
KeithForum: Plugins
In reply to: [Firelight Lightbox] Easy Fancybox – width and height not workingBingo!!! That did it. Man I really hate to have bothered you this long for this solution. I really appreciate your help. The next step is to add the functionality to be able to advance to the next staff member while in the lightbox. So I’ll be purchasing the “Pro” version to take care of that.
Thanks again for all your help.
KeithForum: Plugins
In reply to: [Firelight Lightbox] Easy Fancybox – width and height not workingDoing this does not allow the height of the lightbox to increase as the width decreases, causing text to be hidden. Otherwise, you’re correct that the lightbox fits within the viewport.
I currently have it set up as you suggested so you can view it.
Keith
Forum: Plugins
In reply to: [Firelight Lightbox] Easy Fancybox – width and height not workingThat worked, thanks. Of course its the little things like “px” that cause the problem. So, my only issue now is wanting to keep this responsive. I tried using “%” instead of “px”, but not luck. If I set this via css, the box is drawn and then slides in from the left. Any suggestions on how to do this and be responsive?
Again, thanks for all your help.
Forum: Plugins
In reply to: [Firelight Lightbox] Easy Fancybox – width and height not workingThat code is my work around to get the box to the size I want. You can see in the css that is being dynamically created that the box is still being created based on the size of the viewport. My code is just reducing it after that.
Keith
Forum: Plugins
In reply to: [Firelight Lightbox] Easy Fancybox – width and height not workingUgh! It’s been a crazy week. We launched the site late last night and I thought you were looking at the live site. I’m sorry for the trouble and confusion. The live site is now at https://www.midtownpilates.com.
This code was on a page template that is not currently being used on the live site.
Sorry again,
KeithForum: Plugins
In reply to: [Firelight Lightbox] Easy Fancybox – width and height not workingI’m sorry, you caught me in the middle of working on a solution. I’ve removed this code. I currently have the window sizing correctly using css, although the fancybox begins being drawn on the left side of the screen and then shifts over to the middle.
Keith
Forum: Plugins
In reply to: [Firelight Lightbox] Easy Fancybox – width and height not workingThanks for your help. I thought this would do the trick, but no luck.
I scraped the code it produced for you to see. The fancybox-content is still setting the size by the browser window width.<div id="fancybox-content" style="border-width: 10px; width: 1308px; height: auto;"> <div style="width:auto;height:auto;overflow: hidden;position:relative;"> <div id="katie-aldridge" class="staff-full" height="420" width="360"> <img class="staff-member-photo" src="https://midtownpilates.khcreativemedia.com/wp-content/uploads/2015/08/MidtownPilates-Katie.jpg"> <h1>Katie Aldridge</h1> <p class="staff-position">manager + instructor</p> <a class="staff-member-email" title="Email Katie Aldridge" href="mailto:"></a>
Forum: Plugins
In reply to: [Firelight Lightbox] Easy Fancybox – width and height not workingOr, is it possible to force my plugin to open in an iframe?
Here’s my code.[staff_loop] <div class="staff-summary"> <div class="staff-thumb"> <a id="inline" href="#[staff-name-slug]" class="fancybox"><img class="staff-member-photo" src="[staff-photo-url]"></a> </div> <div class="staff-member-info-wrap"> <h3><a id="inline" href="#[staff-name-slug]" class="fancybox">[staff-name]</a></h3> <p class="staff-position">[staff-position]</p> </div> </div> <div style="display:none"> <div id="[staff-name-slug]" class="staff-full"> <img class="staff-member-photo" src="[staff-photo-url]"> <h1>[staff-name]</h1> <p class="staff-position">[staff-position]</p> [staff-email-link] [staff-bio] </div> </div> [/staff_loop]
Forum: Plugins
In reply to: [Firelight Lightbox] Easy Fancybox – width and height not workingWhen you click an image it then opens a shadowbox that includes the image and text. It can be seen at https://midtownpilates.khcreativemedia.com/meet-our-staff/
So does this mean I can’t adjust it?
Thank you,
KeithSorry, but I don’t understand your comment/question.
OK, I had to reinstall the plugin and reset options, as it continued defaulting to the template, even after I removed the template file.
So, default everything now and still have the problem.
Keith