Dear Armin,
at the bottom of my page i put the Impressum link which should open the Impressum page. But if you try to click on it the page first loads blank, then if you do cmd+R it loads properly.
Could you help me fixing the bug?
Thank you in advance and also just generally a big thank you for your great work. I'm very happy with Laytheme.
Best,
Francesca
-
Page won't load, unless i reload it
-
@franzi said:
my page
I'm not sure it can help but you have a jquery error
jquery.js?ver=1.12.3:4 GET http://www.francescatambussi.com/wp-json/wp/v2/posts/627 404 (Not Found)
I guess the jquery script doesn't run properly -
Hey franzi!
Yeah this is a bug that others have too but that i wasn't able to fix yet.
Please enter the Gridder where you have that "impressum" button. Doubleclick that textelement to enter the texteditor. There, please click the "<>" Source Code button. In there you will see:<a href="http://www.francescatambussi.com/impressum/" target="_blank" data-type="project" data-id="627" data-title="Impressum">Impressum</a>
please change that to:
<a href="http://www.francescatambussi.com/impressum/" target="_blank" data-type="page" data-id="627" data-title="Impressum">Impressum</a>
The change is data-type="page"