WazzaJB
Forum Replies Created
-
Forum: Plugins
In reply to: Mediaelement hooks? (eg to fire Google Analytic _trackEvent)Hey,
Just to add some useful information to this topic as it pointed me in the right direction.
if( typeof _wpmejsSettings !== undefined ) { _wpmejsSettings.success = function(element){ // Add event listeners as per medialement.js docs element.addEventListener( 'play', function( e ) { // Do anything for this event }, false); }; }I used the above javascript code to overwrite the success function, the same approach could be used for any of the mediaelement.js options.
Forum: Plugins
In reply to: [Shopp SEO Glue] Getting ready for Shopp 1.3Hey Barry,
Sorry it took so long to get back to you on this, thought i’d leave my response here!
This seems to work great, my previous issue with not being able to see my set values on the edit screen is sorted, and everything still looks fine and working!
Thanks again for this, it’s great!
Forum: Plugins
In reply to: [Shopp SEO Glue] WP SEO Box Not Showing in Product PagesSEO Glue still doesn’t seem to work for 1.3, and I too get the problem mentioned here.
When I change the ‘shopp_warehouse_init’ filter to ‘shopp_init’, I am then able to see the product SEO box and also update the values – the only flaw with this is that it then redirects me to the category edit upon updating.
The data does save though, so it’s a good start for me!
Great work with this project by the way!
Forum: Hacks
In reply to: WP_Query with tax_query not returning all postsThanks for letting me know, sorry about that its sorted.
Forum: Plugins
In reply to: [Follow Me Sidebar] Need a screenshot or demoThanks for your input – this is something I meant to do it’s just that effectively illustrating this plugins usefulness is very difficult.
I’ll try and get something up soon.