Comments VISHNU JOORY started the conversationMarch 10, 2022 at 2:16pmhi there I have my site working in chrome, when I click through to a section then use the back browser page it goes to homepage, In Safari I am getting a black screen..... thanks 1,974Support repliedMarch 10, 2022 at 3:16pmHello,First, make sure that you are running version 1.2 of the themeIf you do, plz try the refresh the cache in Safari.Finally, if it still does not work:try adding in FirstLoad() function, /js/scripts.js file the following code window.addEventListener( "pageshow", function ( event ) { var historyTraversal = event.persisted || ( typeof window.performance != "undefined" && window.performance.navigation.type === 2 ); if( historyTraversal ) { // Handle page restore. window.location.reload(); } }); hard refresh the content (Ctrl+F5) before testing. if the problem still persists plz send us wp admin access with full rights using Appearance -> EditorThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
hi there
I have my site working in chrome, when I click through to a section then use the back browser page it goes to homepage, In Safari I am getting a black screen.....
thanks
Hello,
First, make sure that you are running version 1.2 of the theme
If you do, plz try the refresh the cache in Safari.
Finally, if it still does not work:
try adding in FirstLoad() function, /js/scripts.js file the following code
window.addEventListener( "pageshow", function ( event ) {
var historyTraversal = event.persisted || ( typeof window.performance != "undefined" && window.performance.navigation.type === 2 );
if( historyTraversal ) {
// Handle page restore.
window.location.reload();
}
});
hard refresh the content (Ctrl+F5) before testing.
if the problem still persists plz send us wp admin access with full rights using Appearance -> Editor
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy