Davood Denavi
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: garbage in Admin area when editing postsSounds like you are not into the new Gutenberg Editor aka Block editor… which actually is almost two years old! If you install Classic Editor https://ww.wp.xz.cn/plugins/classic-editor/ you will get the screen you are used to back.
Hope this helps.
Forum: Requests and Feedback
In reply to: Lightweight comment approved notification?Sure, happy to help anytime. Thats what the forum is here for!
For what you are looking to do I would not worry too much about lightweight. I categorize the type of plugin you are looking for as an Administrative assistance plugin. These types of plugins only run when the system tells them to and tend to have a lot of features but the only thing that will run is the trigger for the notification you setup therefore the bloated feature set is not something to really concern yourself with! Hopefully that makes sense.
Forum: Everything else WordPress
In reply to: Add field to user register formI’ve been developing WordPress sites since 2006, using a plugin that adds the fields for you will be your best bet. Both of those plugins allow you to add fields to the registration form. No sense in reinventing the wheel when there are supported plugins that already allow you to do what you are trying to do. Yes, ACF might require the pro version but it is well worth it to assure that your site wont break on an update and have a place to go for quick support if it does.
Sorry I can not be of more help but this forum is not really here for this it is here to provide support for the code, plugins, and themes that are available for download on wp.org. For support with custom code you will need to go somewhere like https://stackoverflow.com/questions.
Forum: Requests and Feedback
In reply to: Lightweight comment approved notification?This plugin looks like it does what you need: https://ww.wp.xz.cn/plugins/notification/
Hope this helps
Forum: Fixing WordPress
In reply to: Critical error on site – but no email in inbox?The emails do not always send. I’d suggest activating error logs and debug mode then the look for the logs on your server for more details. Here is an article from a well known theme developer about how to do that: https://themeisle.com/blog/wordpress-error-log-debug/
Hope this helps.
Forum: Everything else WordPress
In reply to: Add field to user register formI’d advise you look at a plugin like RegistrationMagic https://ww.wp.xz.cn/plugins/custom-registration-form-builder-with-submission-manager/ or ACF https://ww.wp.xz.cn/plugins/advanced-custom-fields/
Hopefully this gets you headed in the right direction.
Forum: Fixing WordPress
In reply to: Lost Mobile Page FilesThe mobile version should not be separate files. This sounds like you were still using the Host Gator Website Builder when you clicked that option. There is no such option in WordPress that I have ever seen in my fifteen years of building WordPress sites.
Forum: Everything else WordPress
In reply to: Forgot login ID and passwordThere should be a forgot password link on the login page. If the forgot password linking you will maybe need to look at the users table for your admin user and change the username/email address back to what it should be. If that is the case your site has probably been hacked and you need to do further cleaning to re-secure your site. This article should help you do that: https://ww.wp.xz.cn/support/article/hardening-wordpress/.
Also, do not share any login information publicly. This is bad for site security.
Forum: Fixing WordPress
In reply to: Cannot change default text on blog pageThis is a problem with your theme and you are using a premium theme. Unfortunately, this forum is only here to support the code that is available for download here on wp.org. You can get support with your theme here:https://themeforest.net/item/thegem-creative-multipurpose-highperformance-wordpress-theme/16061685/support.
Forum: Networking WordPress
In reply to: SetUp for page with member area and paid contentThis forum is not here for things like this. We are here to provide support with code that is available for download on wp.org.
However, I would suggest looking and any of the number of membership plugins that are available. My personal favorite is Ultimate Member, you can learn more about Ultimate Member from https://ww.wp.xz.cn/plugins/ultimate-member/ and https://ultimatemember.com/
Forum: Fixing WordPress
In reply to: Private schedule or reminderThis will probably require custom coding. Unfortunately, this forum is not here to help with custom coding project like this.
Forum: Fixing WordPress
In reply to: What is jQuery Migrate for? Can I disable and delete it?Chances are if you have JQuery Migrate you need it. It enables the migration script for your site to give your plugin and theme authors some more time to update, and test, their code. However, if you are not sure why you have it installed I would suggest disabling it and checking to see if anything breaks. If nothing breaks you can delete it.
Hope this clears things up for you.
Forum: Fixing WordPress
In reply to: Checkout page layout bugged?After doing some digging with my browsers built in developer tools it looks like you are using Theme Neve from ThemeIsle. I think this is a problem with your theme meaning you’ll need to ask in their support community: https://ww.wp.xz.cn/support/theme/neve/.
I can see also you are using the SG Optimizer plugin there could be a conflict with the settings of the plugin and your theme/hosting. This plugin will only work correctly if you are using SiteGround as your website hosting provider. Generally, I do not use the plugin though even for sites that are hosting on SiteGround I have found that it does not improve results if you are using the built in caching options server side the plugin does not really help much except to give you a “development mode” button on the wordpress side.
Hope this info helps get you headed in the right direction.
Forum: Fixing WordPress
In reply to: How to Stop Auto UpdateSome hosting providers do not allow you to disable it. However, if your hosting provider does allow you to disable it you can do so by adding the code below to the top of your wp-config.php file.
define( 'AUTOMATIC_UPDATER_DISABLED', true );Forum: Fixing WordPress
In reply to: Site Loading slowHere is a good article about speeding up wordpress that should get you headed in the correct direction. https://www.wpbeginner.com/wordpress-performance-speed/
Unfortunately, beyond linking you to articles and plugins to help you fix it yourself we can not really help with this here in the forum because every site’s slowness is caused by different things.
The items I’d advise focusing on from the article first are using a CDN and having a good hosting provider.
Hope this helps