olidueggelin
Forum Replies Created
-
Forum: Reviews
In reply to: [PDF Invoices & Packing Slips for WooCommerce] no germani got that, thanks. but there was no single word in german on the actual backend of the website. despite the fact, that the language file was very well translated. I just tried de_CH, as well as I tried de_DE, and the formal one on wordpress. nothing worked, that’s why I had to install the old version…!
Forum: Reviews
In reply to: [PDF Invoices & Packing Slips for WooCommerce] no german@pomegranate : Thank you for your reply!
I have checked all the translation files and tried with different language settings (de_DE/de_DE_formal/de_CH) but nothing worked. Since I knew, that it WAS working, I simply installed an older version and it worked again!SOLVED! Just download the older version: https://downloads.www.ads-software.com/plugin/woocommerce-pdf-invoices-packing-slips.2.1.0.zip
Hi, where did the conversation continue?
Sounds just like my problem.
What was the solution?
Thanks!Solution:
Create another page, where you have the registration shortcode!
Something must have messed up the database entry for the page/plugin and it isn’t undoable…!Forum: Plugins
In reply to: [Contact Form 7] Recaptcha LanguageSolution:
add this to your function.php in your child theme:add_action( ‘wpcf7_enqueue_scripts’, ‘custom_recaptcha_enqueue_scripts’, 11 );
function custom_recaptcha_enqueue_scripts() { wp_deregister_script( 'google-recaptcha' ); $url = 'https://www.google.com/recaptcha/api.js'; $url = add_query_arg( array( 'onload' => 'recaptchaCallback', 'render' => 'explicit', 'hl' => 'de-DE' ), $url ); wp_register_script( 'google-recaptcha', $url, array(), '2.0', true ); }
Hi there, same problem here!
I have checked every single possibility, even set the page of the registration to public, but it always redirects to “login”, whereas I have set another path to every possible place.
thanks for a quick help!Forum: Plugins
In reply to: [Posts in Page] Message when no posts to showThanks very much for your answer Eric!
Actually my question was rather stupid, since I can just place a div with an id around the shortcode…
But I’m trying to figure out why my javascript is not working properly…
Thanky anyway for your quick response!!!Same problem here.
Support please!Forum: Plugins
In reply to: [PHP Code for posts] codeSame problem here.
Support please!Forum: Plugins
In reply to: [PHP Code for posts] parse error:syntax errorSame problem here.
Support please!Forum: Plugins
In reply to: [PHP Code for posts] Does not work with provided exampleSame problem here.
Support please!