If you highlight a word and try to paste new contents it replaces the whole paragraph or bullet item if a bulleted item. It also disables the undo button on the TinyMCE Advanced Classic Editor plugin.
]]>I’m experiencing an issue the latest release, tested on multiple environments with a fresh WordPress install, default theme(s) and only Classic Editor plugin and Gridable active.
After Publishing/Updating page/post I get multiple (or <p> </p> when using TinyMCE Advanced) appended to content in each column.
Couple other quirks that I can’t reproduce across different themes/browsers such as “undefined” being added to columns after Save (new install, default theme(s), classic editor enabled, latest Firefox) and…
Column/Row tooltip inline editor flashing in and out (same details as above but with latest Chrome). Issue resolves when opening dev tools to check source. Have not fully tested beyond this.
]]>Hey I’m loving the Gridable plugin.
My question is do you have a list of shortcode modifiers (size=”5″)?
Right now I’m using the following and would be awesome to know what nr=”2″ means, etc.
[row cols_nr=”2″]
[col size=”7″]
[/col][/row]
Thanks!
]]>How to disable this plugin for posts?
]]>Hi There,
Any chance your plug-in is gonna be compatible with Gutenberg?
Would be a good companion.
Thx!
]]>Hi there
I just found some fixeables error of Gridable that I hope you can fix
1 – Gridable at frontend miss the javascript var gridable_params
I checked it and is loaded just on backend, changing the hook:
add_action( 'admin_head', array( $plugin_admin, 'my_add_styles_admin' ) );
To:
add_action( 'wp_head', array( $plugin_admin, 'my_add_styles_admin' ) );
And removing the check is_admin()
fixes the issue
Also, is required to print the footer templates, so replacing the hook:
add_action( 'admin_footer', array( $plugin_admin, 'wp_print_grider_tinymce_templates' ) );
To:
add_action( 'wp_footer', array( $plugin_admin, 'wp_print_grider_tinymce_templates' ) );
Fixes it too
2 – Gridable scripts requires (and I don’t know why) the wp-color-picker on their js and css assets, removing this requirements will enqueue correctly the plugin assets and everything will work as expected
Is posible to get those fixes on Gridable?
Best regards
]]>I noticed that pasting text on top of another text into the content area will also remove the content in this case image before the pasted text.
]]>After the network-activation of the Gridable plugin, (I’ve a multi-site, using the Multilingual Press plugin), almost all items in the WordPress Customizer disappeared. After deactivating the plugin, the Customizer works as it should. Could it be, that Gridable is not multi-site ready?
]]>Hi,
after adding the Gridable plugin to TinyMCE Advanced, I used the new ‘Add Row’ button to create a page. (see link). In the description of the plugin is stated: “You have a particular set of options that allow you to adjust the grid content editor”. I must oversee something, I simply cannot find those settings.
Also, see this link, the pencil is missing in the small popup.
And, after creating two rows with each three columns, I could not add another similar row below the existing ones. Do I miss here also something?
Kind regards,
Gunivortus
$classes = apply_filters( "gridable_row_class", array( "gridable", "gridable--row" ), $cols_nr, $atts, $content );
$classes = apply_filters( "gridable_column_class", array( 'gridable--col', 'col-' . $size ), $size, $atts, $content );
Adding filters does not work because shortcode attributes are stripped out in Visual mode.
]]>Editing the size attribute in a col shortcode causes that attribute in the second column to be removed entirely when switching to Visual.
]]>Works great in Visual editing mode, but generates an error in Text mode.
]]>Great plugin and works perfectly for non-techy clients in certain cases, filling a needed role when page builders are overkill. However it conflicts with rich text editing capabilities in Tailor Page Builder which I make available for clients when more robust page editing is needed.
]]>Hi,
You have created the great plugin. Thank your for it very much. One question: how would I extend options functionality if I need add background picture(through Media Library) on row?
It works on visual editor of text module, but when I switch to text editor, columns become html but shortcode.
if I save in this situation, columns won’t be shown properly.
]]>Fatal error: Uncaught Error: Call to undefined function wp_doing_ajax() in /***/public_html/wp/wp-content/plugins/gridable/includes/class-gridable.php:164 Stack trace: #0 /***/public_html/wp/wp-content/plugins/gridable/includes/class-gridable.php(76): Gridable->define_admin_hooks() #1 /***/public_html/wp/wp-content/plugins/gridable/gridable.php(58): Gridable->__construct() #2 /***/public_html/wp/wp-content/plugins/gridable/gridable.php(62): run_gridable() #3 /***/public_html/wp/wp-admin/includes/plugin.php(1943): include(‘/***…’) #4 /***/public_html/wp/wp-admin/plugins.php(164): plugin_sandbox_scrape(‘gridable/gridab…’) #5 {main} thrown in /***/public_html/wp/wp-content/plugins/gridable/includes/class-gridable.php on line 164
I am using this in the frontend of wordpress and it won’t load the wysiwyg editor with the plugin activated. Have you been able to test at all in the frontend? It is just using the normal wysiwyg wordpress editor in front. Works fine in back.
]]>Hello.
Sometimes when clicking backspace the Gridable removes the complete row and all the content. Even the undo button doesn’t work.
Can’t provide exact steps for reproducing, but the issue is definitely there.
Hope, you’ll fix it.
Thanks!
]]>Hello guys, very sweet plugin, I`ve been looking for something like this but I am tired from extensive content builders. Gridable is exactly what I need!
I just want to let u know I`ve found a little bug when trying to create grid in text form of wp-editor, the grid button throws a JS error:
Uncaught TypeError: Cannot read property 'insertContent' of null
at HTMLAnchorElement.<anonymous> (add-row-button.js?ver=1.2.1:52)
at HTMLAnchorElement.dispatch (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.8-RC1:3)
at HTMLAnchorElement.r.handle (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.8-RC1:3)
which comes from add-row-button.js particulary line 52
tinyMCE.activeEditor.insertContent( row );
probably tinyMCE is not active when initialized in text mode – once I switch over to Visual editor and then back to text editor, error is not omitted ??
Cheers Alex!
]]>Would be nice if this works on page builders.
Button show up in Beaver Builder’s text module but does nothing when I click…
Hey
It would be great to add some example screenshots so we can get a feel for what the UI looks like and how it works.
Thanks.
]]>Hi, I have installed the Gridable plugin and it works fine. Now I want to change the spacing and change the background color. How do I do this? I can only see the little pop-up window where I can add or delete a column and delete the row.
Regards RoyP
Thanks again for the awesome plugin.
Could you please tell me, what filters I should use to override the Gridable classes?
I have Bootstrap in my theme and hence would like to change classes to col-md-4 for example.
I would also highly appreciate if you could tell me how to properly dequeue the Gridable stylesheet.
Thanks!
]]>How does it work?
]]>Hello dear
I am testing the plugin and show this error
Warning: array_merge(): Argument #1 is not an array in /home/mirutafacil.com/public_html/wp-content/plugins/gridable/admin/class-gridable-admin.php on line 81
Shortcodes
Thanks for support
]]>