• Resolved fidoboy

    (@fidoboy)


    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)
  • Plugin Author Azizul Hasan

    (@hasanazizul)

    This is fixed in version 1.4.19

    Thread Starter fidoboy

    (@fidoboy)

    Thanks a lot @hasanazizul

    It will be a lot better that way to customize CSS in the templates.

    Thread Starter fidoboy

    (@fidoboy)

    It works fine with the new release. Thanks again. I almost fall into the floor laughin when I saw the new priority value into the code.

    Plugin Author Azizul Hasan

    (@hasanazizul)

    I almost fall into the floor laughin when I saw the new priority value into the code.

    I also laugh after reading your comment:):)

    Glad to hear that the problem has been solved.

    Thread Starter fidoboy

    (@fidoboy)

    99 was enough. But, hey, I bet that you could have been use something even bigger, like 9e9999999 ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issue with button placement in latest version’ is closed to new replies.