mleir
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Modalplate] Using ShortcodesFYI: I added
$content = do_shortcode($content);
to line 6 of wp-modalplate/methods/shortcode.php
and now my contact form shows in the modal window.
Might be a nice addition to your next update??
Thanks for a great super simple plugin!!
Forum: Plugins
In reply to: [Contact Form 7] Date Picker Not Showing CalendarThank you!!
Ines – thank you so much for responding.
I did replace the log in form with a different plugin so you are right – the code is not being generated by your plugin at this point.
I went ahead and created a duplicate page to send to you so you could see what was happening and now it’s working. I have to assume it was something with MailChimp…
http://www.rebiotix.com/zippyLou2/test-mailchimp-form-page/
Thanks again!!!
Forum: Plugins
In reply to: [Text Replace] [sanitize_inputs] Non-breaking Spaces get stripped outI would like to use:
C diff => <span class=’c-diff’>C[non-breaking space here]diff</span>
C[non-breaking space here]diff => <span class=’c-diff’>C[non-breaking space here]diff</span>