flowdee
Forum Replies Created
-
Forum: Plugins
In reply to: [Hearthstone Cards for WordPress] Some cards show and some don'tI’m releasing v2.2.1 which fixes this problem. Please check after the update is available.
Forum: Plugins
In reply to: [Hearthstone Cards for WordPress] Some cards show and some don'tThanks for updating elliott!
I’m aware of this problem ( https://github.com/flowdee/hearthstone-cards-for-wordpress/issues/38 ) and I’m going to take a look into asap! I’ll reply back again when it’s fixed.
Forum: Reviews
In reply to: [Shorty - The Shortcode Manager] Awesome, and can be even betterHey f4tal1st,
thanks for your rating and feedback!
About the widget: Themes must support placing shortcodes into text widget. If it’s not activated, you can add this to your functions.php
add_filter(‘widget_text’, ‘do_shortcode’);
About the issues you wrote: I cannot 100% follow your explanation. Feel free to contact me directly via https://coder.flowdee.de/contact/ then we will figure it out. I’m very interested in fixing it / improving the plugin.
Best regards
Forum: Plugins
In reply to: [Shorty - The Shortcode Manager] tag added around the shortcodeThanks for your feedback. I’m going to implement this as soon as possible. I’ll be back to you when it’s done!
Forum: Plugins
In reply to: [Hearthstone Cards for WordPress] hearthstone plugin and localized pagesOkay thanks for your feedback. Going to put this on my todo list. I’ll come back when it’s done.
Forum: Plugins
In reply to: [Hearthstone Cards for WordPress] hearthstone plugin and localized pagesHey 2Steps,
the language you select on the plugin settings is the language the plugin expects the card names to be written.
I might add some option to enable multinlingual card names, but this comes along with a larger file data which has to be loaded. Would this help? so you can add card names in german, english or french complete mixed.
Forum: Plugins
In reply to: [Hearthstone Cards for WordPress] Machtwort: SchildThanks for the info! I’ll take a look into and reply asap!
Forum: Plugins
In reply to: [Shorty - The Shortcode Manager] tag added around the shortcodeHey Elnino3838,
thanks for your message. Isn’t this a general WordPress shortcode problem? I can take a look into if it might be possible to add a checkbox for making a shortcode “inline” and striping away the paragraph tags around.
When updating the settings, the php warnings disappear. But of course they should be handled by the plugin π
Forum: Plugins
In reply to: [Shorty - The Shortcode Manager] Can I use PHP codes?Hey benedicksahagun,
when creating a shortcode via the plugins’ pages, you cannot enter php code due to the fact that it’s simply the visual editor.
What you could do: Additionally preparing a shortcode via your functions.php file and this shortcode can be used and executed by the plugin.
But direct php input is not possible and not planned so far.
Let me know if you have any further questions.
Forum: Plugins
In reply to: [CDN Enabler] Not work with protocol relative URLsWhy not? Can’t you add these? Very important in my opinion. A lot of plugins use relative protocol identifier and they make sense.
Forum: Reviews
In reply to: [EDD Software License Manager] Great software for digital license saleThanks weiweibaba, really appreciate your feedback!
Forum: Plugins
In reply to: [Hearthstone Cards for WordPress] The Coin / Die MΓΌnze?Finally found the problem and the latest update fixes it.
Forum: Plugins
In reply to: [Hearthstone Cards for WordPress] Some cards show and some don'tHey MarineKingAizen,
I finally found the problem for some not transformed cards. e.g. [Annoy-o-Tron] is working fine now.
Additionally [Circle of Healing gold] now works fine for me even when placed multiple times within a post/page.
Always take care of the correct uppercases. I’ll maybe add something in future to take lowercases too.
Forum: Plugins
In reply to: [Shorty - The Shortcode Manager] Fatal Error on ActivateAdded a note for new users: This plugin requires at least PHP 5.3.0.
Please check your webhosting and upgrade the PHP version.