Title: Table Shortcode Conflict
Last modified: August 21, 2016

---

# Table Shortcode Conflict

 *  Resolved [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * (@webdevmattcrom)
 * [12 years ago](https://wordpress.org/support/topic/table-shortcode-conflict/)
 * TablePress also uses “table” for it’s shortcode. Could you update yours to be
   bs-table so both plugins can be used at the same time?
 * [https://wordpress.org/plugins/easy-bootstrap-shortcodes/](https://wordpress.org/plugins/easy-bootstrap-shortcodes/)

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

 *  Plugin Author [osCitas Themes](https://wordpress.org/support/users/oscitas/)
 * (@oscitas)
 * [12 years ago](https://wordpress.org/support/topic/table-shortcode-conflict/#post-4828058)
 * Hi,
 * We can make changes to the our shortcode, but a lot of users are already using
   this shortcode so we have to think about it, before we make these changes.
 * Thanks
 *  [DrInnovation](https://wordpress.org/support/users/drinnovation/)
 * (@drinnovation)
 * [12 years ago](https://wordpress.org/support/topic/table-shortcode-conflict/#post-4828104)
 * Different users.. partial answer and a realted question.
 * I was able to modify tablepress to get them to work somewhat
    editing line 90
   of file class-tablepress.php to read `public static $shortcode = 'tptable';`
 * then I use `[tptable id=3 /]` to insert tablepress tables.
 * Works great on most pages..
 * By I have a related question.. When I try to use a computed short code (such 
   as tptable) code from inside certain ESB items, such as tab’s or accordions, 
   the embedded items are only properly computed in the “active” or “in” items… 
   if the tab is not active there is an empty shell of a table but it looks like
   the php to extract the table contents is never called. Any ideas how to get ebs
   to properly render the content of a tab?
 * m.wacv14.org/program shows the problems
    Code on the page looks like this:
 *     ```
       [toggles class="yourcustomclass"]
       [toggle title="Monday number 1" class="in"][tptable id=8 /][/toggle]
       [toggle title="Accordion number 2"]
   
       [tptable id=8 /]
   
       Toggle 2 content goes here.[/toggle]
   
       [toggle title="Accordion number 3"]
   
       [tptable id=8 /]
   
       Toggle 3 content goes here.[/toggle]
   
       [/toggles]
   
       This page provides the program at a glance, with session names/room/times. You can find details on what papers are in each session on the calendar [fa class="fa-calendar" ]
   
       [tabs class="Program"]
       [tab title="Mon. Wksp"active="active" ]
       Monday Workshop Room List
       [tptable id=8 /]
   
       [/tab]
   
       [tab title="Tues" ]
       Tuday paper list
       [tptable id=8 /]
       [/tab]
   
       [tab title="Wed. " ]
       Wed Session List
   
       [tptable id=8 /]
       [/tab]
   
       [tab title="Thurs" ]
       Thurs Session List
   
       [tptable id=8 /]
       .[/tab]
   
       [tab title="Fri Wksp" active="active" ]
       Friday Workshop Room List
       [tptable id=8 /]
       test
       [/tab]
       [/tabs]
       ```
   
 *  Plugin Author [osCitas Themes](https://wordpress.org/support/users/oscitas/)
 * (@oscitas)
 * [12 years ago](https://wordpress.org/support/topic/table-shortcode-conflict/#post-4828113)
 * Hi DrInnovation,
 * We have tested the shortcode which you have sent, and it was working fine, all
   the tables of tablepress were looking good. May be this is due to some other 
   plugin this is happening, so can you provide us the admin details to check it?
   you can use our [contact us page](http://oscitasthemes.com/contact/) to send 
   details.
 * Thanks
 *  [DrInnovation](https://wordpress.org/support/users/drinnovation/)
 * (@drinnovation)
 * [12 years ago](https://wordpress.org/support/topic/table-shortcode-conflict/#post-4828114)
 * Thanks for looking at it. I can provide a list of what was installed but its 
   not a major issue now. As I continued working on my web app it became clear that
   even if I could get them in the tabs that would be too much information for page
   to load in a reasonable time (Each day has 150+ items and its 7 days.. ) So I’ve
   already restructured the site so I’ll put each “day” on its own page rather than
   on its own tab to avoid loading information that is not needed.
 * Other things installed included at that time were
    All-in-One Event Calendar 
   by Time.ly Comprehensive Google Map Plugin Feed Them Social Leaflet Maps Marker
   No Page Comment
 *  Plugin Author [osCitas Themes](https://wordpress.org/support/users/oscitas/)
 * (@oscitas)
 * [12 years ago](https://wordpress.org/support/topic/table-shortcode-conflict/#post-4828122)
 * Hi,
 * Thanks for the information, we will check this and update our plugin in case 
   we find any issue.
 * Thanks

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

The topic ‘Table Shortcode Conflict’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-bootstrap-shortcodes_c3b0c1.
   svg)
 * [Easy Bootstrap Shortcode](https://wordpress.org/plugins/easy-bootstrap-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-bootstrap-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-bootstrap-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-bootstrap-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-bootstrap-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-bootstrap-shortcodes/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [osCitas Themes](https://wordpress.org/support/users/oscitas/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/table-shortcode-conflict/#post-4828122)
 * Status: resolved