Hi,
I use the scroll down function on some pages, like here:
The problem is, that the URL changes because it gets parameter >>
Is it possible to do some settings, that the parameter doesn’t appiear anywhere?
Thanks a lot.
Best regards,
Eve
Hey Createve_Solutions,
Thank you for the inquiry.
This is possible but you will have to directly modify the enfold\js\avia.js file and look for this code around line 892.
newHash = '#' + container.attr('id') ;
Replace it with.
newHash = "";
Please make sure to toggle the file compression and purge the cache before testing the page.
Best regards,
Ismael