Davood Denavi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Uncaught TypeError load-scripts.phpMake sure you have only elementor OR elementor pro activated, not both….
If the problem persists you will need to post over in their community as I mentioned above.Forum: Developing with WordPress
In reply to: Sub menu cover the main menuTry this:
.header-main { background-color: #2d3e50 !important; padding: 9px 0 !important; position: relative !important; }Forum: Fixing WordPress
In reply to: Disable set your password emailYou will need to contact the developers of those plugins as they are pro/premium plugins and we do not support them here on wp.org.
Forum: Developing with WordPress
In reply to: Sub menu cover the main menuThe developers of Lacero, the theme you are using, designed it this way. Your best bet is to contact them… you can do so here https://themeforest.net/item/lacero-education-university-wordpress-theme/15671099/support
Hope this gets you going in the right direction.
Forum: Fixing WordPress
In reply to: Uncaught Error: Class ‘PHPMailer\\PHPWhich plugin are you using for forms? Your best bet would be to contact the plugin developer.
Forum: Developing with WordPress
In reply to: change size for sub menuYes, you can do so using CSS. I’d be happy to help you figure out the correct CSS if you send over a link to your site.
Forum: Fixing WordPress
In reply to: Disable set your password emailWhich membership plugin are you using? It is probably best for you to contact their support. I can help you get to the right place at this point if you tell me which plugin you are using for membership features.
Forum: Fixing WordPress
In reply to: Uncaught TypeError load-scripts.phpno, the plugin is different from the built in feature. it has a debugging feature that allows you to selectively disable plugins and see if there is a plugin conflict. Please check the plugin that I linked to in my last post and try it to see if you can find any conflicts with other plugins that could be causing the problem you are reporting.
Forum: Fixing WordPress
In reply to: Disable set your password emailI see so users would get confused since you are using a membership plugin. Makes sense why you want to disable the default emails…
I think you will need to add this code or something close to it into your custom plugin to disable the emails.
remove_action( 'register_new_user', 'wp_send_new_user_notifications' );This article: might also help you to add the necessary code to your custom plugin: https://www.itsupportguides.com/knowledge-base/wordpress/wordpress-how-to-disable-new-user-notification-emails/
- This reply was modified 5 years, 8 months ago by Davood Denavi.
Forum: Fixing WordPress
In reply to: Uncaught TypeError load-scripts.phpNo, it can not be transferred. I have tagged elementor for you though.
You might also consider using the healthcheck and troubleshooting plugin to see if you have a plugin that is conflicting with elementor https://ww.wp.xz.cn/plugins/health-check/
Forum: Fixing WordPress
In reply to: Disable set your password emailThis is how wordpress allows users to set up passwords by default. If you disable the email your users will not be able to log into their accounts.
Do you want people to not be able to signup at all? If so, go to
WP-Admin → Settings → General
Uncheck the box that says “Anyone can register”.Hope this helps.
Forum: Fixing WordPress
In reply to: Uncaught TypeError load-scripts.phpFirst try installing and activating the Enable jQuery Migrate Helper plugin
https://ww.wp.xz.cn/plugins/enable-jquery-migrate-helper/ if that does not work then you will need to contact Elementor support here: https://ww.wp.xz.cn/support/plugin/elementor/Hope this helps.
Forum: Fixing WordPress
In reply to: Theme Save IssuesSince you’re using a premium them you’ll need to contact the developers of your theme. Without knowing what theme you’re using we can’t get you to the right place.
Forum: Localhost Installs
In reply to: WordPress dashboard won’t load😭In your php.ini file set xdebug.max_nesting_level=1000 or disable xdebug
Hope this helps.
Forum: Fixing WordPress
In reply to: Woocommerce not installing – receiving errorCheck out this article: https://coderevolution.ro/2018/10/19/how-to-solve-could-not-copy-file-installation-failed-while-upgrading-wordpress/
It suggests a few different solutions than what it sounds like you’ve tried.