newbee_sue
Forum Replies Created
-
Thank you! Looks like your updated version is perfect. Keep well.
thanks – I fell behind schedule and will be working on this tomorrow afternoon
Hi I hope that you are well. While I get other admin emails. The one for relating to User Registration crashing – I do not receive from the site. Please advise
Brilliant! Thank you. That worked
Forum: Plugins
In reply to: [Polylang] Polylang causing indexing/redirect errorsI am still getting these issues as last reported by Google search console on June 9th and I am using the most updated version of polylang.
The number of problematic pages has increased to 20 on our site cell-el.com
the error report saysSome fixes failed for Page indexing issues on site cell-el.com You requested that Google validate your fix of Page indexing issues on site cell-el.com. The fix requested was for the following issue: 'Server error (5xx)'. However, we found that some pages are still affected by this issue. To examine full details on the validation progress, and to learn how to fix remaining pages, please follow this link.
—
When investigated by myself and the host (ICDSOFT) it seems that polylang is causing this issue which started May 29thForum: Plugins
In reply to: [Polylang] Polylang causing indexing/redirect errorsI am experiencing the same issue -“Error: your site cannot be found by search engines” after extensive investigation into the issue on my part and icdsoft server support – it seems that polylang is the cause. I do have both polylang and yoast running on my site. I saw else where that this may cause a conflict issue – but those posts were dated 2019 and this is a new issue that started in the past month.
thank you for your help with this matterthank you Adam. We will try and get back to you
thank you – I wrote back to you Nithin that I still cannot connect the form to google sheets
thank you I shared privately
Yes I tried all of those and it is web application.
but I still get the 400 error
I can send print screens if that is helpful. Please advise the best way to do soAfter doing some more troubleshooting we have found that the 404 is being returned because when Elementor is loaded the post_type is returned as an array with the following:
Array(
[0] => post
[1] => page
[2] => e-landing-page
)However, when Elementor is disabled the post_type is returned as an array with the following:
Array(
[0] => post
[1] => article
[2] => page
)Our page uses the custom post type article. When article is in the array the page is found correctly (which is the behavior with Elementor disabled). However, with Elementor enabled this post type is not included in the array resulting in the 404.`
The solution:go to wordpress dashboard > Elementor>settings> Experiments and set landing page as inactive and this solved the issueForum: Developing with WordPress
In reply to: custom post type without category in slugthank you. You set us on the path of finding the solution to this issue – which was super simple – here is what we realized:
After doing some more troubleshooting we have found that the 404 is being returned because when Elementor is loaded the post_type is returned as an array with the following: Array ( [0] => post [1] => page [2] => e-landing-page ) However, when Elementor is disabled the post_type is returned as an array with the following: Array ( [0] => post [1] => article [2] => page ) Our page uses the custom post type article. When article is in the array the page is found correctly (which is the behavior with Elementor disabled). However, with Elementor enabled this post type is not included in the array resulting in the 404. We have tried adding hooks to update the post_type however we have not been successful in getting Elementor to include article in the post_type.
Solution: Elementor>settings> Experiments and set landing page as inactive and this solved the issue
thank you again
Forum: Developing with WordPress
In reply to: custom post type without category in slugthank you that was a great idea. So it seems that the troublemaker as the plugin says is
Elementor which I do not use on this page. And which has 2 calls
Elementor\Core\Base\BackgroundProcess\WP_Background_Process->is_queue_empty()Elementor\Core\Base\DB_Upgrades_Manager->start_run()
1 call
Elementor\Core\Base\BackgroundProcess\WP_Background_Process->is_queue_empty()
1 callHow can I remove that from running on the page. I use plugin organizer to say don’t run elementor on the page but that doesn’t seem to be working. Is there code that I can add as above to block elementor from running on my article post type pages?
thank you for your helpthanks. I will look into this a bit more
thank you – I resolved the issue. It seems that even though the default is that authors will appear on pages and posts and they don’t need to be chosen, on our site they indeed need to be chosen.
- This reply was modified 2 years, 10 months ago by newbee_sue.