Mike Barker

Results 16 comments of Mike Barker

I'm pretty close actually. It's quite crude but I'm just removing the styles that PagePiling generates. ``` var pagePiling = $('#pagepiling'); pagePiling.attr({ style: '', }); pagePiling.find('.section').removeClass('pp-section active pp-table pp-easing'); pagePiling.find('li').css({...

Hey @markhuot! :) Are you still planning to copy some of these bits over to master at some point? I've been building using `1.3.1` and then tried to switch to...

@aquafun20 I opened this issue last August and not heard anything back - https://github.com/markhuot/craftql/issues/259 I assume it was due to the GraphQl functionality being brought into the main codebase, but...

@simonfranzen hey, did you get this up and running with Commerce ok? Wondering what kind of effort is involved and whether to move forward with this for a site I'm...

@simonfranzen thanks so much for following up. I'm locked into Craft for this site with this but thanks for the outline of your solution!

Do you have an example page I can look at? You basically need to pass an image url to 'media'

Replace your Pintrest code with this... ``` $('#pinterest').sharrre({ share: { pinterest: true }, buttons: { pinterest: { media: $('#bigpic').attr('src') } }, template: '{total}', enableHover: false, enableTracking: true, click: function(api, options)...

Hey Julien, Any suggestions on this issue? It's been 3 months since I posted this and it would be great to have a solution. Many thanks!

Ok, I asked this question 5 months ago now. Are you still supporting this plugin? Cheers

This addition would be fantastic. Hey @schellenbergk, does your build task quit ok and show the `✨ Done in Xs` message once it's finished? Mine doesn't unless I remove... ```...