Some litte “issues”
-
Hi Jan-Peter,
at first there is the minified version of shariff.css loaded when “SCRIPT_DEBUG” is true. See line 950 in the shariff.php.
Next it is not possible to dequeue the css file with “wp_dequeue_style(‘shariffcss’)” or “wp_deregister_style(‘shariffcss’)” to load complete own css (like on my site). The shariff.min.css will always be loaded.
A third thing is a little “CSS-issue”. You are using
<path fill="' . $main_color . '"in the services PHP-files. In your css you overwrite this for example with `.shariff .theme-default .shariff-icon svg path {
fill: #fff;
}`
This CSS “fill” is not W3C valid 😉 And maybe not neccessary, because the “fill” in the “<path” was not in versions before like 4.3.0Best regards,
HarryThe page I need help with: [log in to see the link]
The topic ‘Some litte “issues”’ is closed to new replies.