Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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?

    #849678

    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

    #849679

    Does this require a child theme?

    If so, how can I achieve this?
    Thank you Yigit

    #849682

    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

    #1027616

    Hello,
    I added at the end of Functions.php but it still doesn’t work.
    Best Regards
    Robert

    #1028125

    Hi Robert,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.