Kai Hawaii
Forum Replies Created
-
1. Currently, the plugin submits only the date and time values to block it into the Calendar. In the future, weβre exploring ways of integrating your form contents to be exported as well.
Too bad, a GoogleCalendar entry without content is pretty useless.
No idea? π€
Sorry, I forgot: GoogleChrome (OSX)
Forum: Plugins
In reply to: [Contact Form 7 Star Rating with font Awesome] Set number of stars?Try it with class name only
icon_class:fa-star- This reply was modified 7 years, 3 months ago by Kai Hawaii.
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] HTML5 fallbackHey Scott, that’s working.
Thanks for support.
Okay, thanks for the support. I will switch to CF7.
Hey Alex, actually, I tried that, but Reply-To is not correct.
I use the internal formmail of the Enfold theme, maybe that’s not compatible?!Hallo Hannes, bei mir werden nach der Generierung des Token, in den Integration Settings folgende Fehlermeldungen ausgegeben:
Warning: Invalid argument supplied for foreach() in /var/www/web40/html/website/wp-content/plugins/cleverreach/includes/class-api-rest.php on line 89 Warning: Invalid argument supplied for foreach() in /var/www/web40/html/website/wp-content/plugins/cleverreach/includes/class-api-rest.php on line 92GruΓ
KaiForum: Plugins
In reply to: [Contact Form 7 Star Rating with font Awesome] No Stars in CF7 4.8Big ThΓ€nks! π
Forum: Plugins
In reply to: [BuddyPress Default Cover Photo] Cover picture url in the members loopOr works this snippet only with the internal BP cover picture function, without plugin?
:-/
Forum: Plugins
In reply to: [BuddyPress Default Cover Photo] Cover picture url in the members loopHey seventhqueen, I have tried this, but get the error message:
PHP Fatal error: Call to undefined function bp_get_member_id()So I have changed “bp_get_member_id” to “bp_get_member_user_id”, but without success, the img src is empty.
You have an idea?
Forum: Plugins
In reply to: [BuddyPress Default Cover Photo] How can I get the cover photo urlHey, that’s not working in the members loop.
How can I get the cover picture like there?
–> https://codex.buddypress.org/using-buddypress-cover-images-inside-the-member-and-group-loops/Forum: Plugins
In reply to: [Contact Form 7] Datepicker not showed in firefoxA other possible solution:
The Plugin “Contact Form 7 β Success Page Redirects” is incompatible with the html5 datepicker fallback.Forum: Plugins
In reply to: [BP Profile Search] Buddypress Profile Search and WPML multilanguageMethod 3 did not work in the foreach loop, so I used “icl_register_string” … It’s probably the better way for dynamically generated texts.
Forum: Plugins
In reply to: [BP Profile Search] Buddypress Profile Search and WPML multilanguageOkay I found it … it was a bug in the KLEO template.
<form action='$F->action' method='$F->method' id='$form_id' class='bps-form bps-form-labels clear clearfix'>replaced with
<form action='$action' method='$F->method' id='$form_id' class='bps-form bps-form-labels clear clearfix'>