How to debug “You do not have sufficient permissions to access this page”? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question? Closed 5 years ago. Improve this question The error You do not have … Read more

How can I restrict a user to a specific item in the WordPress Admin? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago. Improve this question Let us assume I want to restrict someone only to accessing the comments section of … Read more

Can’t see login page after migration

I already have an existing website on live server. I want to setup on local machine. Following Steps has been taken: Download whole website Place whole code under htdocs/mywp Change the database file. replace all link from https://www.example.com to http://10.1.15.5/mywp (my local IP) Import the database and change the wp-config file Deleted .htaccess file Now, … Read more

CDN + WP Admin Query – .htaccess redirection

Say I have a website at https://www.example.com and I am using a CDN. Now if I want the CDN URL to be https://www.example.com/assets/… and not https://assets.example.com, then what should I do? Is it a good idea to create a redirection where the wp-admin will always get files from example.com and not www.example.com? www.example.com is pointed … Read more

Cookie nonce is invalid – Multisite

I get following messages: Applicaiton password plugin Cookie nonce is invalid iThemes Security A nonce security check failed, preventing the request from completing as expected. Please try reloading the page and trying again. …when I try to save settings in network (subdirectory multisite) admin. But I don’t get this messages if I use the settings … Read more

Custom taxonomy sort by term meta in admin columns

I want sorting custom taxonomy admin table with terms by terms meta. This meta is sort index of terms. But I dont know how can do it. I use add_filter(‘manage_edit-{}_sortable_columns’) but sorting does work. I use add_filter( ‘get_terms_args’) but $args[‘orderby’] = ‘meta_value’; $args[‘meta_key’] = ‘tax_date’; without result. Are there some hook or filter? 0

Performance issues with large website [closed]

Closed. This question is off-topic. It is not currently accepting answers. Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question? Closed 4 years ago. Improve this question I’ve been struggling with this website … Read more