SVTX
Forum Replies Created
-
Have a look at capabilities (under Groups menu), you can give any group a standard WP or even a custom capability. This could allow your Project Managers to create and edit users, as well as their posts. Just make sure to exclude them from being able to edit Admins. (There are code snippets for that out there).
Anything else is pretty much a matter of organising your pages and groups accordingly. That said, there are project management plugins out there that may be more suitable for what you have planned, where you can assign clients and agents to projects and have secure file directories for each user.
The problem I see with your solution is, even while a page may only be accessible by a certain group user, the file link contained in the page can theoretically be accessed directly, other plugins do a better job at making sure only the correct user has access to a file. (Download Manager, etc..)
Forum: Reviews
In reply to: [Code Snippets] Careful: don’t update !!Gotta love people tho… this is a REVIEW, not a SUPPORT thread.
@dostte kindly update as this is very unfair to the developer who bends over backwards to make this plugin happen for free for you and anyone else out here.Forum: Plugins
In reply to: [Faktur Pro for WooCommerce] Works well, just a few hickups (debitoor)Perfect, done that. Thank you!
Forum: Plugins
In reply to: [Faktur Pro for WooCommerce] Works well, just a few hickups (debitoor)Oh, I’ve also just noticed that my invoices are all in German. I need them in English though as that’s the Lanuage my debitoor is set to as well.
Forum: Plugins
In reply to: [OPcache Dashboard] Is this plugin dead?It’s working fine for me today.
Got it, thanks for the update. Looks like it’s up and running again.
Forum: Plugins
In reply to: [WP Power Stats] how to export wordpress analytics dataI really wish this plugin could at least send a monthly report email to the site admin.
Forum: Plugins
In reply to: [WP Power Stats] Does the plugin collect all the the digits from IP ?I like to think this plugin is EU compliant simply by being a local solution. You can collect IP addresses to work with them (even store them, which this plugin doesn’t do btw.) as long as you delare the usage and reason in your privacy policy. This is what many people get wrong about EU compliance. It just doesn’t allow it ‘behind people’s backs’.
Perfect, thanks!
Forum: Plugins
In reply to: [Theme My Login] reallign login boxI’m not seeing anything unusual, can you please get more specific? The buttons are currently aligned to the center position which is how it’s ‘supposed to be’ in the theme you’re using.
As you can see, the difference in height doesn’t come from the buttons but from the additional information displayed above it on some products, but not all. This is something that will always happen to some extend and I wouldn’t worry about it too much. However if it is bothering you a lot then this guide will be the remedy:
https://www.skyverge.com/blog/woocommerce-align-add-to-cart-buttons/
Forum: Plugins
In reply to: [Theme My Login] reallign login boxNot a problem at all, this is what we’re all here for.
Hiding WordPress doesn’t do anything for security it’s a mere layer of obscurity that projects a false sense of security and is actually more dangerous.
I recommend the plugin WordFence instead, it’s the best security plugin out there and the free version is sufficient for most websites.
So, actually making WordPress secure beats hiding it.
Forum: Plugins
In reply to: [Theme My Login] reallign login box#theme-my-login label { display: block; }This works when I add it locally here. If it doesnt, add !important, like so:
..
display: block!important;
..Forum: Plugins
In reply to: [Theme My Login] reallign login boxOkay, I’m eyeballing this one because I have no actual access to the page but let’s start by adding this to your additional CSS (check the Customizer in Dashboard for it)
#theme-my-login .label { display: block!important; }See if that works for you. If it doesn’t then please share a link the site so I can look up the correct selectors, this is a very easy fix but it needs to address the correct frontend element ID’s and classes.
Forum: Fixing WordPress
In reply to: Personalization Option using Search Engine KeywordsMost search engines aren’t sharing this data with site owners anymore.
Forum: Plugins
In reply to: [Theme My Login] reallign login boxThis can easily be done using CSS.
http://docs.thememylogin.com/category/design-and-style/