Title: bublick's Replies | WordPress.org

---

# bublick

  [  ](https://wordpress.org/support/users/bublick/)

 *   [Profile](https://wordpress.org/support/users/bublick/)
 *   [Topics Started](https://wordpress.org/support/users/bublick/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bublick/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bublick/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bublick/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bublick/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bublick/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 38 total)

1 [2](https://wordpress.org/support/users/bublick/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bublick/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/bublick/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Gallery files and CDN](https://wordpress.org/support/topic/gallery-files-and-cdn/)
 *  Thread Starter [bublick](https://wordpress.org/support/users/bublick/)
 * (@bublick)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/gallery-files-and-cdn/#post-13640145)
 * Thank you [@vmarko](https://wordpress.org/support/users/vmarko/). Seems I got
   you. This project is built such way, because there is production, staging and
   staging-dev instances. With a common S3 bucket. So, posts are written on staging
   node and images are uploaded on staging node too. Right now I’m working on staging-
   dev. So, all invalidate issues will be catched before too many requests will 
   be proceeded.
 * Anyway. Is there any way to call that button from code? Or upload to CloudFront
   only specified image. I think I can `add_action()` to call this one after image
   is uploaded to the gallery.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Gallery files and CDN](https://wordpress.org/support/topic/gallery-files-and-cdn/)
 *  Thread Starter [bublick](https://wordpress.org/support/users/bublick/)
 * (@bublick)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/gallery-files-and-cdn/#post-13639464)
 * > Can you please specify how you are uploading those files in Performance>CDN?
 * I’m using this button ([https://i.imgur.com/1sWKqDd.png](https://i.imgur.com/1sWKqDd.png))
 * > And again is the option “Only Purge CDN manually” enabled?
 * I’ve disabled it because images stopped to upload to cdn, even from native WordPress
   media gallery. Images from galleries too
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Gallery files and CDN](https://wordpress.org/support/topic/gallery-files-and-cdn/)
 *  Thread Starter [bublick](https://wordpress.org/support/users/bublick/)
 * (@bublick)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/gallery-files-and-cdn/#post-13639304)
 * So, to clarify this. If I upload image to WordPress’ native media gallery it 
   will be uploaded to cdn automatically. The problem is only with custom files
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Gallery files and CDN](https://wordpress.org/support/topic/gallery-files-and-cdn/)
 *  Thread Starter [bublick](https://wordpress.org/support/users/bublick/)
 * (@bublick)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/gallery-files-and-cdn/#post-13639095)
 * Thank you [@vmarko](https://wordpress.org/support/users/vmarko/) for reply.
 * After purging and waiting some time it won’t appear. It will appear if I upload
   all custom files using Performance>CDN. But new uploaded images won’t be uploaded
   to CDN automatically.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] How to render backend editor output with a callback?](https://wordpress.org/support/topic/how-to-render-backend-editor-output-with-a-callback/)
 *  Thread Starter [bublick](https://wordpress.org/support/users/bublick/)
 * (@bublick)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/how-to-render-backend-editor-output-with-a-callback/#post-12183168)
 * Hello [@gziolo](https://wordpress.org/support/users/gziolo/). I’ve managed my
   other blocks with ServerSideRender and forgot to close this topic. Thank you 
   for help with this. With your replies gutenberg became more clear.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] How to render backend editor output with a callback?](https://wordpress.org/support/topic/how-to-render-backend-editor-output-with-a-callback/)
 *  Thread Starter [bublick](https://wordpress.org/support/users/bublick/)
 * (@bublick)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/how-to-render-backend-editor-output-with-a-callback/#post-12149595)
 * Sorry [@gziolo](https://wordpress.org/support/users/gziolo/), I’ve forgot to 
   mention that block from provided code returns me another error. Now it is `Error
   loading block: Invalid parameter(s): attributes`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] How to render backend editor output with a callback?](https://wordpress.org/support/topic/how-to-render-backend-editor-output-with-a-callback/)
 *  Thread Starter [bublick](https://wordpress.org/support/users/bublick/)
 * (@bublick)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/how-to-render-backend-editor-output-with-a-callback/#post-12146497)
 * Hello [@gziolo](https://wordpress.org/support/users/gziolo/) and thank you for
   reply.
 * I still can’t deal with this. I will provide my code below, but before I need
   to say that I’m using `create-guten-block` as toolkit for gutenberg blocks creation
   and `Timber` for server-side rendering instead of raw php.
 * Gutenberg block: [https://pastebin.com/3JS8ZLNv](https://pastebin.com/3JS8ZLNv)
   
   Block controller: [https://pastebin.com/6gYJgc0Z](https://pastebin.com/6gYJgc0Z)
   Block view: [https://pastebin.com/04juTn6X](https://pastebin.com/04juTn6X)
 * Thank you. Looking forward to your reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] How to render backend editor output with a callback?](https://wordpress.org/support/topic/how-to-render-backend-editor-output-with-a-callback/)
 *  Thread Starter [bublick](https://wordpress.org/support/users/bublick/)
 * (@bublick)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/how-to-render-backend-editor-output-with-a-callback/#post-12139295)
 * I guess, my solution is using of [<ServerSideRender>](https://developer.wordpress.org/block-editor/components/server-side-render/).
   Using this I see such one ([https://prnt.sc/pxlqru](https://prnt.sc/pxlqru))
   
   When I debug XHR in console, I see `414 error. Request-URI Is Too Large`
    -  This reply was modified 6 years, 6 months ago by [bublick](https://wordpress.org/support/users/bublick/).
      Reason: Bad formating of link
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Map Multi Marker] Problem with info box](https://wordpress.org/support/topic/problem-with-info-box/)
 *  [bublick](https://wordpress.org/support/users/bublick/)
 * (@bublick)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-info-box/#post-11320250)
 * [@bublick](https://wordpress.org/support/users/bublick/) Yeah, it is broken for
   non logged-in users.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Map Multi Marker] Problem with info box](https://wordpress.org/support/topic/problem-with-info-box/)
 *  [bublick](https://wordpress.org/support/users/bublick/)
 * (@bublick)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/problem-with-info-box/#post-11320248)
 * [@sebrojas](https://wordpress.org/support/users/sebrojas/), this is already reported
   in [https://wordpress.org/support/topic/problem-by-clicking-the-pin/](https://wordpress.org/support/topic/problem-by-clicking-the-pin/)
 * By the way, I’ve tried the version with last author’s commits and it still seems
   to be broken. Sometimes tooltip opens infinity scroll and console throws Bad 
   request error with code 400 on admin-ajax.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Why there is no ability to put column in column?](https://wordpress.org/support/topic/why-there-is-no-ability-to-put-column-in-column/)
 *  Thread Starter [bublick](https://wordpress.org/support/users/bublick/)
 * (@bublick)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/why-there-is-no-ability-to-put-column-in-column/#post-9625554)
 * [@mario-barretta](https://wordpress.org/support/users/mario-barretta/),
 * > have you created a template with a coumn and have you saved it on your library?
 * Yeap. All is right. Template widget is availible for Elementor Pro, but I think
   template can be insterted with shortcode also, without Pro version.
 * > Also for the “hack solution” can you explain better how to do?
 * Try to make
 *     ```
       <div class="spacer">
        <div class="column"></div>
        <div class="column">
         <div class="spacer"></spacer>
         <div class="column"></div>
         <div class="column"></div>
        </div>
       </div>
       ```
   
 * Pay attention to my comment for this ‘hack’.
 * >  But it works strange. Not always I can add Column Widget, but even if I added
   > it works strange.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Why there is no ability to put column in column?](https://wordpress.org/support/topic/why-there-is-no-ability-to-put-column-in-column/)
 *  Thread Starter [bublick](https://wordpress.org/support/users/bublick/)
 * (@bublick)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/why-there-is-no-ability-to-put-column-in-column/#post-9625388)
 * [@david-279](https://wordpress.org/support/users/david-279/),
 * Thanks for response.
 * > you cannot however add a column widget into a column widget
 * And this is about what my topic was. Why? Why there is no ability to add column
   in column?
 * I found a way to do this better than below. The solution is to use ‘Template 
   Widget’. But whatever, this is a little complicated for end-users. More easy 
   would be to make it withouut template widget.
 * I also found a hack (as say users of this method). The idea is next. There is
   a need to add spacer in column and after this, there appears ability to add Column
   Widget in column. But it works strange. Not always I can add Column Widget, but
   even if I added it works strange.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WDV MailChimp Ajax] JavaScript Error](https://wordpress.org/support/topic/javascript-error-130/)
 *  [bublick](https://wordpress.org/support/users/bublick/)
 * (@bublick)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/javascript-error-130/#post-9567750)
 * [@vrpr](https://wordpress.org/support/users/vrpr/),
 * I have the same issue. I have tried API Key with “-usXX” postfix and without,
   but there is no difference. Can you check it please?
 * I’m also wondered about form looking in html.
 *     ```
       <form method="post" class="subscribe_mc">
           <input type="email" value="" name="email" class="email" id="email" placeholder="name@email.com" required="">
           <input type="button" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">   
       </form>
       ```
   
 * I mean why it don’t retrives any action url and don’t have nothing unique?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Crowdfunding] Backers list](https://wordpress.org/support/topic/backers-list/)
 *  Thread Starter [bublick](https://wordpress.org/support/users/bublick/)
 * (@bublick)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/backers-list/#post-9376182)
 * [@fahimmurshed](https://wordpress.org/support/users/fahimmurshed/),
 * I’ve installed it and it runs well. But there is no backers list and I want to
   add them mannually from indiegogo. I just need to fill crowdfunding stripe.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Crowdfunding] Backers list](https://wordpress.org/support/topic/backers-list/)
 *  Thread Starter [bublick](https://wordpress.org/support/users/bublick/)
 * (@bublick)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/backers-list/#post-9376018)
 * [@fahimmurshed](https://wordpress.org/support/users/fahimmurshed/),
    Thank you
   for reply.
 * No, there is need to transfer the campaing. I’m going to do this manually. I 
   just don’t know how.

Viewing 15 replies - 1 through 15 (of 38 total)

1 [2](https://wordpress.org/support/users/bublick/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bublick/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/bublick/replies/page/2/?output_format=md)