plugin.builders
Forum Replies Created
-
Hi, are you not showing Videos? If you aren’t then in Style > Toggle in the YourChannel form, check Playlists in the Default tab field.
I don’t know what’s the issue, so provide me link to your page when you upgrade to 0.7.
Forum: Plugins
In reply to: [Waiting: One-click countdowns] 0.3 update mess-upHi, new version ( 0.3.1 ) has been released. Please update from your Plugins page.
Forum: Plugins
In reply to: [Waiting: One-click countdowns] 0.3 update mess-upHi, I’ve found the issue, and fixed it. I’ll release new version within an hour. Very sorry for the delay.
Forum: Plugins
In reply to: [Waiting: One-click countdowns] 0.3 update mess-upHi, how many countdowns do you have? If you can recreate those countdowns easily, please paste the following code in
functions.phpfile of your theme, save, then reload. It’ll clean Waiting’s database, and then you can reinstall the plugin without any errors.Remove the code and save again after reloading.
function waiting_clean_db(){ global $wpdb; $sql = "DROP TABLE IF EXISTS ".$wpdb->prefix."waiting"; $wpdb->query($sql); $sql = "DROP TABLE IF EXISTS wp_waiting"; $wpdb->query($sql); delete_option('waiting_clean_on_uninstall'); delete_option('pbc_version'); delete_option('pbc_waiting_license_key'); delete_option('pbc_waiting_name'); delete_option('pbc_license_status'); } add_action('init', 'waiting_clean_db');If you cannot delete, then we’ll write another solution.
Forum: Plugins
In reply to: [Waiting: One-click countdowns] 0.3 update mess-upHi, this version restructures database table to make it work with multisite installations, so that might have caused the problem.
Can you once try reactivating the plugin?
Thanks a lot for commenting on our new pricings, we’ll definitely review it.
The issue has been solved. You can use the latest version now.
Hi, yes, sorry. We’ve reverted the stable version back to 0.6.10. We’ll fix this soon.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] MonetizationHi, no such option at the moment. And you’re the first person to ask of this feature in YourChannel, we might consider adding ads in the future versions.
Hi, this is a known issue. We’ve done extensive reading and testing, and that’s not possible. YouTube only gives us the date the video was added to the playlist. We cannot do anything about this.
Sorry,
NubHi, if your videos are needing more than 1 row you can try making the thumbnails smaller. Go to Style > Thumbs in the YourChannel edit form to change them.
Forum: Plugins
In reply to: [Waiting: One-click countdowns] Waiting PluginHi, go to your WP Dashboard, then to Posts from the left sidebar’s menu, then click on Platinum Jubilee July 11 link and just paste the shortcode there. Then save.
Write back if you cannot get it to work.
Forum: Plugins
In reply to: [Waiting: One-click countdowns] Editor can't access settingsHi, currently there are no hooks to manage user permissions.
You can do so by editingwaiting.phpfile by going to Plugin Editor.Change
manage_optionstopublish_pagesin line 53.Write back if it doesn’t work.
Hi, only videos are sorted by views. YouTube doesn’t let us sort playlists. They are shown in the same exact order they are at YouTube.
Hi, are you sure? This plugin only grabs public videos.
If it is showing you your private videos, then they are not private. You should be able to see them on YouTube too, without logging in.As this plugin doesn’t require your YouTube password, it cannot even see your private / unlisted videos.
May be you’re confusing it with some other plugin?