Bognár László
Bognár László
Try with document ready: jQuery(document).ready("#colorbox").swipe( {
Sorry. Haven't been here for a while. Sadly I don't have working online example at the time. What issues? Maybe I can help.
I found a possible solution to this in Statamic core In `statamic/cms/src/Entries/Entry.php` ```diff public function save() { $isNew = is_null(Facades\Entry::find($this->id())); $afterSaveCallbacks = $this->afterSaveCallbacks; $this->afterSaveCallbacks = []; if ($this->withEvents) { if...
@jesseleite how we should proceed with this one? I'm guessing we should open up an issue at Statamic Core, however I'm not positive of which part of this issue should...
+1 Use case: I have a vertical slider with floor plans on a website for a business center. I'd like the ability to reverse the animation so that the user...