Is the bootstrap already inserted into the theme?
If not, is enfold a Divi Theme? Which method do I use to insert the bootstrap?
Hey dee804203,
Please add following code to Functions.php file in Appearance > Editor
function avia_add_fontawesome(){
?>
<script src="https://use.fontawesome.com/650859c78a.js"></script>
<?php
}
add_action('wp_head', 'avia_add_fontawesome');
Best regards,
Yigit
Does this require a child theme?
If so, how can I achieve this?
Thank you Yigit
Hey!
No but it would be overwritten when you update the theme. To make it update proof, please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
Yigit
Hello,
I added at the end of Functions.php but it still doesn’t work.
Best Regards
Robert
Hi Robert,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.
Best regards,
Nikko