Rodrigo
asked 11 years ago

Hello,

how are you?

Can I add the Glyphicons from Bootstrap? What would be the code to make them work?

Thank you in advance.

Kind regards,

 

2 Answers
DominicStaff
answered 11 years ago

I sent and notified our technical team about problem. We are checking and fixing. We will inform you as soon as possible.

Rodrigo
replied 11 years ago

Thank you very much.

DominicStaff
answered 11 years ago

To resolve this issue, you can follow the steps below:
Step 1: Download the glyphicons.zip package here:
URL: https://www.dropbox.com/s/50anz8tvwtxwoma/glyphicons.zip

Step 2: Unzip the glyphicons.zip package and copy/ paste the “glyphicons” folder into the folder path “\wp-content\themes\dw-focus\assets”

Step3 : please open the header.php file then add the following code before the code line “<?php wp_head(); ?>”:

<link rel="stylesheet" href="<?php echo get_template_directory_uri() ?>/assets/glyphicons/css/glyphicons.css">

See the screenshot:

 

Powered by DW Question & Answer Pro