Digital experiences for all disciplines
New Landing › How can we help? › Cardinal › Table inside Tabs element is bugged
New Landing › How can we help? › Cardinal › Table inside Tabs element is bugged
- This topic has 16 replies, 3 voices, and was last updated 9 years by Rui Guerreiro – SUPPORT.
-
Posted in: Cardinal
-
November 14, 2014 at 3:38 pm #128460
Hi,
I have put through shortcode a table inside the tabs element. However it isn’t displayed correctly: [table “” not found /]. To try to see if this is a general problem with any tables, I have input a table from other plugin and it worked. Can you please look into this bug?
Thanks,
NunoNovember 14, 2014 at 5:18 pm #128476Hi,
I tried without any problem.
https://www.dropbox.com/s/757gzsjicj8xvsm/table_inside_tabs.png?dl=0Seems that first [table id=2 /] it’s breaking something.
Try with only 1 table first one of the assets seems to be breaking the code.-Rui
November 16, 2014 at 10:09 am #128583Hi,
Well, that’s pretty much what I did at first. I repeated it, here’s the result:
Still not working. Could this be some plugin compatibility issue? There was an issue before and I solved it by removing a couple of them. Here’s the ones I have currently:
I think this are the ones the theme recommends..
Thanks,
NunoNovember 16, 2014 at 3:53 pm #128616This has happened to me as well… nearly 100% sure the issue is a conflict with the tablepress plugin…
November 17, 2014 at 12:53 pm #128789Hi,
Probably @FlawlessWeb is right.
Can you provide admin access so I can try to create a test page?Please use the private reply.
-Rui
November 20, 2014 at 7:51 pm #129818This reply has been marked as private.November 21, 2014 at 10:13 am #129964Hi Nuno,
Just missing the site url.
Thanks-Rui
November 21, 2014 at 1:25 pm #130024This reply has been marked as private.November 22, 2014 at 3:54 pm #130229Hi,
Made some tests and definitely it’s a conflict between our table shortcode name and Tablepress.
Unfortunately there is no much it can be done, our shortcode can’t be used when Tablepress is active.
-Rui
November 24, 2014 at 10:52 am #130494Makes sense.
Would you have a snippet we could put in a child theme that would remove the tables option from the swift shortcode builder?.
That way, when the Tablepress plugin is active there would be no confusion for people when they click the tables shortcode and it is not working…
Thanks.
November 24, 2014 at 11:41 am #130513If it’s only used the Tablepress shortcode it won’t be any problem. The problem only happens when Tablepress is installed and our shortcode it’s used.
That’s something that is not easy to shutdown in a child theme.
-Rui
November 24, 2014 at 11:45 am #130514Yea, I just wanted to find a way of “hiding” the table shortcode option when Tablepress is enabled.
That would remove any confusion for clients.
November 25, 2014 at 10:19 am #130831Hi,
For now only way it’s inside this file swift-framework\shortcodes\interface.php
Remove or comment this line<option value="shortcode-tables"><?php _e('Table', 'swift-framework-admin'); ?></option>
-Rui
November 25, 2014 at 4:51 pm #131042Hi,
Just to make it clear: the main reason I’ve adopted tablepress is because the regular shortcode for the table wasn’t working (even without the tablepress plugin).
So, if I remove that line, it will disable the shortcode for tables? (It’ll not show up anymore in the shortcode list?)
Thanks,
NunoNovember 25, 2014 at 4:52 pm #131044Hi,
Exactly, it will not appear in the dropdown where you select the shortcodes.
-Rui
-
Posted in: Cardinal
You must be logged in and have valid license to reply to this topic.