Askupa Software
Forum Replies Created
-
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] bbPress issueOh, that’s right… Thank you!
Forum: Plugins
In reply to: [Twitter Feed] "Show options" not workingI have located the problem. Unfortunately, it is not a simple fix that you can implement yourself. I will release a new version soon with a fix to that issue.
Thanks for reporting.
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] bbPress issueNot a problem!
As for the other issue, you have a bbPress CSS rule that is conflicting with it. add this code to your stylesheet:pre.prettyprint .meta .control a, xhr.prettyprint .meta .control a {display: inline-block !important}P.S. If you liked the plugin, please rate it. it would help us a lot. Thanks!
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] bbPress issueHi zeaks,
Please add the following code toapp/Mivhak.phpafter line 32 (before the closing curly bracket) and tell me if it works. The code was not tested, but in the worst case it simply won’t do anything.add_filter('bbp_get_topic_content', array( __CLASS__, 'format' ), 0 ); add_filter('bbp_get_reply_content', array( __CLASS__, 'format' ), 0 );If it works, I will add it to the next release.
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Can not access skins on control painelHi cacanal,
Does the console say anything? it seems to be a JavaScript issue.Forum: Plugins
In reply to: [Twitter Feed] "Show options" not workingHi Sanna,
Are you talking about the widget, or were you using shortcodes?Forum: Plugins
In reply to: [Twitter Feed] Update BrokenIt was my mistake, I didn’t test it on older PHP versions.
I am glad to hear everything was resolved.Forum: Plugins
In reply to: [Twitter Feed] Update BrokenSure, you can download any version from here: Twitter Feed Downloads
Forum: Plugins
In reply to: [Twitter Feed] Update BrokenTwitter Feed 2.0 requires PHP >= 5.4.3. Your PHP version is too old and therefore it breaks.
The update just prevents it from breaking if the PHP version is too old and prints a message asking you to update your PHP version.
I would recommend updating your PHP version even if you don’t plan using Twitter Feed.
Forum: Plugins
In reply to: [Twitter Feed] Update Brokenhenryavl,
I have released a quick update, version 2.0.1, which should tell you whether your system can run Twitter Feed or not (without breaking…).Sorry for the inconvenience.
Forum: Plugins
In reply to: [Twitter Feed] Update BrokenWhat is your PHP version?
Forum: Plugins
In reply to: [Twitter Feed] Update BrokenI’m sorry about that. Let me look into it.
Forum: Reviews
In reply to: [Twitter Feed] Great pluginThank you for your rating!
Forum: Plugins
In reply to: [Twitter Feed] Main menu disappears when the plugin is activeFrida,
A new version of Twitter Feed has been released (version 2.0.0) with completely new CSS. Try it out and I think it’ll fix your issue.Forum: Plugins
In reply to: [Twitter Feed] undefined functionhenryavl,
A new version of Twitter Feed has been released: version 2.0.0, with many improvements.
Please download and install this version as it should fix your error.