Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
May 10, 2022 5:00 pm
Hey there,
I can change the position of the comment bubble through JavaScript, but I prefer to do the WordPress way. Is there any filter so that I can change the position of it in `wp_footer` to some other hook?
I tried this, but I think I am missing something:
function removeBubbleWrapper() { $instance = wpDiscuz(); remove_action( "wp_footer", array( $instance, "footerContents" ), 90 ); } add_action( "wp_head", "removeBubbleWrapper", 0 );
1 Reply
May 11, 2022 8:04 am
Hello,
We'll take this into consideration for future versions.Â