olivarez01
Forum Replies Created
-
Hi @rolandasza,
I had the same problem and worked out a solution.Maybe it’s not the most elegant way to do that, but it worked for me.
Inside the Ultimate Member plugin folder look for “templates/message.php”.
On line 6 replace the existing code with this one:
<?php echo __( ‘Your english custom message here’, ‘ultimate-member’ ); ?>Save the file and update the list of Ultimate Member strings in WPML.
Translate the new string as you would normally do.
Hope this was helpful
Forum: Plugins
In reply to: [Contact Form 7] Datepicker fallback doesn't workI’ve found a solution.
It was a CSS issue.
JQuery UI was loading but hiding behind other elements.Fixed this with this line of CSS:
.ui-datepicker { z-index:9999!important }Thank you
Forum: Plugins
In reply to: [Contact Form 7] Datepicker fallback doesn't workOk, I definitely think the problem it’s the theme I’m using.
I tried switching to Twenty Fifteen and it works perfectly.
It doesn’t work with Twenty Fourteen and Twenty Thirteen though.
Hope this can help…
Thank you again
Forum: Plugins
In reply to: [Contact Form 7] Datepicker fallback doesn't workYes of course.
Here’s the page with the form.http://www.olivierofiori.it/torrepalanzo/prenotazioni/
Maybe it depends by the theme I’m using (Bridge by Qodeinteractive)?
Thanks!