ixiter
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg Forms - WordPress Form Builder Plugin] Warning and no e,mail sentOh .. yes, all fields are mandatory.
Might be the checkbox since Validator->isEmpty() checks only for strings. Checkbox is an array, probably?Forum: Plugins
In reply to: [Gutenberg Forms - WordPress Form Builder Plugin] How to Assign RecipientIts in the block config for the main block. Click in the lower section beside ths submit button. Now you activated the main block and you can edit its config in the right sidebar.
Yeah! very good @update.
No prob with the help. Open source, open mind, close together.
Yes. That was the bug.
I just patched the file as you recommended, and everything was fine.
Thank you for your quick support.
* Google Experiments = Google Analytics Experiments
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Facebook Comments Not Workingnope,. didnt help for me.
It isnt a missng javascript.
I found out, for some reason the width of the facebook comments are set to 0. So they are present, but we cant see the?.I did another workaround in …/gplus-comments/includes/lib/frontend.php line 87, where the tabs get initialized.
Just catch the tab activate event, check if the .fb-comments tab is initialized and set
jQuery(".fb-comments span, .fb-comments span iframe").css({"width": window.comment_tab_width});
Workaround:
FIND: …/gplus-comments/includes/lib/frontend.php line 87
REPLACE WITH:echo '<script> jQuery("#comment-tabs").tabs({ activate: function (e, u) { if(typeof jQuery(".fb-comments") != "undefined"){ jQuery(".fb-comments span, .fb-comments span iframe").css({"width": window.comment_tab_width}); } } }); </script>' . PHP_EOL;
Forum: Plugins
In reply to: [IX Show Latest YouTube] Invalid arguement supplied for eachThe problem is …
We use V2 of the API in this plugin. V2 is not supported anymore. We need to change to V3.
V3 requires an API-key. Requests are limited per key. So we canniot provide our key with the plugin. Each installation of the plugin requires a unique key. Each user needs to get an own key.We will discuss this issue and then decide what to do.
Forum: Plugins
In reply to: [WP Google Fonts] Bug in get_api_query()Other fonts I found with lcfirst in some words ….
Waiting for the Sunrise
Over the Rainbow
Loved by the King
Dawning of a New DayForum: Plugins
In reply to: [IX Show Latest YouTube] More options : )Hi Daniel J. Lewis,
Thank you for your implementations.
Lets talk some more in g+Forum: Plugins
In reply to: [IX Show Latest YouTube] More options : )Thank you. I dont know these .. will check them out.
Forum: Plugins
In reply to: [IX Show Latest YouTube] Last Video not showingHi nibinnelson007,
I need more information to reproduce this bug.
Name of the YouTuube channel
Link to the video you expect to see
Link to the video you really see.Forum: Plugins
In reply to: [IX Show Latest YouTube] Show only if broadcast is Youtube Livehi zainghani,
I built in your requested feature.
Now you can set a “no live message” with the options page, short_code or template tag.
Download/Install V2.2
Forum: Plugins
In reply to: [IX Show Latest YouTube] Fatal ErrorHi Laura,
Wow. Thank you for the bug report.
I didnt need the method at another line anymore and removed it. Forgot it was still used in the template tag.
I fixed it. Update to or install the new Version 2.1.1.
Thank you,
PeterForum: Plugins
In reply to: [IX Show Latest YouTube] Show only if broadcast is Youtube LiveHi zainghani,
no, this feature is not implemented yet.
I take you question as a feature request and will implement it soon. Hope you can wait a few days.
Thank you for the good suggestion
PeterForum: Plugins
In reply to: [IX Show Latest YouTube] No more videos found for channelGreat!
Thanks for feedback. I am happy that it wasnt my fault. ??Well, you could just put a container around it, like …
<div style="padding:15px;">[ix_show_latest_yt]</div>
Use the html editor view to do this.