digo
Forum Replies Created
-
Hello Diana,
thanks for your reply.
I added code (I am using my own plugin), but nothing happens – billing step is still there.
There is no call to a function wmsc_delete_billing_step in the plugin.
Do we need a add_action call, too?Thanks
DigoForum: Plugins
In reply to: [Ditty – Responsive News Tickers, Sliders, and Lists] Add text via shortcode?ok, just found out, that I can use shortcodes – that solves my problem!
Thanks
DigoForum: Plugins
In reply to: [Contact Form 7 - Phone mask field] letters of the alphabethi!
edit file …/cf7-phone-mask-field/assets/js/jquery.maskedinput.js
and change line 15 to
“_”: “[A-Za-z0-9]”,
Your changes will be overwritten on plugin-update!
Digo
seems to be line 6 in /assests/js/datepicker.js:
.ajaxComplete(function() { dtp_init(); });When I comment dtp_init, datepicker works fine
- This reply was modified 6 years, 7 months ago by digo.
Forum: Plugins
In reply to: [Accept Stripe Payments] Support for SOFORT and EPS?Hey!
ah, thats great! Thanks for your reply!
EPS: Very important for Austria, every electronic-banking customer can use this. No need to create an account – we just use our banking-credentials.
SOFORT: Very important for Germany, but also Austria.
Customers need to sign up for SOFORT, before they can use it.As both systems work similar, I would love to get both, but EPS is prio #1 (I am located in Austria)
Thanks!
Digo