Davood Denavi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Video Header is zoomed in and not centerThis is a theme issue. You will need to contact the developer of your theme which appears to be called Materials. Unfortunately, that is such a generic name for a theme that I am not able to guide you in the correct direction of where to get support.
Forum: Fixing WordPress
In reply to: Mobile compatibilityI just took a look at your site and it looks like the test in search console returned a false result. The site looks fairly responsive and mobile friendly to me. Personally, I would not worry about it too much. Sometimes automated tests return false results there is not much you can do about this.
Forum: Fixing WordPress
In reply to: Spam Posts Keeps appearingIf you installed the demo data from the theme you purchased it might have had some posts included in that data. I’m willing to bet that because it has happened many time that is what the cause is. The best solution would be to just delete the posts. If you delete them and then later new random/spam posts appear then you site is running some malicious code, likely in the theme you chose from theme forest and I’d suggest removing the theme forest theme and choosing a theme from here on wp.org https://ww.wp.xz.cn/themes/
Hope this helps.
Forum: Fixing WordPress
In reply to: Media not uploadingThe problem is not the file size, the error is complaining about the dimensions of the image itself.
If you are using a cpanel based host this article might help you to fix the problem: https://www.creationdepot.com/how-to-fix-wordpress-image-upload-error-post-processing-of-the-image-failed/
I’d also suggest logging out of the site, clearing your browser cache and history, restarting the browser, and trying again.
Hopefully one of those pointers helps get you headed in the right direction.
Forum: Fixing WordPress
In reply to: Selling online servicesI am not familiar with Forminator but I know that with Gravity Forms what you are trying to do would be possible. I would suggest contacting Forminator/WPMUDev support about the issue you are having. You can do so here: https://ww.wp.xz.cn/support/plugin/forminator/
Forum: Fixing WordPress
In reply to: [OceanWP] Ocean WP Transparent Header with Top BarYou will need to contact OceanWP support. You can do so here: https://ww.wp.xz.cn/support/theme/oceanwp/
or here: https://oceanwp.org/support/Hope this gets you headed in the correct direction.
Forum: Fixing WordPress
In reply to: Image disappearLooks like it might be a theme issue. From what I could tell you are using astra theme, you can contact their support here: https://wpastra.com/support/
Hope this helps.
Forum: Fixing WordPress
In reply to: Pages are mixed upYou probably set the wrong page as Home in the wp-admin under
Settings → Reading.Hope this helps.
Forum: Fixing WordPress
In reply to: WP email template wordingThe email in the screenshot only goes to admins when they reset their password… regular uses will receive a different email. Your best bet would be to use the Health Check & Troubleshooting plugin https://ww.wp.xz.cn/plugins/health-check/ to help you determine if you have a plugin or theme that is modifying the email then go from there to fix the problem.
Hope this helps.
Forum: Fixing WordPress
In reply to: Select any 8 from 15 etc plugin, does one exist?You could likely accomplish this with something like WPForms or Gravity Forms. It might require some custom code paired with the form. Might be doable WooCommerce and some add-ons or custom code as well!
Hope this gets you going in the correct direction.
Forum: Fixing WordPress
In reply to: Bypass loginI am not sure I completely understand your question.. however I do understand that you are using Formidable Pro. You will need to contact their support since they provide a premium plugin we are not able to provide support here for their product because not everyone here has access to their product.
You can contact theme here: https://formidableforms.com/new-topic/
Hope this helps.
Forum: Fixing WordPress
In reply to: Selling online servicesYes, you can achieve this with WordPress. You can do this multiple different ways. Generally, I would set up such a thing using a form builder such as Gravity Forms or WPForms. It can also probably be set up using WooCommerce with some customizations.
Hope this helps.
Forum: Fixing WordPress
In reply to: Changing Admin emailWordpress has to be able to send an email in order for you to receive the message with the confirmation link. Unfortunately, if you do not have access to the old email address but only the new email address this could present some problems. I would suggest cancelling the change and then changing the settings through the database as I mentioned in my post about a week ago.
Forum: Fixing WordPress
In reply to: Changing Admin emailYou can change it in the database directly.
There are two places it should be changed. The users table (find the admin user) and the options table.
Chances are your server can’t send out email though so changing the email address at the database level won’t do much of anything.
Hope this helps.
Forum: Fixing WordPress
In reply to: sFTP files do not show up in Media LibraryFiles that are uploaded directly to the server will not show up in the media library because their info was not added into the database.
You might want to try adding them to your media library using a plugin like add from server https://ww.wp.xz.cn/plugins/add-from-server/
The plugin page says it is out of date but I just used it two weeks ago and it works just fine with the latest version of WP.
Hope this helps.