I am trying to update a part of the page content in conjunction with the URL. But the updating the page works only when I click on browser “back/forward” button. Here is the example page. https://dynatale.com/version-test/edit-test1/collection1
Please note the browser URL window is changing when the button is clicked. Group named “Collection1” is supposed to be visible when the URL consists of “collection1”.
I used a simple javascript to update the URL.
I know I can update the whole page via “Open an external website”. But this is not good in terms of UX. I also trying to achieve this function without a plugin such as “Sudsy page”. (btw, this is great plugin!)
Hmm I see the issue you are having because you are using the website url’s path no parameters. I’ve honestly been a little stuck on this too, so if you figure it out let me know!