Issue with button placement in latest version
-
Line 337 in helpers.php should be replaced to change the priority, this way:
add_filter( 'the_content', 'add_listen_button', 99 );
This is because as it’s right now, WordPress is using the
wpautop
function and then the button is being inserted into a paragraph. With priority > 10 this is fixed.regards,
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Issue with button placement in latest version’ is closed to new replies.