ilGhera
Forum Replies Created
-
Forum: Plugins
In reply to: [JW Player for WordPress] JW Player not appearing after WordPress upgradeHi bdlowe. I just saw you site https://www.twoguysgarage.com and it looks like everything is working. Well done ??
Forum: Plugins
In reply to: [JW Player for WordPress] JW Player not appearing after WordPress upgradeYou can solve it in different ways:
Double check your player and plugin version, they usually comes together. Check also the general settings of the plugin where, If I well remember, it was possible to choose the JWP version in use until the 6. If you get errors, it will be necessary go deep in that to better understand the problem.
That’s talking about the official version of the plugin.
With mine, you’ll need to find out how the video urls were saved, catch and add them to a specific custom filed, required by JW Player 7 for WordPress.
Another way, use the video urls directly in my plugin with a custom “if .. else” condition.
Please, let me know.Forum: Plugins
In reply to: [JW Player for WordPress] JW Player not appearing after WordPress upgradeHi bdlowe. How many videos have you got on your sites? That’s because what you can do is to download the new JW7, JW Player 7 for WordPress plugin and completly refresh your system. In every single content, you’ll need to add the video url in a field, that’s it. If you have to much contents, you definitely need a php script to do that.
Hope this help ??Forum: Plugins
In reply to: [JW Player for WordPress] Cannot get player to loadHi again waldman!
You can add mp3 files, it will works as expected ??Forum: Plugins
In reply to: [JW Player for WordPress] Cannot get player to loadHi etwaldman.
That’s your player url:https://www.narayandance.org/wp-content/uploads/jw-player-plugin-for-wordpress/player/jwplayer.js
After that, this plugin is completely different and you have to add content in a different way. You don’t need to use shortcodes, all you have to do is to add the file’s url in the new post/ page admin, in the JW Player 7 box.
Unfortunately, for using this plugin with mp3 you’ll have to wait some days but don’t worry, the upgrade is coming soon.Forum: Plugins
In reply to: [JW Player for WordPress] problem with rtmpHi Francesco!
JW Player 7 for WordPress is a completely different plugin and it doesn’t support streaming videos at the moment. Keep using the version 6 of video player and plugin for now but stay tuned, the upgrade is coming soon with straming and playlists support.Forum: Plugins
In reply to: [MailUp Auto Subscription] It doesn't workHi Pilz2772. Can you give me more details, please? I’m using it in different sites and works fine for me. If you found a bug I’ll fix it asap. Thanks.
Ok, don’t use the WordPress JW Player plugin, that’s where you have to start.
After that, follow the steps I told you, that’s it.
Hope you’ll find the solution ??Tuji, I think it’s better that you follow my suggestion, edit the official plugin it’s not a good idea.
If you use the official JW Player WordPress plugin, the only way to access to the code will be using plugin’s files.
This is not probably the best solution becouse you’ll lose your edit after update.
As I said before, you can download JWP from the official site, upload the folder, put a line of code in the header to call the script, and use the player code above.
See the JWP official documentation and remember, you need a premium version!You probably don’t know how JW Player works. You first have to download the player, upload the folder to your site and then use the above code in a file template of your theme.
Let me know news, ok?Hi tuji!
Here’s an example:<div id='mediaspace'>bla bla bla...</div> <script type='text/javascript'> jwplayer('mediaspace').setup({ 'flashplayer': 'https://xxxxxx/mediaplayer-viral/player.swf', 'file': 'https://xxxxxx/video/xxxxxx.mp4', 'image': 'https://xxxxxx/imgs/splash.jpg', 'skin': 'https://xxxxxx/mediaplayer-viral/dangdang.swf', 'controlbar': 'bottom', 'width': '640', 'height': '360', 'stretching': 'exactfit', 'plugins': { 'related-1': { 'file': 'https://YOUR-SITE/archives/category/THE-CATEGORY-SLUG/?feed=related-feed', 'heading': 'bla bla bla...', 'onclick': 'link', 'dimensions': '210x161' } } }); </script>
Please, keep in mind that plugins in JWP code, like related, work only with the premium version of JW Player.
Hope this helps ??Forum: Plugins
In reply to: [Groups] Check if the displayed BP-User is in a specific group.I found this solution:
$user_id = bp_displayed_user_id();
$group = Groups_Group::read_by_name( ‘xxxxxxxxx’ );
if ( Groups_User_Group::read( $user_id, $group->group_id ) ) {
xxxxxxx
}
Thanks ??Forum: Everything else WordPress
In reply to: By clicking a tag the result is an empty pageI everybody! I’ve got the same problem…. any solution? That’s my site https://www.flairvideo.net
Thanks!