Davood Denavi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Console ErrorsI’d suggest installing and activating Enable jQuery Migrate Helper https://ww.wp.xz.cn/plugins/enable-jquery-migrate-helper/
This should help resolve the jQuery errors you found. However, you might also want to contact the theme developer for assistance with this because it is likely issues with your theme that need to be fixed in order for the theme to work correctly with the latest version of WordPress.
Forum: Themes and Templates
In reply to: [Hello Elementor] Responsive with Hello ThemeI have used the Elementor page builder myself, never the Hello Theme though because it is a very basic theme that seems to require a lot of custom CSS to keep things acting 100% responsive. I’d suggest posting over in the Hello Elementor support community to get support from others who might have more experience with that exact theme including the developers themselves https://ww.wp.xz.cn/support/theme/hello-elementor/.
Forum: Developing with WordPress
In reply to: Adding a menuThis is an issue with the Hello Elementor theme. You’ll get faster help if you post it here: https://ww.wp.xz.cn/support/theme/hello-elementor/.
Forum: Fixing WordPress
In reply to: Contact Widget Send ButtonLooks to me like you are using the Verity theme from Catch
https://catchthemes.com/themes/verity/
You need to contact Catch themes for support.You can do so here – https://catchthemes.com/support-forum/forum/verity-free
Forum: Fixing WordPress
In reply to: Moving old WP to new serverIn general, Windows Servers have always presented problems with PHP based sites.
That said, without seeing the error message it will be hard for myself or any other personal to provide the support you need. Would you please copy and paste the error here in this thread so we can help you?
Forum: Everything else WordPress
In reply to: Image QualityIf you used unstrap as the base theme then you are not the developer of the theme… you need to contact their support community. https://ww.wp.xz.cn/support/theme/understrap/
Forum: Everything else WordPress
In reply to: Image QualityYou are having an image compression issue. Different themes handle the images differently, overriding the image settings can be done in the theme. You will definitely need to contact your theme developers for support. Also, the plugin I mentioned will definitely help you resolve some (possibly even all) of the issues you are experiencing too.
If you are hardcoding things into the themes php you need to make sure you are using child themes. You can learn more about child themes here: https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/
Forum: Fixing WordPress
In reply to: new-post.php is brokenI’ve run into this problem before and it turned out to be an issue with the theme’s code both times I’ve run into the problem. I would suggest contacting your themes developers for support.
Forum: Everything else WordPress
In reply to: Website Client PaymentYou might want to look at using a forms plugin for this. Personally my favorite forms plugin for things like this is Gravity Forms https://gravityforms.com another option would be Formidable https://ww.wp.xz.cn/plugins/formidable/. Both of those plugins allow you to configure custom notification emails that will work how you described, note that some custom code might be necessary though.
Hope this gets you headed in the correct direction.
Forum: Everything else WordPress
In reply to: Image QualityYour images might not be the correct dimensions to allow for full-width use. That will vary depending on your themes settings for what is considered full width.
Also, it might be possible that WordPress is not resizing your images correctly… in this case, you may need to use a plugin like Smush from WPMU Dev https://ww.wp.xz.cn/plugins/wp-smushit/ to fix the problem you are having.
I hope this helps you fix the problem.
Forum: Everything else WordPress
In reply to: Email Update NotificationsThere might be another volunteer here in this forum with experience using this plugin… However you’ll receive faster support if you post this question in the WPO365 support community: https://ww.wp.xz.cn/support/plugin/wpo365-login/
Forum: Fixing WordPress
In reply to: Multistep and dynamic formThere are a few good form plugins that should help you with this. Three good ones are:
Gravity Forms: https://www.gravityforms.com/
Formidable: https://ww.wp.xz.cn/plugins/formidable/
and
WPForms: https://ww.wp.xz.cn/plugins/wpforms-lite/Hope this helps.
Forum: Everything else WordPress
In reply to: Facebook like generate post from urlI think what you are looking for is built into wordpress by default using embeds. However, it only works for some sites. You can see more about the sites that are supported here: https://ww.wp.xz.cn/support/article/embeds/
Hope this helps.
Forum: Fixing WordPress
In reply to: Redirect wp-admin to subfolderIf I am understanding yo directly you can forward your wp-admin directory using a 301 redirect in an htaccess file in the domains public_html directory.
Here an article that will show you how to write the 301 redirect:
https://css-tricks.com/snippets/htaccess/301-redirects/Hope this helps.
Forum: Everything else WordPress
In reply to: Link Downloadable Product to Individual CustomerI think this will require a custom plugin. However, if you are using WooCommerce I’d suggest asking this question in the WooCommerce community. https://ww.wp.xz.cn/support/plugin/woocommerce/. If you are not using WooCommerce you’ll need to ask in the community for the e-commerce plugin you are using.