sebastienbr
Forum Replies Created
-
Setting action priority to 20 instead of 11 seems to solve the problem
the line 121 (for defender)
add_filter( ‘admin_body_class’, array( $this, ‘adminBodyClasses’ ), 11 );to
add_filter( ‘admin_body_class’, array( $this, ‘adminBodyClasses’ ), 20 );After some investigation, it looks like the main css class is missing to load the theme:
the following classes are not added to the body element
smush: sui-2-7-0
hummingbird: sui-2-5-2
defender: sui-2-9-2Thank you for your reply, unfortunately, I have the exact same issue after disabling the the asset optimization, resetting those and tried the query parameter without any success.
I do have the same problem in Defender, Smush and Hummingbird, but smartcrawl is working fine.
I don’t have another cache optimization layer.
https://i.gyazo.com/33a4e4ab0cfe945de4860bcae8274aa4.png
- This reply was modified 5 years, 11 months ago by sebastienbr.