cyberhawk
Forum Replies Created
-
I’m having the same issue with exporting into csv.
Forum: Fixing WordPress
In reply to: widgets problemSame thing is happening to me. I switched over to a Twenty theme and it still remains. I disabled all my plug-ins and the errors remain. I installed the Health Check & Troubleshooting plug-in and put it into Troubleshooting mode. Now I can access my widgets without error. Not sure what it bypassed, but it’s a clue. I renamed my plug-in folder and turned off Troubleshooting mode and the problem comes back.
I solved the issue by removing all the legacy widget blocks and re-writing them in the new format. It’s definitely a workaround.
Forum: Plugins
In reply to: [Classic Editor] 5.5 Classic Editor Text View / Add Media Not WorkingSame for me. 🙁
Forum: Plugins
In reply to: [WP125] Delete an addSame for me. I’ll try to find a work-around for it.
Forum: Plugins
In reply to: [Responsive Table] Creating Multiple TablesThank you…..multiple tables would be awesome!!!! 🙂
Forum: Plugins
In reply to: [NextGEN Public Uploader] Upload success messagePlace this in your CSS:
.upload_error {
font-size: 26px;
font-weight: bold;
padding-bottom:10px;
}What it will look like: LINK
Forum: Plugins
In reply to: [NextGEN Public Uploader] Select Multiple ImagesAwesome….worked like a charm and thank you. 🙂
Forum: Plugins
In reply to: [Google Doc Embedder] Trouble viewing PDFHaving the same issue.
Forum: Fixing WordPress
In reply to: Adding space between widgetsTry putting the following code at the bottom of your .css file:
/* reduce space between widgets in sidebar */
.widget{
margin-bottom: 10px;
}