Davood Denavi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Admin Login ProblemsYou may want to try calling your host. It might be a problem with the server redirecting incorrectly after install and not completing the install.
Forum: Fixing WordPress
In reply to: Unable to log in to edit websiteIs this your site? If not, you need to contact the website owner for help.
If it is your site try logging in from here if problems persist resetting the password at the DB level by going into php my admin and editing it in the wp_users table. You’ll need this MD5 hash generator to generate a password for yourself. Once you are in the database you will type your desired password into the generator and copy and paste the hash it gives you into the password field of your user account in the database. While you are in the users table you can also confirm that you are using the correct user name.
The only other thing that crosses my mind is your site has been hacked…. follow this guide to recover from the hack.
Hope this helps.
Forum: Fixing WordPress
In reply to: Unable to log in to edit websiteCan you reset the password using the Reset password link on wp-login.php?
Forum: Fixing WordPress
In reply to: Admin AvatarThere is also this plugin:
https://wordpress.org/plugins/wp-user-avatar/
Although, I have never used it.Hope that helps!
Forum: Fixing WordPress
In reply to: Parent and child accountsYou would need to use a user groups plugin such as
https://wordpress.org/plugins/wp-user-groups/
https://wordpress.org/plugins/groups/
Hope this helps!Forum: Fixing WordPress
In reply to: Admin AvatarWP avatars are all set through gravatar.com. You will need to set up a gravatar.com account with the same email address as the one you used on the admin user account of your website
Hope this helps!
Forum: Fixing WordPress
In reply to: Very slow domain after migration and updateQuery Monitor is only to help you determine what is causing the slowness. SuperCache could only make matters worse. When you ran all the updates on WordPress and all your extensions did you switch servers? How about themes?
It is unlikely that Google is ignoring your robots.txt but if you have discourage search engines selected in the wp-admin general settings then you’ll want to add a line to robots.txt for every directory.
So in the example of your logo image you’ll add this:
Disallow /wp-content/uploads/2018/05Hope this helps!
Forum: Fixing WordPress
In reply to: All User Forms appearing under footer!It looks to me like there could be a plugin conflicting with your theme…. or possibly another plugin. If you have completely ruled out the theme as the issue then you’ll need to disable all plugins and reenable them one by one until the problem comes back to figure out which plugin it is that is causing the issue.
Hope this helps.
Forum: Fixing WordPress
In reply to: WordPress deleting posts@binarywc, here, from my other account.
happy to see you nailed down the problem!
please don’t hesitate to ask for help in the forums anytime. that’s what we’re here for.
Forum: Fixing WordPress
In reply to: backup.php processes overloading siteBest if you get help from updraft support if you’re still experiencing issues.
Forum: Fixing WordPress
In reply to: Theme vs Child ThemeThe custom functions plugin i suggested actually is one of the few that I have never had any issues with in the three years since I found it! It is well supported and any time i’ve had a problem it was not related to the plugin but one of the functions I added using the plugin. Once in a while I have had issues with my functions not being recognized but that’s simply because I forgot to turn the on/off toggle to on.. so thats user miss use!
Forum: Fixing WordPress
In reply to: Theme vs Child ThemeActually, that’s the whole point of the plugin I suggested. Enough users did not have the technical skill to create child themes or plugins on their own…. but needed to add custom functions for one thing or another. It allows you to add custom functions and leave the theme alone.
- This reply was modified 7 years, 8 months ago by Davood Denavi.
Forum: Fixing WordPress
In reply to: Theme vs Child ThemeSorry, I did not realize that tagging people once could be considered notification abuse. That must be a newer rule here. I will severely limit it from now on. In fact, I have a couple different accounts here on the forum. One is for my business the other is this one.
Where it comes to the discussion. I did not say to edit the original theme file. I said to use a plugin for functions.php additions or edits…. or create your own plugin.
- This reply was modified 7 years, 8 months ago by Davood Denavi.
Forum: Fixing WordPress
In reply to: Theme vs Child Theme@jdembowski, Interesting… I’ve had this discussion with many devs that are equally as experienced as myself and you are the first one to say my advice is not good. Obviously, if they are editing template files to add custom code they have to create a child theme. However, most of the time I see people making child themes to edit functions.php and/or make simple CSS edits…. in these cases the advice I gave to avoid child themes unless you really need them is actually quite accurate (maybe with the exception of Genesis). Also, I did say I do not know Genesis framework.