gilbertank
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirecting users according to their roleIs there any plug-in for that?
Either way I will try your suggestion
Forum: Fixing WordPress
In reply to: redirected to homepage instead of wp-adminHey, have you checked your .htaccess file and tried disabling it? Also, you can check your website URL in your database, it could be the issue too.
Forum: Fixing WordPress
In reply to: Need totally basic near blank themeHey, Dave! Hmm, what about this one: https://wordpress.org/themes/alternate-lite/
Forum: Fixing WordPress
In reply to: Change Search Widget AppearanceHey, wordpress has it’s own article on widgets: https://wordpress.org/support/article/wordpress-widgets/
Should be just what you need.Forum: Fixing WordPress
In reply to: only half of image displayed properly after uploading the websiteThe site does not load for me, shows ERR_NAME_NOT_RESOLVED
Forum: Fixing WordPress
In reply to: thema storingTry to first of all remove currently existing themes by connecting to your files
https://my.bluehost.com/hosting/help/2531Forum: Fixing WordPress
In reply to: Trying To find a private chat pluginTry https://www.cometchat.com/
It has a code for wordpress so you will be able to easily install it!Forum: Fixing WordPress
In reply to: Menu Hamburger not workingHi!
I have used this code before, so maybe you can try it out too:body.default-breakpoint #top-bar-nav, body.default-breakpoint #site-navigation-wrap, body.default-breakpoint .oceanwp-social-menu, body.default-breakpoint .after-header-content { display: block; }Add it in your panel -> appearance -> customize -> additional CSS
Forum: Fixing WordPress
In reply to: Need support on blog author updateAny errors in your websites error log or when doing so?
Maybe the user you are trying it with does not have all permissions.Or try changing via the database. In your wp_posts table locate post_author column with the user_id in it and edit this. Take a backup of your database before making changes.
Forum: Fixing WordPress
In reply to: White blank pages when editingYou can reinstall just the core files and leave your content, lots of tutorials for reuploading core files
usually if there’s an error or bug in one of them, plugins and theme changes won’t help fixing it.So I guess you did not get any email?
Do you have error logging enabled? Does it show anything?
Did you reupload both database and file backups too?Forum: Developing with WordPress
In reply to: set cookie won’t workDo you have any piece of code before what you have posted here?