maxcsa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [i-craft] WooCommerce warningThanks!
Hi,
Sounds like a fair work-around for the moment.
Thanks for your support.
Regards
Hi Greg,
Thanks for answering so fast! Looks like it fixes my problem!
However, it seems like the database schema for you plugin is not up to date on all site using your plugin. I tried to disable and re-enable your plugin and it fixes the problem. Is there another way to ensure that all tables (wp_XXX_statistics_visitors for exemple) are up to date?
Thanks
Forum: Plugins
In reply to: [Plugin: JW player plugin for wordpress] Big black square for audio JW playerHi,
looks like I’m talking to myself:)
It turns out that there is a bug with the “controlbar” setting. When specified in the XML config file (generated by the plugin), the setting is ignored.
The dirty way I found to fix this out is to force the flashvar in the code. So in the file /wp-content/plugins/jw-player-plugin-for-wordpress/framework/JWEmbedderConfig.php I modified the function generateEmbedScript() and added this:
$script .= "\"controlbar\"" . ": \"bottom\", ";
Hopefully, this will be fix in the next version.
Regards
Forum: Networking WordPress
In reply to: Default timezone for new siteThank you Andrea!
Forum: Plugins
In reply to: [Plugin: JW player plugin for wordpress] Big black square for audio JW playerHi all,
with some help from JW Player forum, I created a player with a height of 25 which then shows correctly on IE8 and FF. You can see it at https://blogues.csaffluents.qc.ca/max/
However, I still can’t find a way to display the audio player correctly on IE7 and Chrome.
Anyone has an idea?
Thanks