er0l
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [MediaElement Google Analytics & Piwik Event Tracking] PlaylistsThanks for the info Marc. It really works great. Great work.
Forum: Plugins
In reply to: [MediaElement Google Analytics & Piwik Event Tracking] PlaylistsI thought adding
$('.wp-audio-playlist').bind('play', function (e) { var fileurl = ''; var href = $(this).find('a').attr('href'); if( typeof href !== 'undefined' ) { fileurl = href; } gaEvent('wp-audio-playlist', 'play', fileurl) }); $('.wp-audio-playlist').bind('pause', function (e) { var fileurl = ''; var href = $(this).find('a').attr('href'); if( typeof href !== 'undefined' ) { fileurl = href; } gaEvent('wp-audio-playlist', 'pause', fileurl) }); $('.wp-audio-playlist').bind('ended', function (e) { var fileurl = ''; var href = $(this).find('a').attr('href'); if( typeof href !== 'undefined' ) { fileurl = href; } gaEvent('wp-audio-playlist', 'ended', fileurl) });
to jquery.me-ga-events.js would be enough, but so far it is nto working. Any advice how to implement this ?
Forum: Plugins
In reply to: [MediaElement Google Analytics & Piwik Event Tracking] PlaylistsI am also interested in playlist fix.
Forum: Plugins
In reply to: [Grid WUD] WP Tiles Grid WUD version 2.1.1I guess quick fix was not the right one:
Parse error: syntax error, unexpected ‘[‘ in ../wp-content/plugins/grid-wud/pages/grid-wud-base.php on line 1202
It’s the least I can do to help with test of such great plugin.
Forum: Plugins
In reply to: [Grid WUD] WP Tiles Grid WUD version 2.1.1Hi Danny, 2.1.1 introduced syntax error: grid-wud-base.php on line 1202 I hope you can take a look at this.
Forum: Plugins
In reply to: [Grid WUD] Skip option not workingThanks Danny for the help and support. I have tested dozen grid plugins so far for my project, but your’s is best by far. Customizing options are wonderful. Keep up the good work.
Best regards.
Erol
- This reply was modified 7 years, 7 months ago by er0l.
Viewing 6 replies - 1 through 6 (of 6 total)