-
- Troubleshooting
- Advanced
If you have a server admin, check rules 77140964 of imunify360
Turning modsecurity in cpanel worked for me. See this thread where @aqit79 notes this fix. https://wordpress.org/support/topic/why-does-classic-widget-fix-json-error/ I turned modsecurity back on because cpanel has a warning not to leave modsecurity off except for testing.
Thanks @aqit79 ! Turning off modsecurity stopped the problem for me too. This started yesterday for me. I turned modsecurity back on and the problem came back (cpanel warns me not to leave modsecurity off except for testing). I can use the classic editor for now.
I installed the Astra theme and activated it when I went to customize it gave these errors: Warning: require_once(C:\Program Files (x86)\Ampps\www\wordpress/admin.php): failed to open stream: No such file or directory in C:\Program Files (x86)\Ampps\www\wordpress\index.php on line 10 Fatal error: require_once(): Failed opening required ‘C:\Program Files (x86)\Ampps\www\wordpress/admin.php’ (include_path=’.;C:\php\pear’) in C:\Program Files (x86)\Ampps\www\wordpress\index.php on line 10
Can you share the page URL where you have this Sidebar please ?
This error can show up for any theme if your Upload File size is low. Suggested max upload file size 64MB. And it is not an actual error, it is a message asking you to increase your upload file size to use certain Theme or Plugin.
Hello Forum, does someone know how to reduce the space between two sidebar objects (see attachment)? Maybe with CSS? Thank you for your help! pic.twitter.com/7kw2tJtdO5— Clownsman HD (@abcxyzabcxyz21) September 21, 2023
Hi I’d like to record user name and ID when he/she visits a specific page in wordpress. I’ve written this script but it doesn’t work. Is anybody who can help me?
Thanks I’m hoping to use 2023 theme. To stay as clean as possible. I’m wondering About how you would recommend I do this so that I can update to 2024, etc as they come out, but so I don’t Have to copy all the settings from the style editor.
I discovered in my personalizer some css I dont know what they are for, but maybe they refere to my previous try to set a custom menu, here they are: /** * List. */ ul { list-style: disc; } ul ul { list-style: circle; } ul ul ul { list-style: square; } ul.default-wp-page { list-style: none; } ol { list-style: decimal; } li { line-height: 1.8; } li > ul, li > ol { margin: 0 0 0 10px; }
Solved. Thanks!!
Thanks for the advice George I have done that now so fingers crossed
Please implement that exact code #videobg .container{ max-width: 100%; } If not work then add this one please #videobg .container{ max-width: 100% !important; }
Not working, tried both the codes. Still same 🙁 I gave a new id ‘videobg’ and applied above snippet too still not working.