Ethan Beyer

Results 11 comments of Ethan Beyer

Has horizontal scrolling been fixed due to @simon04 's commit, or no?

how hard would implementing @swinggraphics' idea be?

Is there currently any way to set permissions on files/directories by default? I'm using git-ftp to deploy all changed files to a server, and when files get there, the permissions...

I'm having an issue with the following BS4 divs and their implementation: ```js (function($, viewport){ // Bootstrap 4 Divs var bootstrapDivs = { 'xs': $(''), 'sm': $(''), 'md': $(''), 'lg':...

@LazyRecon ah, thank you! That works perfectly. Better job of invoking the script at run, also. Cheers!!

~~I wanted to come back to this, as the issue has broken another part of the site this pertains to: image uploads.~~ ~~I don't know why exactly it's happening, but...

Thanks, @gmclelland - I've determined it's not the User Page issue, as I thought. It's server level! The error is a 404 in the response, and it's loading the Home...

I like the idea of aliases for fields because I have built several sites now that have dozens of fields that do the same thing, similar to the `age` and...

> Not sure I'm getting the first one right – if aliases are global, you could only add each field to any given template once, and if it has one...