Hi. I installed the latest update to your theme hoping it would solve some plugin issues related to Visual composer yet it seems that VC is still stuck at v.4.3.5 which is fairly old now given how many updates have been made since. I need to have the latest update so I wondered is this possible or is it better to purchase and install VC directly and disable the Salient VC.
In addition, your latest theme update seems to have caused my open type fonts to be displayed incorrectly. On the old theme, inspecting the element shows rendered font as Open Sans—20 glyphs. And on the update it shows it as OTS derived font—20 glyphs. They look different and shift the content slightly.
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\');
Also, if you’re using page transitions, change the method to the standard option form the “AJAX” one
Hi. I installed the latest update to your theme hoping it would solve some plugin issues related to Visual composer yet it seems that VC is still stuck at v.4.3.5 which is fairly old now given how many updates have been made since. I need to have the latest update so I wondered is this possible or is it better to purchase and install VC directly and disable the Salient VC.
In addition, your latest theme update seems to have caused my open type fonts to be displayed incorrectly. On the old theme, inspecting the element shows rendered font as Open Sans—20 glyphs. And on the update it shows it as OTS derived font—20 glyphs. They look different and shift the content slightly.
Thanks
John
Hey ,
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\');
Also, if you’re using page transitions, change the method to the standard option form the “AJAX” one
Cheers
ThemeNectar Support Team