Eggheads
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: cannot log in to adminOne thing I forget to ask, do you forget your password or something? In that case you can follow these steps-
– Get an MD5 hash of your password. Visit md5 Hash Generator– From cpanel, access phpMyAdmin and follow this link
If it is not your problem then give some more details.
You can consider using ‘locale’ filter
add_filter( 'locale', 'set_my_locale' );Forum: Everything else WordPress
In reply to: I'm being asked to login in again every 2 minsYou might try the following one by one and see if that resolves the issue-
1. Clear your browser cookies
2. deactivate all the plugins
3. Switched back to default WP theme
4. Check your .htaccess fileForum: Fixing WordPress
In reply to: cannot log in to adminCan you access your cpanel?
Forum: Fixing WordPress
In reply to: Password setting not visible in Add New UserSeems to me something overwrites your WordPress form. It might be a plugin. Try deactivating all the plugins and check this issue.
Try to deactivated all the plugins and see if the problem persists. If not then activated them back, one by one and find out the culprit.
Forum: Fixing WordPress
In reply to: My Headings (h1, h2, h3) don't look right in PREVIEWI believe it will not mess things up for SEO π
Forum: Fixing WordPress
In reply to: Cookie SettingsThe text is because of this plugin Cookies Manage. Deactivate it and try similar plugins of this genre.
Forum: Fixing WordPress
In reply to: My Headings (h1, h2, h3) don't look right in PREVIEWThat might be because your current theme implemented headings in a different way. Kindly review your theme style.css
Forum: Hacks
In reply to: Custom Post Type with modified permalink structure results in 404Removing rewrite rules and then recreating it might solve your problem
flush rewrite rulesForum: Fixing WordPress
In reply to: fatal error failed to open stream: No such file or directoryHave you recently upgrade your WordPress?
Forum: Fixing WordPress
In reply to: Can't Change Website WidthChange your CSS file. You have to change not only wrap class but child sections width value one by one. Or else keep width only on the wrap and override width value in the child only if you need to specify a different width.
Hope this might help.