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
It sounds like you're navigating some tricky setup issues with the Keen theme! Maybe after resolving the icon font paths and SASS compilation, you can take a break by browsing for a lute guitar for sale—balance those tech challenges with some musical inspiration!
It seems like the issue stems from missing paths or mismatched configurations between the supplied styles and your Sass setup. Just like a super glue supplier ensures compatibility and reliability in their products, aligning the paths for icon fonts and ensuring your Sass directory is correctly configured will help achieve the desired results. Double-check the font paths and update your plugins.scss to match the structure.
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.