Okay
  Public Ticket #929791
fonts and icons disappear with toolset access plugin
Closed

Comments

  •  1
    Buro 86 started the conversation

    Hello,

    Can you please check the compatibility with the authors ot Toolset access type? 
    When using alle the latest versions of the theme + plugin some strange css + font things occur...

    For example after activating Toolset access:

    - The arrows in the nectar slider disappear 

    - Font awesome icons disappear in buttons ( getting squares ) - Font awesome arrows in submenu navigations dropdowns disappear 

    - ...

    Google console doesn't show any errors or conflicts, but I am 100% sure this is the toolset type plugin causing this, deactivating this shows up the arrows and font  awesome icons again.

  •  8,996
    Tahir replied

    Hey Buro,


    Try opening your functions.php file and changing these items:

    wp_enqueue_style('font-awesome');
    wp_register_style('font-awesome', get_template_directory_uri() . '/css/font-awesome.min.css');
    to this:

    wp_enqueue_style('font-awesome-2');
    wp_register_style('font-awesome-2', get_template_directory_uri() . '/css/font-awesome.min.css');

    Cheers


    ThemeNectar Support Team 

  •  1
    Buro 86 replied

    Thank you very muchTahir! 

    SOLVED!