MoneyTrails
Super Contributor
- Joined
- Jul 5, 2021
- Messages
- 121
If you ever ran into the issue of the back button and propush scripts not working correctly together after downloading from Purelander and uploading to Netlify... then I think I found a fix.
At first I thought it had to do with location of where you placed the scripts (such as below header, bottom of page, etc.) or the problem was netlify. Side note: placing the back button script below header did mess up the lander's format.
Anyway...
The fix is simply downloading the normal version of the landing page and NOT the compressed/minified version. I noticed the compressed/minified version sometimes leaves out the ending </script> tag of the back button script for some reason.
(Btw, will the difference in file size matter? 500kb vs 250kb?)
Maybe @Tyoussef @Samira_PL - maybe you guys have a fix for this? Or maybe I'm
At first I thought it had to do with location of where you placed the scripts (such as below header, bottom of page, etc.) or the problem was netlify. Side note: placing the back button script below header did mess up the lander's format.
Anyway...
The fix is simply downloading the normal version of the landing page and NOT the compressed/minified version. I noticed the compressed/minified version sometimes leaves out the ending </script> tag of the back button script for some reason.
(Btw, will the difference in file size matter? 500kb vs 250kb?)
Maybe @Tyoussef @Samira_PL - maybe you guys have a fix for this? Or maybe I'm