Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1398633

    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

    #1398714

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.