-
AuthorPosts
-
February 18, 2019 at 11:41 am #1068279
Hi,
In page like Contact Us. I have not any pagination. but if i type url like this: https://ariamedtour.com/contact-us/page/32 it’s not show 404 page or server 404 status. And this is not good. how can solved this problem?Thank you
February 18, 2019 at 4:02 pm #1068424Hey Mohammad Mostafa,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaFebruary 19, 2019 at 6:29 am #1068774Hi,
Please see private.
February 19, 2019 at 9:17 pm #1069104Hi Yoursefzade,
Thank you for that.
Please disable the Custom Permalinks plugin and see if the issue remains.
Best regards,
VictoriaFebruary 20, 2019 at 6:54 am #1069279Hi,
I need this plugin for my new structure URL. This plugin do not cause this issues. Because in my other site language like Arabic and Russian that have not install this plugin have a same problem. please see link sample in other my site languages:
https://ariamedtour.com/ar/doctors/page/32
https://ariamedtour.com/ru/video-testimonials/page/54I know when page number like page/32/ do not exist it’s should return 404 header status. But this is not happening.
thank you.
February 20, 2019 at 5:45 pm #1069575Hi Yoursefzade,
I understand, but it is definitely a plugin conflict.
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Also, please show us what you have in your .htaccess.
Best regards,
VictoriaFebruary 21, 2019 at 6:28 am #1069783Hi,
I’m install new WordPress without any additional plugin and activate Enfold theme.Then import Enfold 2017 Demo.
I send information about it on private section. Please see it. Still problem with page number like page/32/ and do not return 404. You can access to my .htaccess file on new ftp account in this private section.This WordPress is for test please feel free for any changes you want to help me for solved this issues.Thank you.
February 24, 2019 at 2:43 pm #1070916Hi Yoursefzade,
Please refer to solutions in these threads:
https://kriesi.at/support/topic/accessing-404-error-page-problems/If you need further assistance please let us know.
Best regards,
VictoriaFebruary 25, 2019 at 6:32 am #1071143Hi,
I follow this topic above but not solved my problem. I see Enfold main demo 2017 have this issues at this link: https://kriesi.at/themes/enfold-2017/portfolio/page/52/ this link is not 404. It’s seems a bug that happen in enfold theme.
Please help me to solved this problem.
March 1, 2019 at 5:35 am #1072877Hi,
Sorry for the late reply, please try adding this to the end of your .htaccess file:RedirectMatch permanent /([a-z0-9\-]+\/)[0-9\/]+ /$1
Best regards,
MikeMarch 2, 2019 at 7:14 am #1073535Hi,
First this code is broken some urls and images of my site.
Second its redirect and do not 404 header respond.
Please read all my description at this topic and help me to solved this issue.
thank you
March 5, 2019 at 6:54 am #1074678Hi,
I researched this some more and I think it’s part of a pagination issue that the dev team has solved.
They said to replace /enfold/framework/php/function-set-avia-frontend.php via ftp
with this file
please keep a backup of the original file while you test.
Please let us know if this helps.Best regards,
MikeMarch 5, 2019 at 8:10 am #1074701Hi,
I replace with your file. but some page like https://ariamedtour.com/wordpress/blog/page/5/ don’t exist and show it instead of 404 page.
Please see and tell me how solved this issues. it’s happen in your enfold demo 2017 at this link and you can see:
https://kriesi.at/themes/enfold-2017/portfolio/page/52/Thank you,
March 5, 2019 at 3:50 pm #1074929Hi,
This behaviour you describe above also occurs when you use a standard WP Theme like 2019.
– Activate the theme
– Create a new page with only plain text inside (e.g. a-custom-normal-page)
– Open the page (http://localhost/wp_demos/a-custom-normal-page)
– Extend the URL with /page/52 (http://localhost/wp_demos/a-custom-normal-page/page/52/)
– Open this link and you recieve 200 and the pagecontent
– Use http://localhost/wp_demos/a-custom-normal-page/pages/52/
– Open this link and you recieve 404 and the 404 pageUsing Enfold behaves similar, when you select a custom 404 you get the custom 404 page instead of default 404.
I agree that this behaviour is strange – I will open an issue for that in our dev repo but I’m not sure if this is something we can solve. It seems that WP does not recognise this as 404 or it’s a bug in the routing of WP.
Best regards,
GünterMarch 6, 2019 at 6:56 am #1075314Hi,
Thank you for your support
I use custom 404 page in my WordPress test site https://ariamedtour.com/wordpress/ but nothing change in /page/52/ and don’t show 404 page.This issue really bad for SEO. If enfold developer team can help it’s very good
Thank you.
March 6, 2019 at 3:03 pm #1075515Hi,
As far as I’ve checked there is no (easy) solution for this problem:
WP uses:
/page/xx resp. &paged=xx
Digging into the logic of WP:
Archive pages
These use the parameters and query the requested page. When using an out of range page number this returns no results and WP redirects to 404
Single pages, posts, ….
Using a valid page/post/…. always returns a result.
The page parameters are ignored by the WP query (as they make no sense in case of a single page) and can be used by the content, e.g. ALB blog post element.
The page content is displayed – elements of the content can return results or not depending on page parameter. But this is done during rendering the content (and after output of headers).
A 404 would only be possible with rerouting and must be handled from the element.If you check https://kriesi.at/themes/enfold-2017/blog/page/5/ you get an empty content for the blog post element – The page exists, but part of the page has an empty content.
I keep the issue open in our dev repo.
——————
Update:After talking to Kriesi:
As this behaviour is the standard behaviour of WP we do not intend to change this in core.
Best regards,
Günter- This reply was modified 5 years, 8 months ago by Günter.
March 7, 2019 at 7:10 am #1075810Hi,
Thank you for your support.
I checked some site using WordPress and see the pagination work prefect and extra page don’t exist return 404 status code.
sample site: https://themeisle.com/blog/page/52/
how can this work if standard behavior of WP!?Thank you.
March 7, 2019 at 8:37 am #1075852Hi,
This is because this is a blog page query multiple posts.
Check https://themeisle.com/about-us/page/52/
Returns same as https://themeisle.com/about-us and not 404.
As I explained before.An ALB page is a page and not a blog page – WP ignores the pageing parameter in this case. Using a blog post element is part of the content of the page and not of the main WP query.
Best regards,
Günter- This reply was modified 5 years, 8 months ago by Günter.
March 7, 2019 at 8:46 am #1075855Hi,
I understand then is any way solved this problem? because it’s not good for seo according to my SEO Specialist said to me. or i should to contact with WordPress core developer?Thank you.
March 7, 2019 at 4:20 pm #1076031 -
AuthorPosts
- You must be logged in to reply to this topic.