Alex Hoyau
Alex Hoyau
Oh right! You simply should run your script after the page is loaded: ``` javascript $( document ).ready(function() { // put your code here // the one with $(window).scroll });...
I would need to see the website
Ah ok I see why you have to set `left`, this is because initially the menu is in the container which is centered. So you just have to center the...
Nice! > I want to open all windows on the top. Is it possible? You mean in a blank window? This is bad practice really > I want to translate...
Thank you very much @mattrunyon for the bug report and fix With your solution, do you still have page transition?
Thank you @mattrunyon for pointing this out Here is someone with the same issue, and this is where I will put a solution. https://github.com/silexlabs/Silex/issues/328 I have also updated this template...
Here is a way of duplicating GitLab projects https://docs.gitlab.com/ee/api/bulk_imports.html
The app image (silex desktop) is not maintained anymore, we need a maintainer :)
Hello First of all if you are just starting your project you should use the next version v3 instead because support for the v2 has stopped - I wrote it...
for now no appimage of the v3 would you build your own with electron?