Bernardo Castro
Bernardo Castro
[Bybrand](https://www.bybrand.io) generates beautiful signatures in pure HTML, and can place in the signature area on Nylas. Easy. You will not need to modify the email client, at least i think
I have the same problem. The keyboard shortcut only works if the command is in the "toolbarButtons" option of the editor. ``` new FroalaEditor('.selector', { toolbarButtons: [ ['bold', 'italic', 'fontFamily',...
All right, Or modify line https://github.com/kolanos/kohana-captcha/blob/master/classes/captcha.php#L430 Request::instance()->headers['Content-Type'] = 'image/'.$this->image_type; Request::instance()->headers['Cache-Control'] = 'no-store, no-cache, must-revalidate, post-check=0, pre-check=0'; Request::instance()->headers['Pragma'] = 'no-cache'; Request::instance()->headers['Connection'] = 'close'; FOR " $request = Request::current(); $request->headers['Content-Type'] = 'image/'.$this->image_type;...
You can include "jquery.mb.browser", was what I did. https://github.com/pupunzi/jquery.mb.browser
I was having a similar problem @Hervie my solution was is working... :) ``` javascript $( ".lightbox " ).rlightbox(); $( "#ui-carousel-next" ) .add( "#ui-carousel-prev" ) .hover( function() { $( this...
I'm also having the same problem. The solution is to keep the version at a maximum in Froala 4.4 - it's sad, but it's the way I found. They put...
I'm also struggling to figure out a way to remove this in Froala 4.5. Ideally, there would be an option in the editor to Disable these CSS classes. Digging deeper,...
Sorry, the example does not work very well with jQuery. Example with jQuery: $el.find('table').removeClass('fr-table-selector fr-table-selector-active fr-table-selected fr-table-selector-active-selected'); Keep the version in Froala 4.4 😭
But when I don't want to use MS Excel? This new view just gets in the way. My solution currently is removing the CSS ".fr-table-selector" when it appear in the...
Yes! Keep the version 4.4. Simple 🤙