iksivee
Forum Replies Created
-
I consider this resolved, thank you.
Hello,
thank you very much for a quick fix. Do you know when it will be available for Pro version? I need to turn off ‘ideal’ payment, which non-Pro version does not allow. Now the Stripe throws ‘Invalid currency options czk. The payment method ideal only supports the following currencies: eur.’I need to use currency CZK. So hopefuly, it will be possible with Pro, disabled ideal.
Thank youHello @codemenschen,
I understand the API version seems to be nearly 3 months old. With my customer, we need to get vouchers running ASAP, so we need to know if we need to find another solution for vouchers. Or if your plugin is capable to do it within a few days. Hopefully, you will be able to fix it because I like the plugin.
Thank youHello,
this is not issue of Bookly Pro, the problem is in the non Pro plugin. I have bought your Pro plugin, so I will contact you.. But this should be repaired for everybody.
ThanksPHP version 7.1
Tried everything in the link and still doesn’t work. Pure wordpress, basic theme. Saving (add reservation) is not working.
Forum: Plugins
In reply to: [Age Gate] Background transparencyI would like it too ??
I thought about adding transparent picture, but it is not so pure ??Thanks for your help, great plugin anyway.
I found solution:
$lang = _GET_CURRENT_LANG_BY_POLLY_API__;
this not work for me, but this is ok ??$lang=get_locale();
and case form: ‘cs_CZ’Thank you for your help.
I think, I have problem with language code. I tried: case ‘en’
I have this language in polylang translation, but it doesn’t work. It will go to default section of code.But for Mozilla work:
.caldera-grid .form-control {
background-color: transparent;
}Solution for me:
.site-footer .widget-area .widget input,
.site-footer .widget-area .widget textarea {
background-color: #ffffff;
border: 1px solid #c7c7c7;
color: #343434;
}I mean when someone change translation via Polylang switcher. For expample to US English, I want to automatically switch currency to dollar.