Title: Michael's Replies | WordPress.org

---

# Michael

  [  ](https://wordpress.org/support/users/ms-s/)

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

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MiniMax - Page Layout Builder] Text doesn't show in frontend](https://wordpress.org/support/topic/text-doesnt-show-in-frontend/)
 *  Thread Starter [Michael](https://wordpress.org/support/users/ms-s/)
 * (@ms-s)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/text-doesnt-show-in-frontend/#post-5082626)
 * Not at all.
 * I still got the same problems.
 * Elements edited via backend don’t show in the frontend.
    Frontend editing works,
   but it doesn’t show the RTE…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MiniMax - Page Layout Builder] Text doesn't show in frontend](https://wordpress.org/support/topic/text-doesnt-show-in-frontend/)
 *  Thread Starter [Michael](https://wordpress.org/support/users/ms-s/)
 * (@ms-s)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/text-doesnt-show-in-frontend/#post-5082607)
 * Hi,
 * how’s the fixing going?
 * Best regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MiniMax - Page Layout Builder] page-layout-builder export import issue](https://wordpress.org/support/topic/page-layout-builder-export-import-issue-1/)
 *  [Michael](https://wordpress.org/support/users/ms-s/)
 * (@ms-s)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/page-layout-builder-export-import-issue-1/#post-4392470)
 * Hi there,
 * I also ran into this problem a couple of day ago.
 * After taking a quick look into the database and export file I figured that the
   post meta field minimax_grid_settings is not getting updated when importing.
   
   Or better said, it gets updated, but the value is empty.
 * plugins/page-layout-builder/includes/core.php on around line 476
    `update_post_meta(
   $post_id,"minimax_grid_settings",$_POST['layout_grids']);` So it seems that there
   no value sent via POST.
 * Aaaaanyway…
    I didn’t really feel like spending too much time on this, so I quickfixed
   this with adding the grid settings to the export file and importing it via the
   export file. At first I thought it didn’t work, but then I remembered to save
   after importing >_< So, it works for me!
 * I do not know if there are any negative consequences!
    So I’ll share my dirty
   fix. Use it at your own risk.
 * Fix:
    – open the core.php (pluginfolder/includes/core.php) – search for function‘
   minimax_export_page_layout’ – go to line 431 and add the following BEFORE `$minimax_page['
   minimax_grid_settings'] = get_post_meta($post_id, "minimax_grid_settings", true);`
   so it looks like this
 *     ```
       $minimax_page['minimax_grid_settings'] = get_post_meta($post_id, "minimax_grid_settings", true);
       $data = serialize($minimax_page);
       ```
   
 * => the export file will now hold the grid_settings information
    – look for the
   function ‘minimax_import_layout_data’ – go to line 475 and change the line from
   this `update_post_meta($post_id,"minimax_grid_settings",$_POST['layout_grids']);`
   to this `update_post_meta($post_id,"minimax_grid_settings",$minimax_layout['minimax_grid_settings']);`
 * Hope this helps
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by SiteOrigin] saving array fails](https://wordpress.org/support/topic/saving-array-fails/)
 *  Thread Starter [Michael](https://wordpress.org/support/users/ms-s/)
 * (@ms-s)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/saving-array-fails/#post-3843342)
 * not having too much trouble with it yet. As said, I like the bootstrap part of
   it, but I think its still bootstrap 2.x.
 * The first page builder plugin which uses bootstrap 3 gets my heart!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by SiteOrigin] saving array fails](https://wordpress.org/support/topic/saving-array-fails/)
 *  Thread Starter [Michael](https://wordpress.org/support/users/ms-s/)
 * (@ms-s)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/saving-array-fails/#post-3843340)
 * Sadly, no.
    I moved away from this plugin over to [http://wordpress.org/plugins/page-layout-builder/](http://wordpress.org/plugins/page-layout-builder/)
 * But mostly because of the bootstrap compatibily. So I didnt really looked for
   an answer to this topic anymore
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Hide translated entries](https://wordpress.org/support/topic/hide-translated-entries/)
 *  Thread Starter [Michael](https://wordpress.org/support/users/ms-s/)
 * (@ms-s)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/hide-translated-entries/#post-4376365)
 * argh, I definitely need stronger contact lenses…
 * Thx 4 your comment, thats exactly what I needed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MiniMax - Page Layout Builder] Rich text module no longer works](https://wordpress.org/support/topic/rich-text-module-no-longer-works/)
 *  [Michael](https://wordpress.org/support/users/ms-s/)
 * (@ms-s)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/rich-text-module-no-longer-works/#post-4167018)
 * Got the same behaviour on 3.6.1 and 3.7
 * Upper textarea only has the ‘add Media’ button. The second textarea has the add
   Media button and also the ‘Visual’ and ‘Text’-Tab.
 * When clicking on the Visual-Tab I get the following error loged to the console:
 * Uncaught TypeError: Cannot read property ‘canvas’ of undefined
    in load-scripts.
   php?c=0&load%5B%5D=hoverIntent,common,admin-bar,schedule,autosave,jquery-color,
   wp-lists,quicktags,jquery-query,admin-comments,suggest,jquery-ui-cor&load%5B%
   5D=e,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,postbox,heartbeat,post,
   backbone,wp-util,wp-backbone,media-models,wp-pluplo&load%5B%5D=ad,media-views,
   media-editor,wp-auth-check,jquery-ui-tabs,jquery-ui-draggable,jquery-ui-slider,
   jquery-touch-punch,iris,wp-color-p&load%5B%5D=icker,jquery-form,word-count,editor,
   jquery-ui-resizable,jquery-ui-button,jquery-ui-position,jquery-ui-dialog,wpdialogs,
   wplink,wp&load%5B%5D=dialogs-popup,wp-fullscreen&ver=3.7
 * on line 45
 * Does this help?
 * *I downgraded to the “last” working rte for now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by SiteOrigin] Suggestion – Choose bootstrap and percentage?](https://wordpress.org/support/topic/suggestion-choose-bootstrap-and-percentage/)
 *  Thread Starter [Michael](https://wordpress.org/support/users/ms-s/)
 * (@ms-s)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/suggestion-choose-bootstrap-and-percentage/#post-3836314)
 * Hi Greg,
 * thanks for the answer.
    Some kind of option would be awesome. I still would like
   the idea of getting something “already existend” implemented instead of spending
   time to work myself into new css, which basically is already there, just named
   a little differently.
 * Cheers!
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [query_vars and permalinks question](https://wordpress.org/support/topic/query_vars-and-permalinks-question/)
 *  Thread Starter [Michael](https://wordpress.org/support/users/ms-s/)
 * (@ms-s)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/query_vars-and-permalinks-question/#post-2921502)
 * argh I’m an idiot…
 * of course I wanted to array_push.. stupid me, thank you very much.
 * FYI:
 * I don’t really know why, but it seems that for the rewrite, you need to use single
   quotes. At least for me
    `$newrules = array( "benutzer/([^/]+)/?$" => "index.
   php?pagename=user&nng_users=$matches[1]" );` does not work but `$newrules = array('
   benutzer/([^/]+)/?$' => 'index.php?pagename=user&nng_users=$matches[1]' );` does.

Viewing 9 replies - 1 through 9 (of 9 total)