Support » Plugin: WP-Table Reloaded » [Plugin: WP-Table Reloaded] Element not loading on pages

  • I have a strange issue that is happening only on certain browsers. I an using the plug-in http://wordpress.org/extend/plugins/wpaudio-mp3-player/ to display an mp3 play button and your wp-table reloaded to organize the files.

    Everything works great on Safari, Chrome, and apparently now IE9 but on Firefox and other versions of IE the play button displays on the first page when the page is loaded. If you expand the table to show more rows or if you click on the next page button, the play button does now show up. The title of the mp3 file associated with the button will show up but the play button is not there. I have a screen shot at http://bit.ly/uMSuPn where you can see the first 10 with the play button and the download button. I expanded the table and you can see that the other play buttons are missing.

    http://wordpress.org/extend/plugins/wp-table-reloaded/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    this is a problem with the audio player plugin and the DataTables JavaScript library (which offers the pagination feature). Unfortunately, they don’t really work together nicely, if pagination is enabled. The reason is in the handling of the DOM by the JavaScript.

    I suggest that you switch to a different Audio Player plugin, which does not have this problem.

    Regards,
    Tobias

    Thread Starter boysrus

    (@boysrus)

    Thanks Tobias, do you know any other good audio players off hand that have similar functionality to wpaudio? The bummer part is that it works great on everything except Firefox.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    you could try http://wordpress.org/extend/plugins/audio-player/, which works for a lot of people.

    For that plugin, you’ll however need a small modification:
    Add

    add_filter( 'wp_table_reloaded_cell_content', 'insert_audio_player' );

    to your theme’s functions.php. This code is necessary to make the plugin’s Shortcode work in WP-Table Reloaded.

    Regards,
    Tobias

    Thread Starter boysrus

    (@boysrus)

    When I added that filter to my functions file I get this http://missionfellowshipsalem.com/images/Screenshot2.png

    It took everything inside the table and put it at the top.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    and did you enable the new Audio Player plugin, disable the old one, and change the Shortcodes?

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Element not loading on pages’ is closed to new replies.