-
AuthorPosts
-
September 8, 2017 at 6:07 pm #849674
Is the bootstrap already inserted into the theme?
If not, is enfold a Divi Theme? Which method do I use to insert the bootstrap?
September 8, 2017 at 6:33 pm #849678Hey 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,
YigitSeptember 8, 2017 at 6:37 pm #849679Does this require a child theme?
If so, how can I achieve this?
Thank you YigitSeptember 8, 2017 at 6:41 pm #849682Hey!
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!
YigitOctober 29, 2018 at 4:25 pm #1027616Hello,
I added at the end of Functions.php but it still doesn’t work.
Best Regards
RobertOctober 30, 2018 at 4:20 pm #1028125Hi Robert,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
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 -
AuthorPosts
- You must be logged in to reply to this topic.
