Ari Stathopoulos

Results 197 comments of Ari Stathopoulos
trafficstars

Fieldsets could probably be explored at some point, but I don't think they'd belong in v1 As for doing stuff with the form, we could have a PHP filter in...

> How would we identify the form for the hook? I don't know yet... There would have to be some identifier for the forms, I didn't get that far in...

> I can see the necessity of a form ID, but where would that be stored? Probably as an attribute in the form (wrapper) block 😉

@cklosowski Thanks for the mention, I missed your 1st comment and I kept working on it. So I assume in 3.0 the changes should be pushed to all files in...

Hey there! Would it be possible to see your plugin code in order to figure out what goes on? Is it perhaps on a repository somewhere I can see it...

Can you please try the develop branch from github? I believe these have already been fixed.

Thanks for the heads up! We're going to completely rewrite this plugin to use bootstrap3 and using the MP6 plugin as a coding base, so we'll update the licence during...

Yes, that is correct. The control currently doesn't collapse. You didn't miss anything, it was intentionally built like that.

Can you please elaborate? What exactly is the slow part? How would you like to see it improved?

Can you please try replacing this line: https://github.com/WPTT/webfont-loader/blob/780e564bf0554c419ef447c2b5b768b497ecee40/wptt-webfont-loader.php#L426 with this: ```php $result[ $font_family ][] = parse_url( $font_family_url )['path']; ``` That should convert absolute URLs to relative, which I believe will...