Davood Denavi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Setting up multiple domainsHave you considered using a translation plugin? One of the most used ones is WPML: wpml.org.
Hope this helps.
Forum: Fixing WordPress
In reply to: Site speed pluginsPersonally I would suggest looking into using a CDN such as cloudflare not a plugin. Unfortunately, unless you have custom css that’s unused there’s no way to remove css from your theme or plugins without breaking your site. However, a CDN will help you with increasing your sites speed.
Hope this helps.
Forum: Fixing WordPress
In reply to: Recommend a Payment Subscription PluginI just find themes and plugins on envato marketplaces don’t get very good support and are somewhat buggy that’s why I do my best to stay away from them completely.
Forum: Fixing WordPress
In reply to: Can you suggest my why am i not getting approval for Adsense ?Unfortunately, this is not something we will be able to help too much with. This forum is volunteer based support for WordPress. I’d suggest contacting AdSense support.
Forum: Fixing WordPress
In reply to: No ‘My Sites’ Button for accessing toolsThis is a question for WordPress.com support. ww.wp.xz.cn sites don’t have a my sites button.
Sorry we can’t be of more help.
Forum: Fixing WordPress
In reply to: Renaming a themeGlad you fixed the problem. We are here to help any time. Feel free to post your questions whenever things arise. Happy blogging!
Forum: Fixing WordPress
In reply to: There has been a critical error on your website – using mampMamp is probably not configured to send email correctly.
Are you able to find any error logs in the MAMP public_html directory? That would be the first thin you want to look for to see what is causing the critical error if not you will want to turn on logging. Here is an article that will guide you on how to do that: https://pagely.com/blog/wordpress-logs-track-errors-guide/
Hope this gets you headed in the right direction.
Forum: Fixing WordPress
In reply to: Renaming a themeI’d suggest looking into using the original theme and building a child theme to place your css in:
https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/You may also consider using the Customizer to add your custom CSS. In the
wp-admin go to Appearance → Customize → Additional/Custom CSS and add it there.Hope one of these two suggestions helps.
Forum: Fixing WordPress
In reply to: Recommend a Payment Subscription PluginAlso, this forum is volunteer based. We are here to provide support for WordPress and plugins/themes provided in the repository. Posts requesting recommendations come second and aren’t nearly as fast to be replied to because of the fact that premium plugins aren’t supported here.
Forum: Fixing WordPress
In reply to: Recommend a Payment Subscription PluginActually I did provide a suggestion last week. You didn’t like what I suggested. I’ve never used subscription plugins other than that one for my clients because I generally stay away from plugins and themes that are sold on codecanyon and themeforest.
Forum: Fixing WordPress
In reply to: Redirecting WordPress site to a new domain (domain name only))Hello Anthony, My apologies for the delay getting back to you. You’ll need to do a find/replace of your domain in the database. There are multiple migration plugins you can use to assist in this process or you can so it manually in your hosting providers control panel by using phpmyadmin to do the search replace function that it provides. I’d suggest looking at the duplicator plugin https://ww.wp.xz.cn/plugins/duplicator/
Hope this helps.
Forum: Fixing WordPress
In reply to: Recommend a Payment Subscription PluginYou will need to get support from the plugin developers of the plugin you’re using. Unfortunately, we don’t provide support for premium plugins here on wp.org.
Forum: Fixing WordPress
In reply to: Redirecting WordPress site to a new domain (domain name only))If I am understanding you correctly, you need to do a find replace in the database and replace the old domain with the new one. Then make sure the server is configured correctly to point to the new domain.
Then go and point the old domain back to the registrars servers and set it to forward at the registrar’s side.
Hope this helps.
Forum: Fixing WordPress
In reply to: Recommend a Payment Subscription PluginI’d suggest checking out WooCommerce Subscriptions https://woocommerce.com/products/woocommerce-subscriptions/
It is a pricey license but it will have better support than any free plugin and it will also for sure work with your WooCommerce setup.
Forum: Fixing WordPress
In reply to: Logged-in users keep getting redirectedDo you have https/ssl implemented on your site? If so, chances are users aren’t being redirected correctly and you need to look into the ssl settings. It could also be a caching issue.
There are plugins to force SSL but this is really something that should be done in the server directly using the htaccess file. If you would share your htaccess file using pastebin.com as well as tell me your host I’ll tell you what you need to add/change to force SSL. Also, please provide a link to your site.