Sander
Forum Replies Created
-
Thanks for the quick fix, I can confirm it works now. The error appeared when logged in as admin and viewing the frontend of the website, now it’s gone. Great work!
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] Custom rules for custom rolesI adding the above line to my localhost version of the plugin and that seems to work as expected. There is however one more issue I’d like to see changed;
Method _get_allow_caps() in class-aal-activity-log-list-table.php on line 39
// TODO: Find better way to Multisite compatibility.
if ( ( is_multisite() && is_super_admin() ) || current_user_can( ‘view_all_aryo_activity_log’ ) )
{
$allow_caps = $this->_caps[‘administrator’];
}Adding is_multisite() ensures that is_super_admin checks only work on a multisite environment, my custom role is allowed to delete_users (in some cases) and for some reason is_super_admin() checks for that exact cap when NOT in multisite mode …
Same issue here, disabling iThemes Security fixes the issue.
Hi Jory,
As you know, get_current_screen() is not always available in early hooks so it is good practice to do a function_exists(..) beforehand.
The error occurs in the Events Manager (Pro) plugin when making a reservation for an event as a new user (not logged in).
Groetjes, Sander.
Forum: Plugins
In reply to: [Taxonomy Filter] count error with $options = get_option( TFP_OPTIONS );Hi Andrea,
Thanks for the quick reply, I’ve updated and everything seems to work.
Regards, Sander.
Forum: Plugins
In reply to: [WP Post Hide] Fix an error in pluginThank you for updating this!
Forum: Plugins
In reply to: [WP Catalogue] Uncaught TypeError: jQuery(…).b29_carousel is not a functionAnd now in the correct format:
WordPress version: 4.7.3–nl_NL
Plugin version: 1.4.7
Link to my site https://santajet.nl/wpcproduct/bakjes-gips-ovaal/I expected the plugin to do this:
Show slideshow / gallery on top of product, no js errors
Instead it did this:
Just one small image, js errors
Here’s what I’ve tried so far: