Askupa Software
Forum Replies Created
-
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Notices everywhereSure thing. I will test it in debug mode.
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Error after latest updateThanks denicocc! I’m glad it’s working.
If you can, please review our plugin. It could help us a lot.Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Error after latest updateOK, I have found the cause for this issue. Version 1.2.2 should fix your problem.
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Error after latest updateHi denicocc,
Thanks for reporting this bug, i’m looking into it.Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Highlight and bbpress issueI have released a new version that fixes some of the issues that we have discussed.
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Highlight and bbpress issueWhat changed is that the plugin is now using the Ace Editor, including their themes (skins). That’s why you see that there are a lot of new skins available.
Can you change to a light theme so that I can see how it looks and maybe figure out a fix?By the way, to properly highlight PHP you have to use the
<?phpsyntax, otherwise it will be treated as HTML. I will add an option to control that as well.Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Highlight and bbpress issueHi Zeaks,
Since Mivhak is using Ace Editor now to highlight code, you must specify the language in order for it to highlight properly (there is no auto detection). The way to do it is to add a CSS class to the<pre>or<code>elements. For example, to highlight PHP, use the css classlang-php.If you click on the ‘insert code’ button in the visual editor, you can choose the language there, and the CSS class will be added automatically.
It is a good practice to specify the language, and it will also add the name of the language to the header bar (which looks nice).
As for bbPress, the highlighting works, but there is a CSS rule (specified by bbPress) that is setting
<pre>elements to have a white background. Since you are using a dark skin, the code is not visible on the white background. You can use custom CSS to change the background, or simply use a light skin for Mivhak (like “clouds” for example).If I added an option to choose a default language when no language is specified (site wide), would that help?
Forum: Reviews
In reply to: [Mivhak Syntax Highlighter] Great pluginThank you very much @dacanal, your feedback is very important to us!
Forum: Plugins
In reply to: [Twitter Feed] "Show options" not workingThe new version is released (version 2.0.2) – which fixes the bug you reported.
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Can not access skins on control painelI figured out why you were not seeing an error message. This bug is fixed now.
Just upgrade your PHP version to at least 5.4.3 and download Mivhak Syntax Highlighter v1.1.1 and everything should work fine.Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Can not access skins on control painelMivhak requires PHP version 5.4.3
The strange thing is, the plugin installation should not have been completed. You should have seen a message asking you to upgrade your PHP version.
Try upgrading your PHP version, and I will look into why no message was printed.
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Can not access skins on control painelCan you tell me your PHP version, WordPress version, and any plugins/themes you are using?
Forum: Reviews
In reply to: [Twitter Feed] Not workingI am sorry to here that you are having issues with our plugin.
If you open a support ticket I will be able to further assist you.Forum: Plugins
In reply to: [Twitter Feed] "Show options" not workingYou are most welcome!
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Can not access skins on control painelNo, there is no log unfortunately.
Is it possible for me to log in and check it?