Odd new inline styles ruining custom css
-
Hey, this should be the ultimate or penultimate post from my update adventures.
When resaving maps with the new version of the plugin, a new style tag gets inlined before the map data hash on the page. It has precedence over the Custom CSS setting, so our font override stopped working. Otherwise I’d probably not even notice.
Commenting out the style output at
modules/shortcode/views/put-wpgmp.php:2219works around the problem.Not sure where
map_all_control[fc_custom_styles]gets populated, since it’s just a hidden input in the settings form and the content of the generated css is a mistery. So my question is where are these css settings from, so I can just delete them instead of needing to hack the code.
The topic ‘Odd new inline styles ruining custom css’ is closed to new replies.