web pages
I cannot edit any of my web pages other than my home page.
-
Hi Barry,
Thank you for contacting us.
Have you tried clearing your browsers cache or using another browser?
In case, this made no difference, please provide us some screenshots or any error messages that can help us identify the root cause of the issue.
I am looking forward to your response.
Best regards,
Ariel H.0 -
Hi Ariel, thanks for getting back to me.
Please find attached 3 screenshots showing what I see when trying to access (edit) my page.
I've logged into my account on 'Edge' as well as 'Chrome' with the same results. My landing page is fine but not my actual home page. They BOTH appear fine in any browser so can be viewed ok but I need to make a few edits as I'm in the process of linking my demo sites to Brizy this week.Many thanks,
Barry0 -
Hi again, I've tried duplicating the whole site and also tried duplicating the page but still get the same problem... page just shows '2023' instead of the actual contents.
Kind Regards,
Barry0 -
Hi Barry,
Thank you for the update.
This issue occurs on sites that use document.write() to display the copyright year.
Unfortunately, this no longer works in the recent updates (this also occurred in the plugin version.)We suggest that you modify the script to display the copyright year in order to resolve this issue.
You can find an example here - https://support.brizy.io/hc/en-us/community/posts/13681993326865-White-screen-of-death-2023In Brizy Cloud, you can fix it by deleting the block that contains the script.
This is demonstrated on this screencast - https://youtu.be/YTXrILOl-Qw
When you delete the old script, you can then modify the code based on the example found in the above URL.I hope this helps.
If you need further assistance, please let us know.
Best regards,
Ariel H.0 -
Hi Ariel,
Ok, I'll give that a go...
Thanks for the info.
Kind Regards,
Barry.0 -
Hi Ariel,
All sorted now and if it's any help to the other users, I used this formula:
<div style="text-align:center; font-size:14px; font-family:montserrat;">
<span style="color: #ffffff;"> <span class="yr"></span>
© site.name | All rights reserved
<script>document.querySelector(".yr").textContent = (new Date().getFullYear());
</script>
</div>I'm no coder (as you can probably tell) but managed to cobble this together and it works fine, lol.
I found this method:
<style> div {text-align: center;} </style> Copyright © <span id="footer-year"></span> <img src="/error_source.jpg" style="display: none;" onerror="document.getElementById('footer-year').textContent = new Date().getFullYear();"> Superior Sensor Technology All rights reservedmessed up the divider pattern as it would only span half the page.Kind Regards,
Barry.0 -
Hi Barry,
Thank you for the update. You got it right.
This is similar to the solution offered on this link:
https://support.brizy.io/hc/en-us/community/posts/13681993326865-White-screen-of-death-2023Cheers!
0
Please sign in to leave a comment.
Comments
7 comments