Versari
Forum Replies Created
-
Ok thanks for the help Jeremy.
Hope you’ll fix it asap 🙂In the meaning, i’ll stay with Jetpack Contact Form 😉
It worked. Thanks for the help.
(obviously the fields and subjects are different in every form. There are 3 different contact forms inside the page, and every contact form is inside a fancybox popup)
I think shortcode would be useless because I’m sure that it’s correct.
Maybe the problem is because I added 3 different shortcodes inside fancybox? (Probably not, because in older version it worked)
I’ll post the shortcode here (with infos censored):<img src=/####/> <div style=”display:none” class=”fancybox-hidden”> <div id=”contact_form_pop”> [contact-form to='###@###.##' subject='####'][contact-field label='###' type='radio' required='1' options='###,###,###'/][contact-field label='###' type='text' required='1'/][contact-field label='###' type='text' required='1'/][contact-field label='###' type='text' required='1'/][contact-field label='###' type='text' required='1'/][contact-field label='###' type='name' required='1'/][contact-field label='###' type='text' required='1'/][contact-field label='###' type='email' required='1'/][contact-field label='###' type='text' required='1'/][contact-field label='Privacy' type='checkbox' required='1'/][/contact-form]</div></div>
0 replies. Nice support.
I updated the translations manually…
2) fixed.Found a solution: add this string:
default=''example:
[contact-field label='Website' type='url' default='testrewrw'/]next question is: how can I make this text disappear if someone clicks it?
Thanks in advance
[ No bumping please. ]
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Subscribe buttonTry adding this in your .css
#subscribe-submit {
background-color: #colorhere !important;
border-color: #colorhere !important;
color: #colorhere !important;
}Forum: Plugins
In reply to: [Firelight Lightbox] How to avoid Easy Fancybox auto closeThanks RavanH it works!!! 😉
Ps: i found this post:
https://wordpress.org/support/topic/plugin-jetpack-by-wordpresscom-2-questions-about-contact-form?replies=10Do you think it’s possible to transform Jetpack Contact Form in AJAX with an external plugin? O_o
Thanks for the help dude.
Forum: Plugins
In reply to: [Firelight Lightbox] How to avoid Easy Fancybox auto closeForum: Plugins
In reply to: [Firelight Lightbox] Easy fancyBox and CF7 – Popup not workingI’m so stupid… I just checked plugin’s changelog and:
07.09.2015 – v10.1
Compatibility with WP 4.3.(not working shortcodes inside table issue fix)
css3_web_pricing_tables_grids.phpSorry for the inconvenience.
Forum: Plugins
In reply to: [Firelight Lightbox] Easy fancyBox and CF7 – Popup not workingPlugin’s author confirmed that shortcodes are available inside the table, so it must be a fancybox error…
Forum: Plugins
In reply to: [Firelight Lightbox] Easy fancyBox and CF7 – Popup not working@ravanh please can you help me? I seriously want to fix this… I already tried to contact plugin’s author but without success..
I tried to insert shortcode with php like this:
<?php echo do_shortcode("[contact-form]"); ?>But doesn’t work…
Forum: Plugins
In reply to: [Firelight Lightbox] Easy fancyBox and CF7 – Popup not workingI think it’s plugin’s fault. Because css3 web pricing table plugin works with a shortcode. We need to insert a shortcode inside another shortcode. 🙂
SHORTCODECEPTIONI’m trying to fix it with PHP.
(https://developer.wordpress.org/reference/functions/do_shortcode/)
(http://codex.wordpress.org/Shortcode_API)If I’ll find a solution I’ll write here. Please do the same 😉
PS:
See the example on http://codex.wordpress.org/Shortcode_API#Nested_ShortcodesForum: Plugins
In reply to: [Firelight Lightbox] Easy fancyBox and CF7 – Popup not workingIn my source code it shows simbols and numbers instead of [ too… Shortcodes are broken…