Askupa Software
Forum Replies Created
-
Forum: Plugins
In reply to: [Twitter Feed] Fatal error: commercial versionHi yearhouse,
thank you for hunting down the root of the issue. However, your solution will only work if you usingStaticTweetsby itself. Thestatic::keyword is used for late static binding, which is needed in this case.It is very strange that
StaticTweets::render( $instance );worked for you, whilestatic::render( $instance );didn’t. It should have been the other way around.What PHP version are you using?
Forum: Plugins
In reply to: [Twitter Feed] Does the "limited version" expireHi,
Yes, the limited version is free, and does not expire.
It is only limited in the sense that it has fewer features than the commercial version of the plugin (check the plugin option page to see how the commercial and the demo version compare).Forum: Reviews
In reply to: [Twitter Feed] Just what I was looking forThanks for the feedback!
Forum: Plugins
In reply to: [Twitter Feed] Problems with danish letters in Hashtag linkYou are most welcome.
Thank you for your purchase!Forum: Reviews
In reply to: [Twitter Feed] Great plugin, fast supportThank you for your feedback!
Glad we could help!Forum: Plugins
In reply to: [Twitter Feed] Problems with danish letters in Hashtag linkFixed in Twitter Feed 2.1.0
Forum: Plugins
In reply to: [Twitter Feed] Problems with danish letters in Hashtag linkHi,
Thank you for reporting this bug, I will fix it in the upcoming release.Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Highlighting from a URL?Thank you for the idea, I will look into it.
Forum: Plugins
In reply to: [Twitter Feed] Load images over HTTPSYou’re welcome, thanks for the feedback!
Forum: Plugins
In reply to: [Twitter Feed] Load images over HTTPSThank you for reporting this.
I have release an update (2.0.7) that fixes the issue. All media is now being loaded through https.Forum: Reviews
In reply to: [Mivhak Syntax Highlighter] Very good Syntax HighlighterGreat, glad you like it!
Forum: Plugins
In reply to: [Twitter Feed] Not show video when clicking "Show Media"What type of a video is it?
Twitter Feed currently supports only YouTube and Vine videos. More video types will be supported in the future.Forum: Plugins
In reply to: [Twitter Feed] Online Update (Commercial version)I tried to incorporate such functionality, but when I upload the plugin to CodeCanyon it tells me that it is missing a “plugin name header” – even though it the main file has all the required headers, including plugin name…
I guess I need to contact them in this regards and see how they can fix that.
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Editing LanguageI haven’t set it up for language translation yet. I hope to do it soon, but I can’t promise. Can you send me the translation to Turkish so that when I set it up I can have the translation ready?
Forum: Plugins
In reply to: [Mivhak Syntax Highlighter] Problem with AJAXHi, thank you for offering your help!
There is a single function call that initiates Mivhak for a given set of elements. For example, if you want Mivhak to prettify all of your document you can use:$(document).mivhak(mivhak_settings);
Where
mivhak_settingsis a global variable set by PHP (you don’t need to worry about that). If you want to highlight the elements that were added using Ajax, you can call –$('#name-of-ajax-container').mivhak(mivhak_settings);Take a look at
app/assets/js/_core.js, that’s the script that handles it.
Let me know if you were able to fix it, and I will incorporate it into the next release.