derekwcodes
Forum Replies Created
-
Forum: Plugins
In reply to: [Nav Menu Roles] WordPress 4.7 and Nav Menu Role Not workingThank You.
Forum: Plugins
In reply to: [Nav Menu Roles] WordPress 4.7 and Nav Menu Role Not workingNevermind, it was the theme that was causing it. LOL!
I don’t get though. Why would the theme just stop working with it after an wordpress update?
- This reply was modified 8 years, 3 months ago by derekwcodes.
- This reply was modified 8 years, 3 months ago by derekwcodes.
- This reply was modified 8 years, 3 months ago by derekwcodes.
Forum: Plugins
In reply to: [BP Restrict Signup by Email Domain] If Email Field is empty, error occursOh yeah, it worked great! Thanks.
Forum: Reviews
In reply to: [Yoast SEO] Great PluginThanks I updated keep up the great work I love the plugin when its working but sometime you have to take a chance on broken ones to give new features. You guys are quick on fixing these issues so I have no problem with it all. I am going to get the pro version once I get my dough because of you guys support is great. Thanks, please stay awesome.
Forum: Reviews
In reply to: [Yoast SEO] Great PluginThe new update from 3.3.0 version to 3.3.1 corrected all this now. I have to say I wish I could give it a change in stars because the plugin is always being updated and they are fixing peoples issues that I see.
Forum: Plugins
In reply to: [HC Custom WP-Admin URL] OLD slug is still valid. How can I remove it?This link a database issue. Can you give me an example or picture something.
I am guessing this is what you are looking for, right? Before doing this make sure you download / export the original wordpress database. Export a backup first always so if you mess up you are good to re-import the old data. Look below maybe this will help.
Cpanel Database for WordPress:
Viewing All
SELECT * FROM 'wp_postmeta' WHERE 'meta_key' = '_wp_old_slug'
WordPress Old Post Slug CleanupTo remove the old slug, run the following SQL:
DELETE FROM 'wp_postmeta' WHERE 'meta_key' = '_wp_old_slug' AND 'meta_value' = 'the-old-post-slug'
To remove all old post slugs, run the following SQL:DELETE FROM 'wp_postmeta' WHERE 'meta_key' = '_wp_old_slug'
https://www.ads-software.com/support/topic/yoast-css-issue-with-other-themes-page-analysis-fix
Is this what you are looking for. I posed a CSS fix for themes that are not compatible with latest Yoast on the Page Analysis not being seen issue.