Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • By the way, Tobias,

    Could you give me a little snippet of code from the context of my page with a little comment indicating where to put the code. I can’t seem to get it to work. So sorry. I’ll send you a little paypal for a nice Latte or something.

    regards,

    Kirk

    Tobias,

    Thanks so much for your SPEEDY reply! Actually, I’m not sure where the problem lies. None of my other plugins seem to use the “table” shortcode, but I couldn’t understand why my tables disappeared.

    Yes, the table DOES show with the default theme… even with all plugins activated.

    But it won’t show in my custom theme at all, even with all plugins deactivated.

    I’ll try to put the code in there and see if I can get it into the right place.

    Cheers,

    Kirk

    Hi Tobias,

    You are so great to help us all with your fantastic plugin. I have been using it for a while with great success. However, now my tables don’t show up. I guess I had better change the short code as mentioned above.

    However, I’m a real at newbie at editing code. Can you tell me exactly where to put the code you suggested:
    _________________
    function wp_table_reloaded_change_table_shortcode( $shortcode ) {
    return ‘wptable_KD’;
    }
    add_filter( ‘wp_table_reloaded_shortcode_table’, ‘wp_table_reloaded_change_table_shortcode’ );
    ____________________

    You describe it here:
    https://tobias.baethge.com/2010/01/extension-3-changing-the-table-shortcode/
    But it I couldn’t figure out exactly where to put it because I couldn’t find the closing PHP tag you described.

    Here is my page with the invisible table in it.
    https://lasertagofsantarosa.com/entertainment/?cat=17

    Thanks very much!

    Kirk

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