sweetwatermedia
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Before Download] No Attachment and Multiple URL Template Not WorkingAfter fighting with this, I finally just dug into the code. I found that the mail function expects the email form the form to be the CF7(?) default form name of “your-email” – my form had been altered to match submitting the data to both EBD and MailChimp so I was not using that naming convention.
The following array index ‘EMAIL’ needs to be changed to whatever your form filed name for email is.
I changed line 133 of /includes/class-email-before-download-process.php to be:
wp_mail($user_input[‘EMAIL’], $subject, $body, $headers, $attachments);
and not:
wp_mail($user_input[‘your-email’], $subject, $body, $headers, $attachments);
@timothyf – add the ability to specify the form name attribute of your email input to the settings and use the default if nothing is supplied?
Forum: Plugins
In reply to: [Email Before Download] Output of the [file_urls]If anyone is till looking or this fix, I updated line 93 of /includes/class-email-before-download-process.php to be:
$urls .= ‘<p>‘.ucwords($file[‘title’]).’</p>’;
instead of:
$urls .= $file[‘url’] . “\r\n”;
@timothyf – add this or something similar to the codebase?
Forum: Plugins
In reply to: [Email Before Download] No Attachment and Multiple URL Template Not WorkingSearching for a resolution to this and ended up on the support page – I am having the same issue. Anyone have a solution?
Hi Kuba,
I’m interested. Let me know a price and we can discuss. Can we take the discussion off this forum?
Forum: Plugins
In reply to: [ImageMapper] Highlight all Areas on Page LoadI also want the areas to always be visible, but i am unsure of how to make this work as there is no setting for this.
Anyone have a solution to make this work?
Forum: Plugins
In reply to: [Contact Form 7] Piping issuesSorry, I should have followed up yesterday – I did find out I could do it without the plugin on another forum post. I also later found it in the CF7 documentation.
https://contactform7.com/selectable-recipient-with-pipes/
I don’t know how I missed that originally. Thanks for the follow up.
Forum: Plugins
In reply to: [Contact Form 7] Piping issuesMy issue now is that I am trying to use the “before” value in the email, using the extension Contact Form 7 – Before pipe addon – but this does not seem to work anymore.
Is there any chance you could shed some light on this? Did a function call change? This is a simple addon, but I am unsure of how to make this work without it.
Forum: Plugins
In reply to: [Contact Form 7] Piping issuesIt seems that when I see the form in the element inspector it shows me the before as the value, but on submit – I am getting the actual value.
Hi @photocrati and @thedonat – my issue is resolved. I changed the css I was using for the text overlay on hover, and just made it plain below the image wit no hover state, removed some relative and absolute positioning used to enable the p tag to cover the entire size of the image in the hover state, and the lightbox started to work.
@thedonat – I’m not sure what the issue is for you. It may be worth creating your own support request as I have to mark this one resolved.
That last link is broken. Try this https://pioneer.sweetwatermedia.ca/portfolio_page/red-feather-1670-sf/
@photocrati – Let me rephrase. NextGEN Lightbox is not working. I have another Lightbox on another page that works fine on iOS. It is part of the theme itself. (Central, if you’re interested)
For example – this Lightbox (https://pioneer.sweetwatermedia.ca/portfolio_page/red-feather-1670-sf/)on this page works on iPad during my testing.
Still, if we can conclude that PRO will fix this, I am willing to pay the $
Hi @photocrati/cais – that’s kind of crappy news. The client is dead set on this working on iOS won’t launch without the gallery working on their iPads.
What I meant is that when I go to the link above with any iOS device, I can see the gallery as intended, but when I click on it it does absolutely nothing. No Lightbox created – no image in a new tab – just failure.
I would be willing to look at NextGEN Pro Lightbox if it would solve my problem. It has to work, and if that means I pay for an upgrade,then I am more than willing to do so – but it MUST fix the issue.
@photocrati – I have unlocked the site so that it is open to all IP’s. The test site is located at https://pioneer.sweetwatermedia.ca, and the issues effect all galleries, but here is one to use as an example:
https://pioneer.sweetwatermedia.ca/galleries-videos/log-post-beam-homes/
The lightbox effect works in all browsers except iOS (ipad/iphone)
Any inisght you could provide would be most helpful.
@photocrati – I have tried all of the other Lightbox Effects, and none have worked on the iPad. I tested at the same time with a PC just to be sure it was working, and they did change every time, but nothing seemed to resolve the issue.
The theme has Portfolio pages that are loading images with FancyBox, and this is working on the iPad. I feel there is no conflict between these implementations because they are both set to only work with their own images.
I also turned the settings to “No lightbox” and did see on the PC that no effect was applied (images opened in tabs)
I am at a loss, because the theme FancyBox works, but NextGEN does not for me.
Hi @photocrati – Looking at the “Other Options” of the plguin, in the “Lightbox Effects” part of the accordion, have “Lightbox” selected in the drop down and have made no changes to the advanced options.
When looking at the gallery on my site, I touch the photo in Android, and the image opens in the lightbox as expected. If I do the same thing on iPad, nothing shows on the screen. I would assume the event is firing, but the lightbox is not appearing.
I would send you link to the test site, but it is locked down by IP right now as the client requested the new site to be secret until launch. could add your IP if necessary.