devdavi
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Contact Form doesn't work in Lightbox FeatherlightDo you have any update on this?
When you call the display:none property (as featherlight does initially) the php is never parsed. So your shortcode call doesn’t push through. So what the server sends ends up being this:
<div id="feedback-box" class="lightbox hidden"> <h3>Lorem iosum a Feedback Li Europan lingues</h3> </div>I could be wrong, but that’s what I’m trying to work on right now as well.
Forum: Plugins
In reply to: [Gravity Forms Constant Contact] Invalid username / password comboWhat version of WordPress are you guys using as well as gravity forms version?
Have you tried changing the username in CC to a non-email address username? If you are having a problem with this and CC’s site won’t let you change it to something non-email related you might have to give them a call
LDAP LRPM seems to just accept roles in the LDAP not attributes, I found this plugin that let’s you assign user roles based a group attribute and their value. Works seamlessly with WPFront User Role Editor.
https://github.com/heiglandreas/authLdap
Hope that helps
I’m also attempting the same thing, even with other plugins but have not been able to assign roles other than “users” and “administrators” – will update if I figure anything out.
Forum: Plugins
In reply to: [Edge Suite] How can I get Responsive Scaling AND Adaptive scaling combined?Does this plugin just wrap everything in a media query to display:none — or does it actually stop the 3.7mb animation from loading?