Ga Satrya

Results 10 comments of Ga Satrya

I see, thank you @devinsays

@Misplon I am sorry I am not using this library anymore, but I have tried by calling the file directly and it was worked, something like below ``` function standard_customizer_register()...

You need to sanitize it, please read http://codex.wordpress.org/Function_Reference/sanitize_html_class Something like this ``` $icon = ' '; ```

It is disappear now? ![image](https://user-images.githubusercontent.com/891643/154015984-385f3692-7996-45f2-b3b7-1184ca5b8c0c.png)

To be honest, I didn't do anything. I just realized the button disappeared today.

> Also thinking a multiple image or gallery control would be cool. Could be used for sliders and such. I agree with @m-e-h, it'd be cool if you add multiple...

Here're a couple screenshots from Advanced Custom Fields Pro plugin gallery modules ![Without images](https://cloud.githubusercontent.com/assets/891643/18160742/ef2a542c-7058-11e6-8a15-79b1ec69eb27.png) ![With images](https://cloud.githubusercontent.com/assets/891643/18160745/f9d87a84-7058-11e6-9ac9-5ea0b0e5a115.png) Exactly like @m-e-h said, use `max-height` and `overflow: auto;`

Need the update too :)

I'm not familiar with `wp_remote_get/post()` :(. Could you help me to show some sample code?