pl4g4
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Different frontpage after loginThis function will help you
//if user is not logged in
if(!is_user_logged_in() ) {
wp_redirect( ‘page1’, 302 );
}else{
wp_redirect( ‘page2’, 302 );
}Forum: Plugins
In reply to: [WP-Brightcove-Video-Plugin] Forcing RenditionsI can take a look at it.
You need it for a high or low rendition? I have to check how that works
Forum: Plugins
In reply to: [WP-Brightcove-Video-Plugin] htmlFallbackForum: Plugins
In reply to: [WP-Database-Optimizer-Tools] El plugin perfecto Solo dos opciones necesitaEstoy trabajando en otro plugin, pero al tener tiempo vere como actualizar este plugin.
Forum: Plugins
In reply to: [WP-Database-Optimizer-Tools] El plugin perfecto Solo dos opciones necesitaNo he tenido mucho tiempo de actualizar los plugins. Tomare en cuenta esas dos opciones.
Forum: Plugins
In reply to: [WP-Brightcove-Video-Plugin] Forcing RenditionsFor now its not possible to force just 1 rendition.
Forum: Plugins
In reply to: [WP-Brightcove-Video-Plugin] htmlFallbackHi,
Im working on a newer version for the plugin. I’ll check this.
Forum: Plugins
In reply to: [Fluency Admin] Fluency Admin 3.2 Buggy with WP 3.3.1yup. its been broken for a while.
i hope it will get fixed soon.
i dont have a piece of code to do that.
if you need to display the video you will need to add it on the post
[brightcove video=”123456″ /]
if you want to use just one video and no need to change it that often you can try adding the js code from bc and change the video ID in the single.php where the content is displayed.
Try changing the player information in brightcove. The player width and height should be the ones u need to enter in the settings.
i haven’t tried the plugin with multside-enable.