CKEditor stylesSet preset for Bootstrap - ckeditor

Is there any ready made stylesSet setting for using the bootstrap css classes in CKEditor? I know I can build my own rules, but as there are quite a lot of default bootstrap classes it would be a great help to have a preset. I'm talking about CKEditor v4 with it's stylesSet setting

You should investigate the add-ons and plugins by searching the CKEditor website.
The "Bootstrap Include CSS & JS" might do what you're after, though it's a commercial solution and includes more functionality than you've mentioned.
Here you can find more information about this plugin:
on the CKEditor website
on the js.plus website
Note: I have no affiliation with the seller of this plugin, and I've not personally used it before. It just seems to me like the most solid pre-made solution for the functionality you've requested.

Related

Shopware 6 theme development - exclude specific Storefront styling or SCSS file

I have a CSS selector that gets a lot of styles from the built-in Storefront theme. I don't want to use any of those styles. Do I have to override/reset each single CSS property in my theme, or is there a way to exclude one specific Storefront SCSS file from compilation? Or even better, exclude that specific CSS selector?
I don't know a built in way to do this.
You might want to try to decorate the following method in a plugin and clear out the existing styles in the array
https://github.com/shopware/storefront/blob/fc16b8db664d077807073397b04ee3c56b7e3735/Theme/ThemeFileResolver.php#L27

Eliminating a footer popup in Joomla

Although I'm from WordPress, I need to make a slight change on an old Joomla Website for a friend of mine.
The site is: http://aja-architekten.de
I need to eliminate the footer Popup which says "Wir sind umgezogen".
I know there might be a thousand ways to implement this in Joomla, but what is the plugin or module in the code!
It's difficult to identify without back-end access to the website as it could be a module, a plugin, or even hard coded into the index.php file of the template or similar.
If it's not obvious, the easiest work around might be to add some code to a custom CSS file like this or similar:
#ca_banner {
display: none !important;
}
To create a custom CSS file using a Warp theme, create custom.css in the /css subfolder in the relevant template folder.

CKEditor 4.13 - Which core or plugin are the styles (div.xyz) coming from?

In my CKEditor instance, I am seeing formatting styles added that start with div. (i.e. div.dataTables_xyz, div.dt-button-xyz, div.dtr-modal-xyz.) How can I find out which plugin is adding them? (or if it's core ckeditor, how can I remove them?)
Tried removing several plugins that I thought might be the culprit (i.e. Div Editing Area, Div Container Manager)
I would prefer not to have those styles listed, as they are numerous and will likely confuse our users.
the plugin was stylesheet parser.
https://ckeditor.com/cke4/addon/stylesheetparser

How to integrate metronic theme with DNN9?

We have a DNN9 platform for our Business2Business website. It has basic look of reports however we wanted to show some advance look to reports and charts so that we are planning to integrate metronic theme in DNN9. I tried multiple ways to do it but failed. kindly help regarding this for the same.
Not sure what you have tried but we succeeded in displaying reports module data using Mandeeps Porto css and boostrap classes.
We achieved this using the xsl stylesheet option in reports module settings.
If the theme resources are part of your portal skin on the page that the reports module resides then xsl elements will display fine. If not part of the portal theme, you can either declare the resource in page setting header or in the xsl stylesheet itself.
Hope this helps

CSS framework used by Vue.js website

Does anyone have any idea of the CSS framework used by Vue.js website?
I want to use the theme on my website. It's so awesome.
From what I can see in their style.css they are NOT using any framework. It's 100% their code.
The only 3rd party libraries they use are:
Font Awesome
Google Fonts
styles for Algolia's search

Resources