• Resolved LauraCrisci

    (@lauracrisci)


    Hi,I’m using WP v3.4.2 and the shortcode for my Audio Player 2.0 plugin does not seem to work inside a WP-table. I’m also using Cart66 and that short code works just fine in the table. I have the Audio Player 2.0 shortcode posted on my site, but I haven’t published the tables yet because this part isn’t working. My site is http://lauracrisci.com if you need to make sure of the audio player I’m talking about.

    I love the WP-Table plug in and hope it is compatible and it’s just me or that there’s a work around so I can use all the plug ins together in my store. Thanks so much, Laura.

    http://ww.wp.xz.cn/extend/plugins/wp-table-reloaded/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Laura,

    WP-Table Reloaded supports all plugins that use the regular WP Shortcode API. Unfortunately, Audio Player does not use this, so some extra code is necessary.

    You can easily make it work by adding the following line of code to the file “functions.php” of your theme.

    add_filter( 'wp_table_reloaded_cell_content', 'insert_audio_player' );

    Best wishes,
    Tobias

    Thread Starter LauraCrisci

    (@lauracrisci)

    Thank you so much for getting back to me and giving me hope Tobias. I think your plugin is great and would be very disappointed if I couldn’t use it because of this.

    I tried adding the code to the “functions.php” of my theme and it did not go well. I’m not sure how to explain what happened. The data came out of the table and went to the top of the page and left the table itself behind and empty at the bottom. I’m using the newest version of Thesis as my theme, version 1.8.2.

    Adding the code into the functions.php is as far as I got, so it had nothing to do with the Audio Player Plugin. I did nothing after adding the code other than removing the code to get my site back in order.

    I can’t show you what happened because I can’t leave my site in that condition. But if it will help, I can email you the information to go in and look around directly on my site.

    Perhaps I’m just putting the code in the wrong place in the file? I don’t think that’s it, but I’m not very familar with php.

    Also, if we get this worked out and I can use your plugin, I’d like to send you a donation in appreciation. Where would I do that?

    Thanks again for your assistance regardless,

    Laura.

    Thread Starter LauraCrisci

    (@lauracrisci)

    Hey Tobias,

    I really need to get this worked out to move forward. If we can’t get the table to work with the Audio Player Plugin that I am currently using, could you recommend a stylish audio player that it will work with WP-Table Reloaded?

    Thanks and hope to get this resolved soon, Laura.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Laura,

    then in this case, it might be the best if I take a direct look. Can you please send me an email (the address is in the main plugin file wp-table-reloaded.php) with the necessary information?

    (Oh, and donations are possible at http://tobias.baethge.com/donate/ 🙂 )

    Regards,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] compatible with WP Audio Player 2.0 plugin?’ is closed to new replies.