Hello, I bought this "Keen v3.0.6" theme to add to my project.
The structure is different, so we use the sass directory.
This does not include the path or specifications for loading the icons fonts.
If I use the supplied styles and compare them with the compiled ones they are different by default in the project.
Functional file: plugins/global/plugins.bundle.css
Sass file with the problem: sass/plugins.scss
The Keen v3.0.6 theme most certainly has the essential font files for the icons, but they may not be correctly linked in the given styles bitlife. Look for a "fonts" or "icons" directory in the theme files, then provide the location to these files in your CSS or Sass files.
Hi,
Please note that the KeenIcons source is located in src/plugins/keenicons
.
All icon assets are added via gulp and webpack config under tools/gulp.config.js
and tools/webpack/plugins/plugins.js
, tools/webpack/plugins/plugins.sass
.
Then recompile your assets folder with Gulp or Webpack.
Please note that the build tools are required only in the development environment just to compile the assets when the source folder files are modified. In the hosting/server deployment, you will only need the compile assets, no need to install the build tools dependencies there.
Regards.