• Hi,

    I migrated my websites from Godaddy to Hostgator with Duplicator plugin. All sites work correctly except one, in wich everything works except internal pages, they show a white page, like in this example: https://www.alejandraurrutia.cl/biografía

    Current and custom post work perfectly, the problem is only with pages. I have modified .htacces and wp-config.php, I change the page template, I have deleted all plugins… it continues not working. I have other site created with the same theme and it hasn’t this problem.

    ?Any idea?

    Thanks in advance

Viewing 8 replies - 1 through 8 (of 8 total)
  • Bill

    (@chubbycrow)

    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 https://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.

    Thread Starter ncasado

    (@ncasado)

    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: https://www.alejandraurrutia.cl/biografía)

    The theme works perfectly (I use it for other site and internal pages work. Ex: https://www.unojoenlapared.cl/mecenas/) the problem with the pages started after hosting migration.

    Hi ncasado,

    Just try troubleshooting. Try the following things:

    1. Set WP_Debug true in wp-config.php and refresh the page to see if it throws any error.
    2. 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: https://code.tutsplus.com/tutorials/fixing-the-wordpress-white-screen-of-death–cms-21008

    Bill

    (@chubbycrow)

    Try resetting your permalink settings at Settings > Permalinks. The biography page, for example, comes up at https://www.alejandraurrutia.cl/pg/biografia-completa/ and without /pg/ it triggers a 404 (not found).

    Thread Starter ncasado

    (@ncasado)

    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

    Bill

    (@chubbycrow)

    Were you ever able to resolve this problem?

    Thread Starter ncasado

    (@ncasado)

    No, I couldn’t. I decided not use more pages and use a type of custom post created with wp-types.

    Bill

    (@chubbycrow)

    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.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Internal links to blank pages’ is closed to new replies.