Hi,
Was looking for this plugin for another website of mine. Why close this plugin instead of leaving it available for download in the repository? It was working just fine. Besides that, the Classic Editor and this plugin are still quite popular.
Guido
]]>In the past year we shipped what could be considered the final release for MCE Table Buttons (see 3.3.1). Given that this plugin only operates within the Classic Editor, that the Classic Editor is set for discontinued support at the end of this year (after being postponed from the end of last year), and that generally our plugins support WordPress minimum usually around 5.2 or above, I’m archiving this project. Thank you to the contributors over the years and the previous and active userbase.
]]>MCE table buttons does not correctly update in WP 5.9. this is occurring on all WP installs across multiple environments with only MCE Table Buttons and the Classic Editor installed.
After clicking update in the plugin page the plugin gets deactivated:
The plugin mce-table-buttons/mce_table_buttons.php has been deactivated due to an error: Plugin file does not exist.
]]>I occasionally notice that row heights get added automatically.
I then have to clear all of the styling and re-style my text all over again or go into each row and clear out the styling.
Why is this happening and how do I avoid it?
]]>Has anyone found a good replacement for MCE Table Buttons? We’re still not ready to go Gutenberg.
]]>I find the plugin very useful but, annoyingly, when using the insert row command random heights and widths are added. I have solved this by applying some code to functions.php in my theme as explained in the support thread for the TimyMCE Advance Plugin here
]]>Hey!
We’re going through all the plugins we use on our WordPress-site to check if they comply with the GDPR.
Is MCE Table Buttons collecting, saving or processing any data (like IP-addresses) from people who visit sites that use the Plugin?
Best regards
Sophie
Is it possible to specify fixed width of percentage for columns? Ie. I have a two columns table and wanted to have 50%/50% of each over the entire width. However, the width seems to be automatically adjusted to the content and somehow yields an unpleasant looking effect.
]]>Hi,
We discovered via the following message that spam was send via this plugin:
The most common path that the messages were sent from is /home/****/domains/*******.com/public_html/wp-content/plugins/mce-table-buttons/tinymce41-table, at 1001 emails (100%).
Has this happened to anyone before?
]]>Hello, in the latest version of MCE Table Buttons and WP 3.9 I am no longer seeing the class name property. Has this been dropped? If so, is there any advice to deal with adding class name to table? Thanks.
]]>When we turn a row (usually top one) into head row it updates the markup for the row, but it fails to turn the contained cells in the <thead> into <th>. Is this deliberate, a bug or am I missing some procedure here?
]]>When we turn a row (usually top one) into head row it updates the markup for the row, but fails to turn the cells in the <thead> into <th>. Is this deliberate, a bug or am I missing some procedure ehre?
]]>Hi,
Could you walk me through fixing the first row? I have a long list of tables and I would like the top row to always remain present when scrolling down the page. Thank you.
]]>The plugin just doesn’t seem to be working at all. When i click to add a new table the only option I get is 1×1. When I try and click on the 1×1 to insert it into the body nothing happens.
https://betterbuiltnc.com/wp-content/uploads/2016/01/Screen-Shot-2016-01-26-at-3.11.10-PM.png
]]>Doesn’t change by typing “none” into color…
]]>Hello. Just started using this plugin and really love it. However, I’m getting a weird side effect after using it – it seems to be creating a ton of BRs just before the table, see here (scroll to about 1/4 down the page):
https://www.jamtown.net/staging/
Those BRs don’t appear in the page code (Text view) or in the Visual editor, so I have to assume that the plugin is creating them somehow. I suppose this could somehow be a conflict with another plugin or the theme. Have you seen this before?
]]>Trying to edit properties of table, row and cell, and add a custom class name – no changes applied to the HTML code, and the properties page comes back empty.
]]>Hi there.
I’m trying to use this plugin to have a product description be bilingual: language names as headers, and descriptions in above language below.
I keep adjusting the cell padding and the borders (the 2 columns have no space between them so the languages are running together), but when I preview the changes, or even when I update them, nothing happens.
Can anyone help?
]]>Hi,
I have my wordpress installation pretty lock down for one of my clients and I’m trying to move the table button to the first row of the tinymce editor. I removed everything from the second row of the editor so it looks kind of weird with just the table button in the second row.
Does anyone know the tinymce name of the button to reference it or how to move the button to the first row without altering the plugin it self?
]]>Hi,
I’m using the MCE Table Buttons plugin and it works fine on my computer. Thanks a lot for that!
I more and more start to use the IOS app to write and I’m having a hard time using it there. Are there any tips for getting it to work better in the app?
]]>The icons for your plugin shows up as empty boxes. I searched a lot, but couldn’t fix this. It seems some sort of issue related to loading the font or image associated with the missing icons. Thanks.
]]>Hello!
thanks for this wonderful plugin.
Just a question: is it possible to add a caption to a table?
I mean:
<table>
<caption>Table caption</caption>
<thead>
<tr>...
Thank you!
]]>Hi,
I created a 2-column table to place the contents of a bio.
However, the cell spacing isn’t working properly.
It looks great in Firefox, but not in Chrome.
Here’s the page link: https://www.socialmediauniverse.com/OutreachPro/alyson-lyon/
Any assistance would be appreciated!
]]>Good day, I love the simplicity of this plugin, however I have spotted an error.
The generated code starts with this:
<table style="height: 362px" border="5" width="350px">
however, the browser doesn’t pick up the width tag. The code should actually be this:
<table style="height: 362px;width: 350px;" border="5">
That would fix my problem, however I believe that the border property should be within the style tag too…
Any ideas how I can fix this?
Bryn
]]>Hi,
Good work on the plugin! It’s very handy.
Do you know how i can add a hyperlink to a text in the table?
It doesnt work..
Thanks
]]>Hello, I would like to say that I’ve fully translated this useful plugin to portuguese. You may see it bellow.
Here are the files (From Nintersoft’s drive):
JS lang file: >>DRIVE DOWNLOAD<<
Thanks for this useful plugin.
]]>Great plugin but one small problem on 4.1 for me, the borderlines for cells don’t show up. It only puts a line at the bottom of the table, in the color I specify. But no separation lines around the cells.
Could you take a look at this?
Thanks!
]]>I had the plugin working for about 1 year now, then all of a sudden it stopped displaying the button under the kitchen sink. Any ideas why? Or how to resolve.
Love the plugin. Thanks.
]]>I can’t seem to get to MCE Table Buttons to play nice with the custom code I used to add the TinyMCE visualblocks plugin (basically the code WP codex suggests for adding TinyMCE plugin). With this code below in place the MCE Table Button never shows in the WP editor, but in checking my console there are no JS errors. Any help would be hugely appreciated!
add_filter('mce_external_plugins', 'ub_add_mceplugins');
function ub_add_mceplugins() {
$plugins = array('visualblocks');
$plugins_array = array();
foreach ($plugins as $plugin ) {
$plugins_array[ $plugin ] = get_stylesheet_directory_uri() . '/library/js/'. $plugin .'/visualblocks_plugin.js';
}
return $plugins_array;
}
function myformatTinyMCE($in) {
$in['toolbar2'].=',visualblocks ';
$in['visualblocks_default_state'] = true;
return $in;
}
add_filter('tiny_mce_before_init', 'myformatTinyMCE' );
]]>
Hi,
Just found that where a few days ago I could add rows to an existing table, the one in question now won’t add rows. Have neither changed updated wordpress nor MCE Table Buttons.
Didn’t know if there was a limit to the number of rows (though don’t think I’ve got any more on there than before)? Or maybe it’s something else?
Thanks,
Tim
]]>