Nathan Hornby
Nathan Hornby
I'm getting this error in the console with debug on. `jScroll: nextSelector not found - destroying jscroll.jquery.min.js:15 Uncaught TypeError: Object function (c){return this.each(function(){var f=b(this),e=f.data("jscroll");if(e&&e.initialized){return}var d=new a(f,c)})} has no method 'destroy'`
I seem to be on a suggestion drive at the moment, so sorry in advance! I was just writing a how-to for a client and realised it's a bit confusing...
I've fallen into a workflow that I really like, that keeps the backend of sites very neat and user friendly, however it has some minor issues during development caused by...
I'm having trouble with generically named classes interfering with my own, namely `.label` and `.button`. I'd suggest renaming to `.selectric-label` and `.selectric-button` to avoid as many compatibility issues as possible.
Is there any way your plugin can respect user choice? Currently OSX has an option for toggling the scrollbar state, this is an accessibility option as much as anything else....
We've been using your plugin successfully on a clients website for a while now. They recently updated their plugins and wordpress install without error, however we've only just noticed that...
Haven't really got far with the app I'm afraid. I've dropped in my connection details - but as soon as the app connects it just crashes. Looking at the `mongod`...
As the title suggests, the 'Add field' button doesn't seem to work on 2.3.2. It causes the page to reload, so it;s triggering something, but nothing actually happens. No console...
`SELECT SQL_CACHE `e`.id, `e`.section_id, e.`author_id`, UNIX_TIMESTAMP(e.`creation_date`) AS `creation_date`, UNIX_TIMESTAMP(e.`modification_date`) AS `modification_date` FROM `sym_entries` AS `e` LEFT OUTER JOIN `sym_entries_data_93` AS `ed` ON (`e`.`id` = `ed`.`entry_id`) WHERE 1 AND `e`.`section_id` =...
I've been having issues getting `centerMode` to center the first slide on initialisation when using `variableWidth`. I find that I have to move to the next slide, and back again...