Davood Denavi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My article is lost after refreshing the pageIt sounds like one of three things to me…
caching issues (most likely), someone restored an old backup, or you’re looking at a development version of the site.if you have caching settings enabled disable them and see if you can find the missing post.
Forum: Fixing WordPress
In reply to: Cannot add/edit userOn the dashboard page look for the updates page in the menu. Go there and click the option to reinstall WordPress from that page. If the problem persists after doing this contact your hosting provider.
Forum: Fixing WordPress
In reply to: google not indexing current homepageHave you asked google to re-crawl the site site in Search Console?
Also, are you using any SEO plugins? If so, check the page specific settings to be sure the new homepage does not have nocrawl nofollow set in whatever SEO plugin you are using.
Forum: Fixing WordPress
In reply to: google not indexing current homepageIt could take up to one week for google to re-cache the site after you launch a new design of old pages. I’d suggest checking the “Search Engine Visibility” setting under Settings → Reading and making sure it is not checked.
Forum: Fixing WordPress
In reply to: Emails not sending correctly form WordPressYou would probably be better off asking for support in the respective communities for those plugins.
https://ww.wp.xz.cn/support/plugin/wp-invoice/
https://ww.wp.xz.cn/support/plugin/sliced-invoices/Forum: Fixing WordPress
In reply to: Managed WordPress – Hide top menu from a single pageIf you mean the navigation that has links to
Home, Virtual Tours, Real Estate Photography, etc….You can hide it on only that page by adding the following css in the Simple Custom CSS plugin you installed.
.page-id-123 nav#no-header-top-menu { display: none; }This code will hide it only from that page. If you want to hide it from the entire site you will need to remove .page-id-123 from the code I’ve provide.
Hope this helps. Once you find a solution please mark the thread as resolved.
Forum: Fixing WordPress
In reply to: Can’t Log In: Error says “This page isn’t working”Have you checked the server for an error log of any sort? That’s where I’d start. usually there will be an php error log somewhere in the root directory where your wp files are stored.
Forum: Fixing WordPress
In reply to: Login disappears too quicklyYou will need to seek support from your theme developer. You can do so here: https://hb-themes.com/forum/
Forum: Fixing WordPress
In reply to: A Shortcode from a form?Unless I am missing something what you are trying to do can be done using conditional logic which gravity forms offers. I would suggest looking closer at what the full feature set of Gravity Forms before writing custom code.
Forum: Fixing WordPress
In reply to: Dev site URL updated to live site URLsthere are a number of plugins and external tools that will allow you to do a find/replace on the url in the database. The one that will work the best is usually dependent on the theme you’re using.
Forum: Fixing WordPress
In reply to: Problems in performing admin tasksHappy they were able to resolve the issue for you. Feel free to post here in the future anytime you have an issue with WordPress. That’s what we’re here for
I’d suggest contacting your theme developer then since this is an issue with the theme. You can do that here
https://qodeinteractive.com/contact-us/
or here https://helpcenter.qodeinteractive.com/hc/en-usThe developer of your theme is aware that we do not support premium themes here on WP.org and will be more than happy to help you.
Sorry we can not be of more help.
Are you sure you are connecting to the right database in the wp-config file?
Some hosts us a different db host in the wp-config file you might still be connecting to the old DB and not realize it.Personally, I am at a loss if you are 100% sure that you are connecting to the new host and the new hosts version of the database. The only other thing I can think of would be to delete all the wp files except the wp-config file and reupload them from the backup as well.
My point about renaming the theme directory is that you may have permanently locked yourself out by doing that. At this point, I’d suggest restoring from the backup you made when doing the migration to the new hosting provider. You’re database is likely damaged beyond repair after you renamed the themes directory. So the only way to resolve it would be starting with your backup from the old host.
Well, you should NEVER rename the theme directory…. That will definitely break the site.
If you can still access the site’s wp-admin I would suggest debugging using debug mode in the Health Check plugin https://ww.wp.xz.cn/plugins/health-check/ this should help you pin point what the error about technical difficulties is being caused by.