Jamie Barker
Jamie Barker
Is it posible to set up breakpoints? like: `responsive: [ { breakpoint: 1024, settings: { slidesToShow: 3, slidesToScroll: 3, infinite: true, dots: true } }, { breakpoint: 600, settings: {...
Hi ya, This is completely the wrong place to ask a question but I'm pretty desperate (3 days trying to work out my issue) 1. I'm trying to override the...
can we just populate ONLY the Country using ShopUserInfo::get_location() as both City and State are sometimes incorrect: maybe change line 16 ``` php if($shopuser = ShopUserInfo::get_location()){ $country = $shopuser->Country; $form->loadDataFrom(array("Country"...
I have the following domains: http://app.arvrlab.org.nz (the origin domain requesting from the API) http://cms.arvrlab.org.nz (the Silverstripe CMS and API) I get the following CORS errors: Access to XMLHttpRequest at 'http://cms.arvrlab.org.nz/api/Member/743'...
I have created two api Members and I'm using token authentication. Each Member has a unique API Key - super admin API admin users - should be able to GET,...
FileAttachmentField::create('Image', '') $validator = new RequiredFields('Title','Image') It does not let me save the object but gives no message or indication that I need to upload a file.
More of a feature maybe ;) I'm trying to get this working if I'm requesting HTML via ajax. I've Required all the needed js and css files inside my Page_Controller...
Possible to have setMinResolution() in FileAttachementField? I'll give it a go myself and let you know how I get on :) Cheers heaps!
I get this error when trying to subscribe to the disconnet callback. ``` this.ble.disconnect(this.device_id).subscribe((data) => { console.log("disconnected good"); }, error => { console.log("disconnected bad"); }); ``` the error I get...