claudiospizzi
Forum Replies Created
-
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Enable Support for MarkdownHi
Problems are now solved. I had to active both pre and code tags inside the settings. In addition, I’ve used an old PHP version (5.4), which breaks the markdown parsing for the code language. I now have PHP 5.6.
The root cause for the hidden icons was the os of my web hoster. They use CentOS 5, where the MIME Type for svg is not defined. Quick fix inside .htaccess and it works:
AddType image/svg+xml svg svgz AddEncoding gzip svgzThank you for your support!
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Enable Support for MarkdownCool, thank you!
I’m using the theme ‘Nucleare Pro’ from Cresta Project:
http://crestaproject.com/downloads/nucleare/According to plugins: I’m currently just have activated Jetpack, a Backup plugin, a force SSL plugin, Akismet and your “Mivhak Syntax Highlighter”.
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Enable Support for MarkdownHi
I’ve updated the plugin to the new version. You can see a demo page here:
https://spizzi.net/test/The plugin has no default language configured. Something goes wrong with the parsing. The language is not detected and the syntax highlighting does not work. Also, the icons are not showing. Can you check this?