clintjreed
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Missing tablesOk, I get that,but we use the class to style the table, how do I still leverage a class on a table with PHP?
Also, we use the actual shortcode in articles. [table], how can we resolve that?
Thanks,
Clint
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Missing tablesWe are actually doing it like this in php.
do_shortcode(‘[table class=”scroecardTable” id=topaxcarticles_us /]’);
But we are also leveraging the straight up [table] tags within posts and pages, non php.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Missing tablesThis is an internal application that you wouldn’t have access to. I was hoping there was a work around to your extension. I am calling the short code from PHP directly and I didn’t want to have to change code. If that is the only option, I guess I will have to.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Missing tablesHey we are having the same issue. In the Easy Bootstrap Shortcodes Pro settings, we do have a prefix of ebs_ and it is still causing Tablepress to not render tables.
https://www.dropbox.com/s/3cx4enh968b1p6b/Screenshot%202017-06-22%2010.16.50.png?dl=0
What are the alternatives?