Andrew Behla
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Site not working on mobile deviceIf you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations. Doing this will provide the developer with the income they need to make WordPress awesome.
Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
Forum: Installing WordPress
In reply to: My Blog[Per the Forum welcome, we reserve the right to close any post that are deemed to be non-productive support/WordPress discussions.]
Forum: Installing WordPress
In reply to: Theme issue after updateHello Adair,
Do you have a backup or the previous theme? If you can get that version, then you can keep the customizations that you had in the previous theme version. It sounds like the theme update might have overwritten the customizations you previously had.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce v2.1 updater errorWe are also seeing this problem on multiple sites. Please help!
I was able to fix the code for the error message.
The problem is on Nextgen plugin. File name is and path is nextgen-gallery/products/photocrati_nextgen/modules/router
Problematic line is
$param_regex = “#/((?P<id>{$id}){$param_sep})?({$param_prefix}[-_]?)?{$quoted_key}{$param_sep}(?P<value>[^/\?]+)/?#i”;
===================
Before it was (Line no 484)if (preg_match($param_regex, $source, $matches)) {
I did this
if (@preg_match($param_regex, $source, $matches)) {
Thanks, I just sent in the request.
Thanks @photocrati! Can you please send me the info to the forum? I looked at the site: https://www.photocrati.com/ and didn’t see a forum.
I uploaded the 2.0.2 latest beta and still get the error message at the top of the page.
Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (?< at offset 5 in /home/superl8/public_html/buschdesign.com/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/class.routing_app.php on line 484
Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (?< at offset 5 in /home/superl8/public_html/buschdesign.com/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/class.routing_app.php on line 484
Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (?< at offset 5 in /home/superl8/public_html/buschdesign.com/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/class.routing_app.php on line 484 – See more at: https://www.buschdesign.com/#sthash.nZbifsib.dpuf
I cleared all caches, history and reset the browser and get the same results. The admin says I’m running the latest beta 2.0.2 so I’m not sure what else I can do.
Thanks for any help you can provide.
Will it work for Vimeo embedded videos? Is there any work around for playlist video with embedded videos?
This is a bummer! I do hope it changes, as the main reason I bought JW Player was for HTML5 support and all of my clients insist on their sites working for mobile, so I didn’t even know this would be an issue. Is there an ETA on when you’ll get this resolved?
I’m in the same boat. I embedded youtube videos to a jw player playlist and it’s not showing on ios devices. I’ve reached out to Long Tail and am a premium member, but still haven’t heard back. Their support has been nonexistent.
We have Woo Commerce and a child theme for Canvas running on a site that also has a video page using JW Player. We are not able to see the player on mobile devices (iPhone) and iPads, even though the player is setup to be HTML5. https://reedsinc.com/videos/ is the page.
I’m wondering if there might be some code conflict with WooCommerce and the JW Player’s javascript or the way it renders the video for mobile. Do you have any thoughts on this or suggestions on how we can get it to work?
Forum: Plugins
In reply to: [Social Media Widget] [Plugin: Social Media Widget] Custom Order for PluginThanks James!
Forum: Meetups
In reply to: Berlin, Germany – General InterestI’m a wordpress developer and designer from Los Angeles and would be interested in a meetup while I’m there. I’ll be there from May 27 – June 2nd, 2012. Any chance we can organize a meetup?
Forum: Fixing WordPress
In reply to: Page Revisions in WP 3.0It’s all there, check screen options, see above!
Forum: Fixing WordPress
In reply to: Page Revisions in WP 3.0Thanks for your reply. I checked the screen option, and all the boxes are checked. There is no revisions feature/checkbox. Could it be a conflict with a theme? I’m using woo canvas.