Alex Hoyau

Results 420 comments of Alex Hoyau

Ok I see Thank you for the bug report, I'll try to fix this by the end of the month

Hello Could you try on https://preprod.silex.me please and see if it is fixed? Backup your site before you save, because a site saved on preprod can not be opened on...

it looks like you need to replace ``` $('body').pageable().data().silexlabsPageable.options.currentPage ``` with ``` $('body').pageable().data()['silexlabs-pageable'].options.currentPage ```

Can you make a screenshot please?

Sure I can help Could you put your website online somewhere so that I can check JavaScript errors?

This is great !! Love it ! I don't know why it does not work on ios, but maybe the window.location.hash is different...

ok great good idea to add next/prev page to the link drop-down thx

Hi Here is an adaptation of the code from [this article](http://stackoverflow.com/questions/12953928/immediate-play-sound-on-button-click-in-html-page), it will not work on all browsers. Paste it in the javascript editor in Silex ``` function playSound() {...