Mmenu -Problems with change width - mmenu

G'day!
I'm afraid to be pushy and impolite, but I can't solve 2 problems
Could you tell me please how to change the width of Mmenu (ver 9.x.x)
Is it possible to use (and how) Mmenu (ver 9.x) in Bootstrap (3.x, 4.x)
Thank you
I hope on your help

Related

TiddlyWiki Mono theme colors issue

Hi All TiddlyWiki fans,
I have an issue with Mono theme for Tiddlywiki - http://j.d.mono.tiddlyspot.com/
When any plugin selected it isn't readable. Moreover It can't be fixed with any color palettes.
Also this problem happens when I use Tiddlytool TagCloud - https://tiddlytools.com/filtergenerators.html#TiddlyTools%2FFilterGenerators%2FTagCloud with Mono theme.
Do anyone have any idea how it can be soled?
Thank you in advance!

Guriddo jqGrid v5.3.0 on Bootstrap 4 and Font Awesome Icons

Checking if the latest version of Guriddo jqGrid v5.3.0 is the right fit for me. Due to the fact that Bootstrap 4 doesn't have glyphicons anymore, is it possible to use Font Awesome Icons with the jqGrid v5.3.0? If yes, can someone provide a sample code?
Thank you.
The current release of Guriddo jqGrid 5.3 support Octicons and Iconic icon sets, which are officially recommended from Bootstrap . We plan to support Font Awesome in the next bug fix release
Just add:
$.jgrid.defaults.styleUI = 'Bootstrap4';
$.jgrid.defaults.iconSet = "Iconic";
$.jgrid.defaults.iconSet = "fontAwesome";
Before:
$("#jqGrid").jqGrid({...

Change the default font size and font name in CKEDITOR

I am using CKEditor in my project. The requirement is to make the font name and font size changed dynamically based on user settings which we configure in one place. I am looking for a suitable solution which helps me to change the fonts in CKEditor. I had done some modification in the config using the
Have tried Is there a way to set the default font and font-size in CKEditor? but no luck
Any help will be always appreciated.
Thanks in Advance.
You can try to use contentsCss. Which will load your css rules to editor's content.
Example what you can do with that you can find here: https://sdk.ckeditor.com/samples/styles.html

Is it possible to change the mmIenu width without SASS

Is there any way to change the menu width without using SASS? (I'm running Windows 8.1, and I can't tell you how much I don't want to install Ruby...)
I can change the width of the menu contents, but the mmslideout moves to the wrong place.
I believe you can override the .mm-menu class in your custom css file for the min-width, max-width properties.
Regarding SASS compilation, i would recommend using Libsass, it's an efficient C/C++ port of the Sass CSS precompiler.
Sassy Studio seems a pretty clean VSIX, and worked for me. (Eventually ;). I'm new to SASS.)

Exclude mmenu in IE8

As mmenu does not support IE8, I'd like to stop it from doing anything in it. That way I can apply a different menu for IE8 only.
How would I do this?
Thanks
I've found the solution for this..
I wrapped it in the following code.
if ((document.documentMode || 100) > 8) {....};
Reference: https://stackoverflow.com/a/2202545/2440296

Resources