Hey,
me again. Did the update to 1.5.1 and straight run into the MCE problem again. Deactivating and reactivating all plugins fixed it so far.
Next thing: Tables. I do use a table shortcode within a tab. With the previous release, I manually removed any empty attribute from the shortcode.
Example:
[av_table purpose='tabular']
[av_row][av_cell]Text[/av_cell][av_cell]Text[/av_cell][/av_row]
[av_row][av_cell]Text[/av_cell][av_cell]Text[/av_cell][/av_row]
[/av_table]
With 1.5.1 it seems those attribs (row_style=” and col_style=”) are REQUIRED. Am I right?
Because without them, each cell of the table throws a Warning like:
array_merge(): Argument #2 is not an array in [CUTOUT]/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php on line 264 (and 270).
Hi,
I tested this and it seems like you are correct, they are required. Let me tag Kriesi to shed some light on this topic.
Regards,
Ismael