• Hi

    No doubt its one of the most handy plugin with handful of features. But it has some lagging issues when it comes to plugin options.

    I am using Shortcode ultimate with one of the WordPress theme which is already included with fontawesome icon fonts by default. Is it possible to disable loading any one of font awesome icons library via plugin options panel to avoid any issues?

    https://www.ads-software.com/plugins/shortcodes-ultimate/

Viewing 1 replies (of 1 total)
  • plugins/shortcodes-ultimate/inc/core/assets.php line 54:

    // Font Awesome
    wp_register_style( 'font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css', false, '4.4.0', 'all' );

    The only issue is that changing that file won’t transfer over to updates, so you’d have to re-edit it.
    Also, I’m pretty sure it would also disable icons for any admin area, but it’s worth testing.

Viewing 1 replies (of 1 total)
  • The topic ‘Much Awaiting Shortcode Ultimate Plugin Option’ is closed to new replies.