glamor
Forum Replies Created
-
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] HLS m3u8 and iOSfrom within wordpress or just in plain html?
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] HLS m3u8 and iOStake that back. it just took a while to load for android.
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] HLS m3u8 and iOSwhat about for ios? the stream does not work in iOS either :/
also, tried using the timely update and it didn’t work either :/
were you able to duplicate the problem?
i should clarify. the player disappears from the page, not the page disappears. sorry for the confusion
I cannot provide a link to where this problem is actually happening, because as i said i downgraded to the last working version for the site, which is 1.5.5.
I can, however, provide more detail to the problem. The only 2 players I have on the site are the “Out-of-the-Box” player and the player for “live stream”. The problem that is happening is, when I upgrade to the newest version, that the page where i have the “live stream” player short code [jwplayer config=”live stream”] disappears. The player uses the live streaming plugin and everything works correctly in the 1.5.5 version. Its just anything after 1.5.5 that the player completely disappears.
Now the weird part about this is, that all of the other videos on posts or pages work fine using the 1.5.6-1.5.8 updates. If i make “live stream” the default player, with 1.5.6-1.5.8 updates, any of the pages or posts that i’ve inserted a video to will display the “live stream” player, but the page that i’ve use the [jwplayer config=”live stream”] shortcode on does not display any player at all.
does 1.5.8 fix this? as i tried to update the plugin to see if it was fixed or not and my players would as well disappear. downgraded back to 1.5.5 and everything works as normal.
hi. i made a filter for this as was recommended by Ron.
i uploaded the file to my mu-plugins directory. the file consists of this code:
<?php function fix_ssl_siteurl($url) { if ( 0 === strpos($url, 'http') && is_ssl() ) $url = str_replace( 'http://', 'https://', $url ); return $url; } add_filter('option_siteurl', 'fix_ssl_siteurl'); add_filter('option_home', 'fix_ssl_siteurl'); add_filter('option_url', 'fix_ssl_siteurl'); add_filter('option_wpurl', 'fix_ssl_siteurl'); add_filter('option_stylesheet_url', 'fix_ssl_siteurl'); add_filter('option_template_url', 'fix_ssl_siteurl'); ?>however, everything thats is uploaded is still linking to https://mysite.com/mappedsite if i have remote login enabled or to https://mappedsite.com if remote login is not enabled. the previous is not a problem as that has a valid SSL cert. however, the mapped site does not have a valid SSL cert. and therefore causes errors :/
Forum: Fixing WordPress
In reply to: media file url – http/https problemi have this exact same problem. if anyone has solutions or suggestions.
Forum: Plugins
In reply to: [amr ical events lists] Invalid URLresolved this myself. incorrectly entered shortcode.
Forum: Networking WordPress
In reply to: Widgets page missing from WPMU member blog adminthank you sir! i should have probably thought of that myself lol.
Forum: Networking WordPress
In reply to: Widgets page missing from WPMU member blog adminDavid,
hi, i know its been a while since this issue has been discussed. however, i had some users that came back to their sites recently, after i’ve upgraded from wpmu 2.9.2 to 3.0 > 3.1 now.
i have this problem with a few of the site admins now. and i am sure that this is the problem that is occuring.
i was wondering if the code/plugin you posted on the previous page is still useful for a 3.1 multi-site?
thanks any help is appreciated.
for some weird reason my test site was only setup for cgi instead of fcgi. switching the test domains to fcgi, which is how the production site was setup, fixed this problem.
so there is some difference between cgi and fcgi for wordpress sites.
i want to blame this on the php upgrade… but i cannot. the production website is working correctly and actually upgrading to 5.2.14 from 5.1.x fixed my php curl support and a zip error.