zerojack
Forum Replies Created
-
Is this a hack? It doesn’t look like one. Here’s the code difference with the repository (added)
483 global $wp_filter;
484 // Re-initialize any hooks added manually by object-cache.php
485 if ( $wp_filter ) {
486 $wp_filter = WP_Hook::build_preinitialized_hooks( $wp_filter );
487 }wp-includes/load.php
Any plugin of this nature is going to be complex. I am having one issue that seems to be host dependent. I have not nailed it down yet. It works fine on several GoDaddy sites, but there seems to be problem on HostGator and one other more obscure host.
IMHO No one who puts so much time and expertise into a free WP plugin deserves to be slammed like this. WordPress site admins should know how to back up and re-install their sites – from scratch if necessary. Do not expect miracles from your %5/month web host. Expect disaster – and plan for it.
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Only sample player will showI tried using the shortcode first – correctly in the page content and got the same result. The other player was added later as a workaround.
The site is now ‘in production’. I have paid for the Pro version, so I expect I’ll get notified about the major release. And I’ll let you know when I get a chance to put the shortcode back on a test page.
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Only sample player will showPS: I am not sure if I am calling the shortcode handler correctly. I need to call it directly in order to have it in the sidebar. So I am passing it a null array. The entry point is not documented well enough to know if I need to do more. The only param seems to be a playlist, which I don’t know if I need to care about since I only need to play one song.
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Only sample player will showThanks for the quick response. The designer removed the shortcode. Sorry about that. Tight deadlines. Yes. I did provide an ogg file. The theme seems to have its own issues with JQuery.
Anyway, I put the player back in with a conditional query string.
https://thesongelements.com/?test=
The Enigma player shows up at the bottom of the page and the designer won’t know it’s there.
here are the audio files.
https://thesongelements.com/audio/Elements_Kreger_Taub.mp3
https://thesongelements.com/audio/Elements_Kreger_Taub.oggtia for your help
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Only sample player will showI am having the same problem – seeing ‘sample’
Here’s the page with the player
https://thesongelements.com/cathy-kregerand the URL for the MP3
https://thesongelements.com/audio/Elements_Kreger_Taub.mp3using WP 3.5 + ‘Grammy’ Theme w/JQuery 1.8.3
Player is the Pro version (paid).