RS
Forum Replies Created
-
@dylandawg that wasn’t what I meant.
If you edit a user you can select ‘no role for this site’ in the role dropdown.
At this point I can’t remember why I was asking about this, but I’ve marked it as resolved so I must’ve got what I needed.
Hi @vmarko,
Apologies, I was a bit clumsy with my language. The roles I mentioned I would want the cache to remain enabled for them, but disabled for the rest. What you’ve said makes total sense 🙂
Just having a quick look at the section you mentioned and I can see all roles from administrator down to subscriber, but no ‘no role’. Would I be safe to assume that ‘no role’ users would just get the cached pages regardless?
Thanks again 🙂
Cheers,
RSForum: Plugins
In reply to: [Simple Page Ordering] Limiting ordering to administrators onlyPerfect, that works exactly as needed 😀
Forum: Plugins
In reply to: [Redux Framework] Hiding a panel from certain usersHi Kev,
Thanks for getting back to me so quickly 🙂
I’ve created a custom capability and set the permissions field for the set and the fields and it gets me part of the way towards where I need to be. It removes the set from the main admin menu, but it’s still in the Redux menu on the options pages, and it removes the fields from the set page, so that’s good. It’s almost where I need it to be 🙂
For the moment I’ll stick with my hacky workaround until a future update takes care of the Redux menu issue.
Is there a way to apply the same functionality to the import/export screen? This is important because someone with some technical knowledge could export the data, update it, then import it back in, thus bypassing the permissions.
I hope you and yours have a great new year 😀
Cheers,
RSForum: Plugins
In reply to: [Redux Framework] Hiding a panel from certain usersActually, my mistake. It seems that setting show_import_export to false is what was causing the quirk. It’s not clear why that might be.
Forum: Plugins
In reply to: [Redux Framework] Requiring config from within an MU pluginHi Kev,
Last one (I promise!), I was able to get it working, but without the use of a hook. I defined the function which requires the config file in my MU plugin and then just called it directly in the theme’s functions.php. It’s not absolutely ideal, but I’m happy to run with it for now 🙂
Cheers,
RSForum: Plugins
In reply to: [Redux Framework] Requiring config from within an MU pluginHi Kev,
Sorry to keep this going, but it probably makes sense to just call the function from the theme, but with that in mind, which hook should I use for that? I can define the function within my MU (as it’s really just my function library) then call it when the theme runs. Is there a hook you’d recommend?
Cheers,
RSForum: Plugins
In reply to: [Redux Framework] Requiring config from within an MU pluginHi Kev,
It’s the strangest thing, from within the function that’s requiring the config file it recognises that RF is installed and active, but for whatever reason RF doesn’t do anything with the file. Bizarre.
Cheers,
RSForum: Fixing WordPress
In reply to: Remove global-styles-inline-css[Marking as resolved]
Forum: Fixing WordPress
In reply to: Remove global-styles-inline-css@thedock that did the trick, thanks 🙂
Forum: Fixing WordPress
In reply to: Remove global-styles-inline-css@thedock I’ve tried adding an action to wp_enqueue_scripts, wp_footer, and even wp_print_styles, but no luck so far. Any ideas?
add_action( 'wp_enqueue_scripts', function() { wp_dequeue_style( 'global-styles-inline-css' ); wp_deregister_style( 'global-styles-inline-css' ); }, 100000 );Forum: Fixing WordPress
In reply to: Remove global-styles-inline-cssForum: Plugins
In reply to: [Download Monitor] Error 403 after update from version 4.4.4 to 4.4.5Forum: Plugins
In reply to: [Download Monitor] Error 403 after update from version 4.4.4 to 4.4.5Forum: Plugins
In reply to: [Download Monitor] Error 403 after update from version 4.4.4 to 4.4.5