progressed
Forum Replies Created
-
I have the same issue version 7.36
i can go to edit quiz > emailtab > never ending spinning icon.
no error in console i do have a php error (im using 7.4)
AH01071: Got error ‘PHP message: PHP Warning: Invalid argument supplied for foreach() in /web/wp-content/plugins/quiz-master-next/php/admin/options-page-email-tab.php on line 98PHP message: PHP Warning: Invalid argument supplied for foreach() in /web/wp-content/plugins/quiz-master-next/php/admin/options-page-email-tab.php on line 98’
- This reply was modified 3 years, 2 months ago by progressed.
- This reply was modified 3 years, 2 months ago by progressed.
Forum: Plugins
In reply to: [Accessibility Font Resizer] afr-normal not workingalso on the homepage of the plugin it says this:
I have activated the plugin, now what ?
To be able to use the plugin, you should create a menu. You can use (or not) that menu in a widget.The trick is to simply add the CSS class afr-normal to display normal size, afr-large for large text and aft-xlarge for very large text.
You can also apply this CSS technique in your PHP files or directly in your content.
aft-large needs to be afr-large
Forum: Plugins
In reply to: [Accessibility Font Resizer] afr-normal not working#afr_normal, .afr_normal, #afr-normal, .arf-normal
and this is why: in your js your selector is .arf-normal instead of afr-normal.
Forum: Plugins
In reply to: [Contact Form 7] catch submission after v 5.0.5add_action(‘wpcf7_before_send_mail’, ‘save_form’ );
function save_form( $wpcf7 ) {
global $wpdb;$submission = WPCF7_Submission::get_instance();
if (strpos($wpcf7->title(), ‘Title :’) !== false) {
if ( $submission ) {
$submited = array();
$submited[‘title’] = $wpcf7->title();
$submited[‘post’] = $submission->get_posted_data();etc etc etc…
On local i dont have the problem. But it extracts the whole zip untill it reaches the wp-config.php file. The error log doesnt tell me much about the problem. I found this solution somewhere on google and it does indeed work (deleting wp-config from the zip)
PS: using the TYPE OAuth 2.0 and request a new access token gives me back the same result
POST
https://localhost/event/oauth/token/
11:40:10.954
Grant type “password” not supported
11:40:10.963
Error
11:40:10.966Googled and some say to use the Client Credentials as GRANT TYPE. no luck:
POST
https://localhost/event/oauth/token/
11:40:34.458
Grant type “password” not supported
11:40:34.463
Error