f1logic
Forum Replies Created
-
Hi
I am not sure about your scenario .
But from what I have understood, we have something called onclick trigger in in premium version which might suit your need.Regards
XYZScripts TeamHi jgallucci
Please check the new version to see if any further issues
Sorry it should be
error_reporting(0);
it is a zero and not ‘o’
Regards
XYZScripts TeamHi
Sorry for the trouble
We had turned on error reporting to ensure that our plugin is producing no kind of errors.
But we forgot to turn that off.We are updating the pack now.
Anyway you can now manually change it in the plugin file
Please open lightbox-pop.php
change the following
error_reporting(E_ALL);
to
error_reporting(o);
Regards
XYZScripts TeamForum: Plugins
In reply to: [Contact Form Manager] [Plugin: Contact Form Manager] Captcha not loadingHi richardclarke79
Please post the url where you have placed the shortcode so that we can check if js error is occuring.
Also please let us know if you are using any other plugins which support recaptcha
Hi jgallucci
Your settings looks good from what you have said.
Could you please post your test page url so that we can check the first 2 issues from here?As for the third issue, we have fixed it already and new version with much more features is on the way ??
Forum: Plugins
In reply to: Easy Contact Forms – looks great, but doesn't workHi manntis
Please give contact form manager a try, if you need to apply custom css to form and its elements
Regards
F1logicHi Don
Thanks for trying out the plugin and suggesting the changes.
1) Yes you are correct, the generic error message is a bit confusing.
We shall definitely make error messages configurable for each field from admin panel in next version.2) Which version of wordpress are you using? We shall test with same here to see what is the issue. Also mention if any tinymce editor related plugins are used by you.
3) You can do the following change to allow uppercase letters
Open create-contact-form.php
Find the following line$regex = ‘/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$/’;
Add an i just before the closing quotes; the new line looks like given below
$regex = ‘/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$/i’;
We shall include this fix in next version anyway.
4) Thank you so much for pointing out the email issue. We have fixed it now.
And if you have any suggestions for future versions, you can let us know.
Regards
XYZScripts TeamForum: Plugins
In reply to: [Contact Form Manager] [Plugin: Contact Form Manager] Two forms on one pageYes Adam
We are doing something similar to resolve this.
Will post here when it is readyForum: Plugins
In reply to: [Contact Form Manager] [Plugin: Contact Form Manager] Two forms on one pageNormally same form shouldn’t be placed twice on same page, it can cause js validations to break .
But I can see that you have added a form to sidebar and set the same form in some page as well and accidentally ended up in such a scenario.
Anyway we shall check whether any fix can be applied to this in next subversion release.
For the time being I would recommend making a duplicate of current form with same settings and use it in sidebar.
Forum: Plugins
In reply to: [Contact Form Manager] [Plugin: Contact Form Manager] Two forms on one pageWe have released the update to handle this scenario.
You may check and let us know if any further issuesForum: Plugins
In reply to: [Contact Form Manager] [Plugin: Contact Form Manager] Two forms on one pageThank you adam.brakhane for pointing this out.
We shall patch this very soonPlease find the answers below
it’s a “Popup Window that resembles a Lightbox”
Infact it is a lightbox, because a ligthbox is indeed a popup window that is displayed above a webpage.
vary the content
Since you are configuring the content from admin panel , you might feel that only static content can be displayed in it. But infact you can make it dynamic by any of the following mechanisms
>place your dynamic content in some web page and load it as an iframe inside lightbox.
>create dynamic contents using javascript and place it inside lightboxIs there any way to only open the Popup when a link is clicked and change the content based upon that link?
Onclick trigger is available only in premium version. If you are comfortable with javascript you can setup different contents based on clicked element.
If you are interested in any kind of customization or related services, please contact support desk
Yes definitely it is possible to show images and videos inside lightbox.
If you could post the complete code that you have entered in the lightbox from admin area, I could help you.
Hi Mugsy
I think you have misunderstood the purpose of plugin.
The plugin is used to render custom content using lightbox.
Right now it wont support loading the image gallery inside the lightbox.