Home Forums Business Epic Latest version of font awesome

Tagged: 

Viewing 11 reply threads
  • Author
    Posts
    • #793
      Mamarelis
      Participant

      I don’t know how to install latest version of font awesome. Any help appreciated.

    • #799
      arjun
      Keymaster

      just download the latest version of font awesome and replace an old version, and enqueue font awesome necessary resources

      • This reply was modified 6 years, 9 months ago by arjun.
    • #804
      Mamarelis
      Participant

      The problem is that I don’t know exactly which files must be replaced…

    • #808
      arjun
      Keymaster

      go to font awesome site click on icon you found https://prnt.sc/kgl6rz , check URL and copy shortcode and paste it where you want, I understand these way, still, you have a problem please ask again

    • #855
      Mamarelis
      Participant

      First of all I don’t know why you sent this URL (https://prnt.sc/kgl6rz). When I posted my comment, I was expecting to tell me what I had to replace into my child theme ( in which files/ folders).

    • #924
      arjun
      Keymaster

      just make child themes and take on themes as the folder name, in your WordPress installation directory

    • #925
      Mamarelis
      Participant

      I have created child theme. It’s 99% ready! I wish I could understand exactly what changes I have to do (which files/folders must be replaced) in order to load latest version of font awesome icons…(?)

    • #928
      arjun
      Keymaster

      you need to add the latest version of font awesome icon folder structure same as our parent themes in a child theme and do wp_equeue in function.php and if you are still confused please mail us at amplethemes@gmail.com, and provide your child theme, we will add the latest version of font awesome icon for you

      • This reply was modified 6 years, 8 months ago by arjun.
    • #931
      Mamarelis
      Participant

      I sent my child theme 3 days before. Have you received it? (I used WeTransfer)

      • #932
        arjun
        Keymaster

        sorry, can you send it again? I got so many emails difficult to find out or give me your mail address, i will search it

    • #960
      arjun
      Keymaster

      I got your child theme, I saw it but your child theme has so many errors found so it needs so much time to fix, so again you need to fix your code .here are some tips for you, include the latest version of fontawesome.css > asserts > css> font-awesome.css(same structure as parent themes) and on function.php wp_enquque font awesome css like :

      add_action(‘wp_enqueue_scripts’, ‘business_mission_script_fix’, 100);
      function business_mission_script_fix()
      {

      wp_enqueue_style( ‘font-awesome’,get_template_directory_uri().’/assets/css/fontawesome.css’ );

      }

      and you need to search all font awesome prefix ‘fa’ in theme and replace it by ‘fas’.

      • This reply was modified 6 years, 7 months ago by arjun.
    • #964
      Mamarelis
      Participant

      Thank you for your help. This action works for me and loads icons faster. It’s true that I had some errors in my child theme but it has to do with your theme (I thought that were overcomed). I have created many child themes before this one and I used the same tactic in all themes. I don’t know what went wrong with your theme. Any help with your theme appreciated!

    • #971
      arjun
      Keymaster

      over i see in your code, I find that you copy all code from parent themes but child theme had not needed to copy all code from parent themes, only you need to copy which code you want to replace, in WordPress directory business epic child theme is already live, you can see here https://wordpress.org/themes/business-mission/

Viewing 11 reply threads
  • You must be logged in to reply to this topic.