Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 15, 20204 yr Hi there. 👋  I am working on enabling a Site Speed Accelerator (SSA) for my forum to speed loading up.  The SSA is causing some errors that I'm sorting through.  One of them is via the mobile navigation menu. Whenever you click the menu icon on mobile with the SSA enabled, it refreshes the page.  Example: https://streamable.com/u54smu  The company with the SSA advised me to change the following:  From:  <a href="#">   To:  <a href = "javascript: void(0)">  I tried doing this in the mobileNavBar, mobileNavigation, mobileNavigationChildren templates. Didn't fix the error unfortunately. Am I looking in the right place?  Any advice would be greatly appreciated.Â