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.
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.
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
Thank you very muchTahir!
SOLVED!