Kurt Zenisek

Results 46 comments of Kurt Zenisek

I have a few plugins in the directory and went through the Matomo 3 to 4 upgrade process. I could certainly lend a hand in this as a contributor (such...

I noticed https://github.com/joubertredrat/Piwik-ProtectTrackID/pull/15 has been merged, but it still needs a new release to be created before the plugin shows up on https://plugins.matomo.org with the updated support. Actually, if we...

Maybe that wouldn't be too difficult/involved for you, @joubertredrat, without needing to rope me in before its done (I could still be added as a contributor for later updates if/when...

@honestbleeps Maybe https://redditenhancementsuite.com/contribute/ could be updated to have an option/callout where the donation is marked specifically towards helping support Mac & Safari development. Help fund/support: - Having an active Apple...

If this PR is too much to review & approve... I'd at least like to see https://github.com/woocommerce/FlexSlider/pull/1688/commits/1482f390f9c22991d7732aed69117cc852db4b80 implemented (might need to be updated to the current FlexSlider variables to work,...

I might have it where ``` slider.visible = Math.floor(slider.w/(slider.itemW)); ``` is updated to be ``` slider.visible = Math.floor(slider.w/(slider.itemW + slideMargin)); ``` instead actually be changed to ``` slider.visible = slider.itemW...

How has a bug that can totally throw off pagination (not showing paging/direction navigation elements when it should [items are clearly being cut off & you can't navigate to see...

Regarding the proposed fix in the PR... I might have it where ``` slider.visible = Math.floor(slider.w/(slider.itemW)); ``` is updated to be ``` slider.visible = Math.floor(slider.w/(slider.itemW + slideMargin)); ``` instead actually...

@jeffikus Any update or thoughts on what I've proposed (also sent via email; this bug really should be fixed)? Could @belcherj and/or possibly others help if @jeffikus isn't available? Thanks,...

FYI, https://github.com/DavidAnderson684/FlexSlider/pull/6 has been implemented (PR merged) to fix this via the fork of FlexSlider being used in the MetaSlider WordPress plugin. Still think it'd be worthwhile to be resolved...