Xonnext
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] GTranslate and HBookThanks for your advice, it almost worked. The Calendar on the window-level skips the translation as you adviced. The Calendar in the lower level can not be reached by this trick. So, it almost worked, thanks. I think of some work around…

Thanks Mark for your clear support. Have a nice day…
- This reply was modified 2 years, 2 months ago by Xonnext.
Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] Block URL?Is there an option to design my own Block windows wf503.php? Hope you still answer me after [Resolved].. 😉
Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] Block URL?Thanks @wfphil for your reaction. I tried that, but it did not work. But after your reaction I tried some other things and when I use *xxx.com/* (* in front and at the end) it works fine..!
Is there also an option to design my own warning window?
Thanks..!
Forum: Plugins
In reply to: [Quiz Maker by AYS] Tabs quiz-maker-settings#tab (2 / 6) not workingFilled in the form, but want to go on…
On the web there is PRO-version 6.3.6.8. And I have PRO-version 21.7.3. Don’t understand that. Could there be a reason or do I have to wait for support form reaction?
Forum: Plugins
In reply to: [Quiz Maker by AYS] Save intermediate resultsI understand that https://nl.wordpress.org/plugins/quiz-maker-save-progress/ is with your logo but not yours?
Forum: Plugins
In reply to: [Simple Download Monitor] Oops… pageThanks for your reply..! I look into it. Best regards.
- This reply was modified 4 years, 8 months ago by Xonnext.
Forum: Plugins
In reply to: [Simple Download Monitor] Oops… pageOr in short:
Line 29:
$dl_post_url = get_permalink( $download_id );
header(‘Location: /not-found’);
exit; }if ( $post_pass != $pass_val ) {
//Incorrect password submitted.header(‘Location: /not-found’);
exit;} else {
//Password is valid. Go ahead with the download
}
}
//End of password checkForum: Plugins
In reply to: [Simple Download Monitor] Oops… pageI am just a novice, I understand and I changed the code into what is below. But after every update it is overwritten. My wish was that you changed YOUR code into something similar that creates a /not-found page that people can design themselves. Would be a lot easier and nicer then the ugly error messages. But thanks anyway… 😉
Line 29:
$dl_post_url = get_permalink( $download_id );// Change start
header(‘Location: /not-found’); // Change
exit; } // Change// Change end
// $error_msg = __( ‘Error! This download requires a password.’, ‘simple-download-monitor’ );
// $error_msg .= ‘<p>’;
// $error_msg .= ‘‘ . __( ‘Click here’, ‘simple-download-monitor’ ) . ‘‘;
// $error_msg .= __( ‘ and enter a valid password for this item’, ‘simple-download-monitor’ );
// $error_msg .= ‘</p>’;
// wp_die( $error_msg );
// }
if ( $post_pass != $pass_val ) {
//Incorrect password submitted.// Change start
header(‘Location: /not-found’); // Change
exit; // Change// Change end
// do_action( ‘sdm_process_download_request_incorrect_password’ );
// wp_die( __( ‘Error! Incorrect password. This download requires a valid password.’, ‘simple-download-monitor’ ) );
} else {
//Password is valid. Go ahead with the download
}
}
//End of password checkJust found out that it was the wrong mail. It should by New Comment instead of Command Approved.
New Command – Awaiting Confirmation works fine. Can you confirm that I use the right mail for what I descriped above?
- This reply was modified 5 years, 1 month ago by Xonnext.
Forum: Plugins
In reply to: [Quiz Maker by AYS] Image link to URLTHANKS,
I had some mail contact with you later on and the answers on all my questions were great. Very professional and developer issues solving.
Forum: Plugins
In reply to: [Quiz Maker by AYS] Image link to URLI have the developper version and you are right, I can add the image in the Text. But I then also need to adjust the CSS for margins and padding etc. It would be better if it could also been done as you show in the demos, but then with an URL.
Maybe in an update..?
Stay healthy.
P.S. I have clicked on the ‘Notify me’ square, but did not get a notify on your reaction…
Forum: Plugins
In reply to: [WooCommerce] Woocommerce can’t select product type in backendAnd finally, the problem was my child theme…
Forum: Plugins
In reply to: [WooCommerce] Woocommerce can’t select product type in backendHi, I found out for my situation that this is caused by the plugin Regenerate Thumbnails. Hope this solves your problem to…!