Basti
Basti
Discussed here https://github.com/bootscore/bootscore/issues/30
This seems to be a good idea, because some users asked already for that and want to use other tools. @justinkruit any idea?
Ok, I learned now that adding `dir="rtl"` to the `` is not enough to create rtl pages. There must be a compiled Bootstrap rtl as well. Correct? I did not...
Variables already exist. Use this to remove underline from links & hover: ```scss // Style anchor elements. $link-decoration: none !default; $link-hover-decoration: none !default; ```
Yes, the Read more button is not supported yet. We will refactor the whole offcanvas cart in a further release https://github.com/bootscore/bootscore/issues/215, then Read more button will work fine.
If compiler stops working for whatever reason, enable dev-mode by adding following snippet to `wp-config.php`: ```php /* Dev mode to force recompile scss and add source map */ define('WP_ENVIRONMENT_TYPE', 'development');...
Remove in v6 Readded https://github.com/bootscore/bootscore/pull/258 https://github.com/bootscore/bootscore/issues/257#issuecomment-1249277040
Of course, it needs some time to compile SCSS files, but 31,6 seconds seems too long. The speed for compiling depends on your server and PHP settings. Please try another...
We need compiler to use the power of Sass and edit Bootstrap correctly. Variables and mixins won't work with a precompiled Bootstrap. Adding source and compiler to the theme was...
This is a known issue regarding to Chrome/Edge and Offcanvas https://github.com/twbs/bootstrap/issues/36681. Using Collapse navbar instead Offcanvas should solve this. CC @Axos11