[email protected]
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Update issuesUpgrade from 3.00 to 3.01 fixed the problem that all my calendars went missing.
I spent an hour overriding all your new CSS and it looks like it did before.
This worked for me, it might no for anyone else.
.simcal-day-label, .simcal-date-format, .simcal-nav { display: none; }
.simcal-events { list-style-type: none; }
Forum: Fixing WordPress
In reply to: Menu broken – new menu items show (Pending)Yes I get
Error
SQL query:SHOW INDEX FROM
wpress_postmeta
;MySQL said:
#145 – Table ‘./simonwindisc_wp3_9188235/wpress_postmeta’ is marked as crashed and should be repaired
So I found https://realmike.org/blog/2010/12/21/wordpress-database-errors/
and ran REPAIR TABLE wpress_postmeta;
And now it works. What great teamwork! thanks
Forum: Fixing WordPress
In reply to: Menu broken – new menu items show (Pending)Hi there, no it’s still broken. I’ve got around it by adding a categories section to the right, but it seems clear to me that the database structure for menu is broken in some way.
I’ve done some more research, and browsed the database, table wp_posts. I have a good database which has 329 rows, with post_type s attachment, page, post & mostly revision. In the bad database I have 970 rows, also with attachment, post and revision but also 20 or so nav_menu_item with post_status of draft.
I don’t know if this is relevant though. How does your database look?
Forum: Fixing WordPress
In reply to: Menu broken – new menu items show (Pending)Hi, thanks for that. The answer is no.
I have five or so other sites on the same host and they still all work fine. Maybe I should backup and reinstall, I’d like to know what the (Pending) means on the menu items though…
Simon