Tagged: BuddyPress Live Notification, plugin
Hello Vlad,
Thank you for posting. Please try the following code:
add_filter( 'bpln_get_js_settings', function ( $settings ) { // Timeout in settings. Popup hide after number of seconds. $settings['timeout'] = 60; return $settings; } ); add_action( 'bp_enqueue_scripts', function () { wp_add_inline_style( 'achtung_css', '.achtung .ui-icon.achtung-close-button{overflow:visible !important;}.achtung .ui-icon.achtung-close-button-hover{color:#fff !important;}' ); }, 11 );
Please let me know if it fixes the issue or not.
Regards
Ravi
Viewing 5 posts - 1 through 5 (of 5 total)
The topic ‘ [Resolved] BuddyPress Live Notification plugin’ is closed to new replies.
This topic is: resolved