Davood Denavi
Forum Replies Created
-
Forum: Plugins
In reply to: [Email posts to subscribers] Image dont show in emailI found that it was a jQuery issue. and installed this plugin to fix it: https://ww.wp.xz.cn/plugins/enable-jquery-migrate-helper/
Once I configured it everything was working correctly again.
Also, Russ… if my solution does not work for you please start your own thread to get support from the plugin developer themselves.
Forum: Fixing WordPress
In reply to: Issue with wp-json/oembed in WordPressI just took a look at the homepage of your site using my development tools and I think the JSON error you are asking about might be related to some updates you need to run. If you are running the latest version of WordPress (which is 5.6), as well as the latest version of your theme and all your plugins and still experiencing the issue then the problem might be the version of JQuery that your theme or one of your plugins is calling. I’d suggest installing Enable JQuery Migrate Helper https://ww.wp.xz.cn/plugins/enable-jquery-migrate-helper/ or a similar plugin to see if that solves the problem.
Another thing, check that you have not turned on the “Disallow Search Engines from indexing this site” option at the bottom of the Settings → Reading page.
Hope one of these fixes helps you solve the issue.
Forum: Fixing WordPress
In reply to: Disable auto updates link missing on themes WP 5.5@xanathon I am sorry you feel my answers were misleading. I’ve been helping here on WP.org for some time… My answers are actually very public knowledge and I was just guiding the OP @magicpowers based on the info I know and the 15 years of experience I have in this field.
Forum: Fixing WordPress
In reply to: How to identify cause of random site outages?Those errors are caused by server resource issues. You need to contact GoDaddy. It’s probably time to look into moving the website to a VPS and possibly also switch to a new WordPress friendly hosting provider. Godaddy’s hosting isn’t very WordPress friendly.
Forum: Everything else WordPress
In reply to: Custom availability calendars?No worries. Many people don’t understand that. Hope you’re able to find a solution without needing custom code.
Forum: Fixing WordPress
In reply to: How do I hide “/portfolio-type/”-pagesI did some research into this. Unfortunately, the is no easy way to “hide” those pages without 301 redirects because they are set up as a full blown custom post type. Some developers will setup their custom post type so that they don’t have permalinks, the developers of the portfolios post type added by jetpack did not do that though so without breaking the jetpack plugin 301 redirects are likely your only option to hide those pages.
Forum: Fixing WordPress
In reply to: Cannot restore my admin functionsSounds like your site was hacked. I’d suggest looking at these articles.
I hope these articles are able to get you your admin access back!
Forum: Fixing WordPress
In reply to: How to resolve 409 conflict WordPress409 errors are usually related to your servers permissions for uploading files. I’d suggest calling your server host/provider and asking them for assistance.
Forum: Everything else WordPress
In reply to: garbage in Admin area when editing postsGlad you were able to do some debugging and figure out what was causing the issue. I’ve not personally experienced this issue on any of the sites I manage and most of them are using WordFence. Glad to help any time I’m able! That’s what the forums are here for. Happy blogging!
Forum: Fixing WordPress
In reply to: How do I hide “/portfolio-type/”-pagesYou could use 301 redirects to redirect the pages to another page on your site.
Here is a great article about 301 redirects and how to implement them! https://www.peopleshost.com/2017/05/permanent-301-redirect-htaccess-code-example/Hope this helps.
Forum: Everything else WordPress
In reply to: Custom availability calendars?Unfortunately, this forum is here for users to get support for code offered here on wp.org which includes the code in the theme and plugin repositories… not for getting consulting help for paying projects.
That said, I do not know of a plugin that is available in the repository that would allow this without extra custom coding added on top of the plugin.
Forum: Everything else WordPress
In reply to: changing post Leave A CommentAre you saying you want to change the title above the commenting form?
This will be changed in your theme. usually in comments.php. Looks like you are using a premium theme Avada, you will need to get support from the theme developer. You can do so here: https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226/support
Remember to use a child theme when making changes to the theme’s code. Here is more info about child themes. https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/
Hope this info gets you headed in the correct direction.
Forum: Installing WordPress
In reply to: I have error 404 in the most of the pagesGo to Settings → Permalinks in your wp-admin area and resave the settings on that page.
Hope this helps.
Forum: Fixing WordPress
In reply to: How to identify cause of random site outages?You have likely outgrown the shared hosting GoDaddy offers and need a VPS or better shared WordPress hosting provider. I would look into your plugins and theme too, there is a high likelihood that there are some things causing conflicts which lead to the outages.
You can use the health check and troubleshooting plugin to help you debug and see where the conflicts might be https://ww.wp.xz.cn/plugins/health-check/. Unfortunately, without a link it will be hard for us to advise much further.
Forum: Fixing WordPress
In reply to: Smart Slider 3 Plug-In No Longer Available?Sounds like you simply uninstalled it on accident… you can reinstall it from here: https://ww.wp.xz.cn/plugins/smart-slider-3/
Hope this helps.