Igor

Results 13 issues of Igor

Is it possible to blur the background element specified through css? ``` css .some-div {background: url (some-image.jpg)} ``` ``` javascript $ ('. some-div'). animo ("blur"); ``` Background aren't blur. Borders...

If I use code: ``` .main { display: block; margin: 0 auto; width: 1000px; background: url(../images/bg.jpg) no-repeat; background-attachment: fixed; background-position: top center; } ``` ``` javascript $('.textbox').blurjs({ source: '.main', radius:...

After running php artisan ide-helper: generate, my plugin, which works with Excel, began to throw the `Symfony\Component\Debug\Exception\FatalThrowableError: Interface 'Maatwebsite\Excel\Concerns\FromCollection' not found in ...` Running `composer install` helped solve the problem.

This will allow you to add CachedTrait to a third party model. Usage example: ``` ThirdPartyModel::extend(function ($obElement) { $obElement->implementClassWith(\Lovata\Toolbox\Behaviors\CachedModel::class); $obElement->bindEvent('model.beforeFetch', function() use ($obElement) { $obElement->addCachedField([ 'field_1', 'field_2', // ... ]);...

If the variables.scss file is included after bootstrap.scss, then bootstrap variables are not overridden.

Adds the ability to select a back-end administrator's user group to send a letter after creating an order in the plugin settings.