Dekadinious
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Contributors can see all media and permanently delete itThis is fixed by resetting capabilities. I am going to open a new topic for the other questions.
Forum: Fixing WordPress
In reply to: Contributors can see all media and permanently delete itIt seems that something along the way has caused some persistent changes to roles and capabilities. Is there an easy way to reset all these settings without affecting other stuff in the database?
I am sorry I have not answered this. Time flies!
I will contact you again here if this is not resolved after I get the chance to test it properly! 🙂
Forum: Fixing WordPress
In reply to: Contributors can see all media and permanently delete itI do not. I have made this theme from scratch and have no such plugins at this time. But I had a plugin earlier that may have done something, but that is deactivated. I have checked my functions.php-file and can’t find anything that changes permissions.
I will definitively try deactivating all plugins and running a stock theme to see if this is still a problem. I’ll get back to you!
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Do not load for contributorsThe contributors have the WordPress role “contributor” 😉
And yes, restricting access to admins or super admins only as an option would be good 🙂
Forum: Developing with WordPress
In reply to: Do action before profile is updated?Using wp_pre_insert_user_data
Thank you, didn’t need the validation because the data is not available before WordPress has validated it.
Forum: Plugins
In reply to: [LiteSpeed Cache] Warnings from consoleNow there is only the source map warning left 🙂
Forum: Plugins
In reply to: [LiteSpeed Cache] Warnings from consoleWill it have a lot of performance effect?
Forum: Plugins
In reply to: [LiteSpeed Cache] Confused about the new systemThanks!
There are two plugins that have #111 in their code. One of them has it in the backend files. I can’t say that I understand why one of those should be loaded in the CCSS. Anyway, it worked by adding the color myself and I don’t think it’s worth troubleshooting this timewise.
Forum: Plugins
In reply to: [LiteSpeed Cache] Generate critical css breaks siteThanks! It was not intuitive because it does not say “except CCSS” for example on the Purge All-button, so I did not know 🙂
This is resolved now 🙂
Forum: Plugins
In reply to: [LiteSpeed Cache] Generate critical css breaks siteThat seemed to work, but only after also hitting purge CCSS as you also said. On that note: Why is CCSS not included in purge all?
There is no such CSS-rule in my styles.css-file. But maybe it gets pulled from a plugin?
I found these two instances of “Rubik”.
<script id='wpacu-google-fonts-async-load' type='text/javascript'> WebFontConfig={google:{families:['Lato','Rubik&display=swap']}};(function(wpacuD){var wpacuWf=wpacuD.createElement('script'),wpacuS=wpacuD.scripts[0];wpacuWf.src=('https:'===document.location.protocol?'https':'http')+'://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js';wpacuWf.async=!0;wpacuS.parentNode.insertBefore(wpacuWf,wpacuS)})(document); </script>AND
<noscript><link rel='stylesheet' id='wpacu-combined-google-fonts-css' href='https://fonts.googleapis.com/css?family=Lato:400,700|Rubik:400,500&display=swap' type='text/css' media='all' /></noscript>