koenigj
Forum Replies Created
-
Forum: Plugins
In reply to: [Multi Step Form] Submit FailedOk, I installed an SMTP plugin (WP Mail SMTP). Now I can send from the multi step form when I am not logged in.
Forum: Plugins
In reply to: [Multi Step Form] Submit FailedI have got the same error. When I am logged in, I can send a Multistep form, when I am not logged in, the message “submit failed” appears.
In the troubleshooting tab the mail is sent.
Regards, Jürgen
Hello Sadiya, thanks for further looking into the issue. Yes, in de quiz at Contact -> Setup Contact Form -> Form options the option “Disable first page of quiz” is set to Yes. I do not know why this is displayed differently in the German and English version. I did not make modifications to css or javascript.
Regards, Jürgen
Yes, I double checked, redirection is disabled. The english version is still in german, but there are two grey buttons at the bottom saying “Jetzt den lokalen Fingerabdruck Ihres Unternehmens testen.” and “weiter” instead of one in the german version
- This reply was modified 6 months ago by koenigj.
Ok, I deactivated the redirection. Please try https://marken-guthaben.de/blog/unternehmen/local-fingerprint/?lang=en
- This reply was modified 6 months, 1 week ago by koenigj.
Thanks for your reply. I reactivated the english quiz page and implemented the Wp Fastest Cache rule “Exclude JS If JS URL contains qsm”. Now there is not the “nonce”-error but I cannot finish the quiz. In the german version it still works.
I already have a rule in WP fastest cache “Exclude Page If request Uri contains fingerprint”
Sorry, that you cannot test fully anymore, I redirect the englisch quiz (https://marken-guthaben.de/blog/unternehmen/local-fingerprint/?lang=en) to the german version
In this case I do not need the english version, so I redirected the english version to the standard german version as a workaround.
Ok, I did the feature request https://woocommerce.com/feature-request/order-number-on-bank-statement/
Thank you for your answer. I use Germanized to generate invoices. Germanized connects autmatically with our account software Lexoffice. There it looks like this. the invoices from WordPress are also in lexoffice
When I follow your directions, I have to go from lexoffice to WordPress -> Woopayments -> Transactions. There I have to figure out which order is connected with Woopayments D8Z3P7 to find out the invoice number. This is a multistep task for our accountant to login in WordPress and lexoffice and search for the relevant sale.
It would be much easier to see the invoice number or the Woocommerce order number on the bank statement. Is this possible?
Do you understand my point?
Regards Jürgen
Forum: Plugins
In reply to: [Yoast SEO] Critical error with update to 20.9 (site seems fine)I also get a fatal error when updating to Yoast Premium 20.9. In my case there seems to be a problem with Addon_Installer:
Fehler-Details ============== Ein Fehler vom Typ E_ERROR wurde in der Zeile 70 der Datei /www/htdocs/.../wp-content/plugins/wordpress-seo-premium/wp-seo-premium.php verursacht. Fehlermeldung: Uncaught Error: Class "Yoast\WP\SEO\Premium\Addon_Installer" not found in /www/htdocs/.../wp-content/plugins/wordpress-seo-premium/wp-seo-premium.php:70 Stack trace: #0 /www/htdocs/.../wp-settings.php(453): include_once() #1 /www/htdocs/.../wp-config.php(73): require_once('/www/htdocs/w01...') #2 /www/htdocs/.../wp-load.php(50): require_once('/www/htdocs/w01...') #3 {main} thrown
I am very sorry to reopen this ticket, I took some time to go on with the research. Unfortunately, it is not an issue of file permissions.
It is an issue of a shortcode, I defined in function.php. The shortcode uses a function from the plugin “Co-Authors Plus” an is quite simple:
function myshortcode_coauthor( ){ return coauthors_links(); } add_shortcode( 'post_coauthors', 'myshortcode_coauthor' );
I also tried to return the_title() in this shortcode, this gives the same error.
The shortcode [post-coauthors] is used in PDF&Print -> Settings -> Custom fields -> Data Before Content
In the same field some other shortcodes are used like [su_post] and the self-generated code [post_category], which is also set up in function.php. Both work fine.[post-coauthors] also works fine in post and page content.
Does this lead to a solution?
Thank you for your patience,
regards
JürgenForum: Plugins
In reply to: [Send PDF for Contact Form 7] Change Footer Height/MarginHello,
this seems to work.
I only lost my data when deleting the old version and installing the new version.
So I will wait for the regular update for a thorough test.
I had an export file and could import afterwards.
Thank you for the quick solution.
Regards
Jürgen- This reply was modified 3 years, 8 months ago by koenigj.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Make PDF un-editable after submissionAh great, this works. In German it says “reduzieren” for “flatten”. I did not understand what it meant, I thought it would mean “compression” ?? know I know what flattening a PDF means…
- This reply was modified 3 years, 8 months ago by koenigj.
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Former steps from Mailchimp IntegrationHello from another plugin I found a solution to bring unmapped fields to the last step:
Put this in the CF7 form editor:
<input type="hidden" name="my-field" value="[multiform 'my-field-previous']" /> <!– This for the PDF filler [text my-field] –>
After that I can use [my-field] in emails and other extesnsion plugins. I will check now, if I can connect Mailchimp in this way
- This reply was modified 3 years, 8 months ago by koenigj.
Hello,
thank you for your answer. Then I will use checkboxes on the first steps.
I would be happy if you could change this in future versions.
I still see the click-twice issue, tested on Firefox and Opera. Maybe it is connected with the new version of CF7… I will check
Regards
Jürgen