Paul
Forum Replies Created
-
Hi Support,
I continue to get the invalid request error even after adding below code as suggested. Here’s the test page https://civildigital.com/quiz/test-2/. Issue is resolved with reCAPTCHA is disabled.
I purchased the full version only for this plugin and now it is causing issues.
Please assist. TIA.
else if (jQuery('.qsm-quiz-container-' + quizID + '#timer').val() == 0) {
qsmTimerInterval[quizID] = setInterval(function() {qsmTimeTakenTimer(quizID)}, 1000);
}Hi @expresstechsupport, thanks for your response.
It is quite illogical to give Contributor roles permission to delete, WP doesn’t allow this for posts. Maybe its a feature worth considering in future release.
For the time being I managed to find a workaround using following edits to quizzes-page.php file, although I know that this not the right way to do it. I’m not a programmer myself.
<?php if ( current_user_can( 'activate_plugins' ) ): // check for a capability that only admins have ?> <option value="delete_pr"><?php _e('Delete Permanently', 'quiz-master-next'); ?></option> <?php endif; // end of user capability check ?>
This can be used hide Delete & Bulk Delete options, although the file will be replaced if I update. Would wait for someone else from the community to share the thoughts.
Forum: Plugins
In reply to: [A-Z Listing] remove az letter and“Yes, this is possible by copying the default template from the plugin and removing the extra bits you don’t need. The template can be found at wp-content/plugins/a-z-listing/templates/a-z-listing.php and should be copied to your theme or child-theme’s top-level folder, e.g. wp-content/themes/$themename/a-z-listing.php.
You will want to remove lines 24 thru 28 (the div with id letters), lines 45 thru 49 (the div with class letter-title), and lines 63 thru 67 (the div with class back-to-top).”
This worked for me. Thanks excellent plugin.
Appreciate your quick response. Update had fixed the issue. Been a proud user for more than 5 yrs.
Forum: Plugins
In reply to: [Simple Dropbox Upload] auth redirected but not getting confirm optioni have backup to drop box plugin installed, i tried disabling that too, still not working
Forum: Hacks
In reply to: hide a specific plugin from Registered users or subscribers.i asked here because the plugin author is not replying to any of the queries in last 6 months..there must be some simple way which can be appended to the plugin to make this work, i’ve asked this in code section , thank you, lets c what happens
When enabling the plugin it makes the username and password fields for a wordpress login shrink, making it difficult to see the text being placed in them. Where can I go to edit this?
i cudin locate that line 9my url is: https://www.civildigital.com/wp-login.php