plugin.builders
Forum Replies Created
-
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] No display on pageHi Leon, you need to change the jQuery in your site. It doesn’t currently have many of the functions, so it’s generating errors. Unless you change it, almost no plugins will work – the current one cannot handle events i.e. click, hover etc.
Hi, see some previous support threads, (i’m on mobile) it might be that your server’s php engine has turned asp_tags on, you should ask them to turn it off.
It’s not a theme issue, can you give me your channel ID, and the API key.
Did you click on Check button after entering your channel ID and API key?
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Sort Playlist VideosHi, sorting videos is only available in the pro version.
Even in there, playlist’s videos cannot be sorted perfectly, as YouTube doesn’t allow us to sort playlist videos. We sort them manually, i.e. after the videos get loaded. This method works perfectly only if you’ve 50 or less videos in your playlist and you’re showing all of them at once.
If you already have the pro version the same default sort mode will be used to sort playlists as well.
Forum: Plugins
In reply to: [Waiting: One-click countdowns] Add screenshots & trigger examplesThanks for your feedback, we’ll soon add proper documentation and screenshots. For now I’m marking this thread as resolved, please post here if you’re having any problems.
Hi, I replied your email.
By default WordPress loads jQuery in the head tag, some plugin or your theme is overriding it and loading it in the footer.
If you go to browser console (press CTRL+Shift+I, and switch to console tab), you can see many
jQuery is not definederrors. Unfortunately it cannot be known which plugin or theme is overriding it from the browser.Is it possible for you to ask your theme developer to load jQuery inside
headtag and not at the bottom of page. This is causing errors for some other scripts on your page which in turn stop YourChannel’s script from running.The issue is with your API key. Did you click on Browser key after clicking on Create Key on console.developers.google.com?
In Allow referrers field put *.yoursite.com*
Until you get it working you can use the default API key AIzaSyBHM34vx2jpa91sv4fk8VzaEHJbeL5UuZk
Can you provide me your username / channel ID and the API key you’ve created.
Hi, it’s been a week and you haven’t let us know if you got it working. I’m changing this thread as resolved, if you’re still having the problem post here.
Forum: Plugins
In reply to: [Waiting: One-click countdowns] Add screenshots & trigger examplesHi, sorry for the late response.
Do you have a button which reveals the content container on click? If you do have, then put the CSS selector of that button in the
selectorfield andclickon event field.If you don’t have such button, we’ve just added another on finish option which lets you change CSS properties of any element. For this, choose
Change CSS stylesoption, then putselectorof the content container onselectorfield, and CSS properties separated by commas instylesfield. e.g:#contentonselectorfield,display:block, color:redinstylesfield.If you need any help chosing selectors, write back.
Also, there was a bug on
on finishfunction, we’ve fixed it so please update the plugin.Regards,
NubThis must be an issue with your API key. Try with the default key. Delete the channel you’ve and it’ll use the default key again.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] WidgetThe problem has been solved. Please email us at support @ plugin.builders, and we’ll provide you the link to download the updated plugin.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] WidgetHi, I’ll provide you some JavaScript to fix this in a few hours, hope it’s okay.