Compatibility with a bootstrap theme
-
Hi,
First of all, thanks for this wonderful plugin. Now, I’ve been developing a bootstrap based theme (can be found here: https://github.com/swashata/ipt-knowledgebase-theme-wp )
I intend to give inbuilt compatibility with your plugin. For that, I thought of removing the plugin CSS and JS files directly from the theme itself.
wp_deregister_style( 'bootstrap-icon' ); wp_deregister_style( 'bootstrap' ); wp_deregister_script( 'bootstrap' );
Please let me know if I am missing something. Also, I included a set of icomoon icons. It has a CSS scope of
ipt-*
and works good with glyphicons. So, for your icon shortcodes, it works if we put, sayipt-wordpress
to the custom class. eg, here: https://ipanelthemes.com/kb/wp-knowledge-base-theme/kb-plugins/easy-bootstrap-shortcode/#ipt_kb_toc_100_3It would be wonderful if somehow I could add this to the icon heading as well. As I understand, right now the custom class is added to the heading element itself (which it should), not the inside span element. Perhaps you’d like to add a custom class feature for the icons inside the heading as well?
- The topic ‘Compatibility with a bootstrap theme’ is closed to new replies.