I am having no trouble navigating around your site at all. Since your theme is a one-page layout, all links on the page are in the form http://www.alejandraurrutia.cl/#bio and not what you shared above. If you still have trouble with it, perhaps consult the theme author about it? It seems to be a custom theme.
Thanks for your reply, Bill
But the problem is not with anchors (#bio), the problem is with links to other pages of the same site (like: http://www.alejandraurrutia.cl/biografía)
The theme works perfectly (I use it for other site and internal pages work. Ex: http://www.unojoenlapared.cl/mecenas/) the problem with the pages started after hosting migration.
Hi ncasado,
Just try troubleshooting. Try the following things:
- Set WP_Debug true in wp-config.php and refresh the page to see if it throws any error.
- Switch the theme to default WordPress theme (Twenty Fifteen) to see if the problem persists.
You may also like to check out this article here: http://code.tutsplus.com/tutorials/fixing-the-wordpress-white-screen-of-death–cms-21008
Try resetting your permalink settings at Settings > Permalinks. The biography page, for example, comes up at http://www.alejandraurrutia.cl/pg/biografia-completa/ and without /pg/ it triggers a 404 (not found).
Thanks, Bill
I have already reseted permalinks, and it doesn’t worked.
“…/pg/biografia-completa” works because is a custom type of post (I created with wp-types). I have created the custom post “pg” for test if the problem is with all contents or only with pages. Definitely the problem is only with pages, as: alejandraurrutia.cl/biografia, that I have created but it show a white page when I write it in the browser or link it
Were you ever able to resolve this problem?
No, I couldn’t. I decided not use more pages and use a type of custom post created with wp-types.
I hope that’s a reasonable alternative for you to work with.
I think it might be worthwhile to try re-installing your theme. When I visit the pages that show blank, the content is actually there in the browser, but is not visible. Could be a css problem in the theme because deleting some of the theme’s css then displays the content. Could also be a javascript error but I’m not finding one.
You might also do as Ruchika Karda mentioned above and try a default WP theme to see if it changes.