• Resolved windhillruss

    (@windhillruss)


    Hi, just noticed this issue which has been present for several versions (checked by rolling back to at least 1.57). when creating a Post in Buddypress using rtMedia and uploading media, the delete button (small cross) isn’t visible. The delete function still exists where the button is meant to be. When the Push Notification plugin is deactivated, the small cross returns.

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

    (@murali-indiacitys)

    I will look into it and i will update you

    Thread Starter windhillruss

    (@windhillruss)

    Thanks.

    Plugin Author Murali

    (@murali-indiacitys)

    In this PNFPB plugin I am using default wordpress jquery-ui-dialog style using wp_enqueue_style( ‘wp-jquery-ui-dialog’ ); it is using it from WordPress core. I think rtmedia is using ui-icon trying to override this style. In order to fix in your site, in admin page -> appearence -> customize -> additional css (in additional css) section add below style and refresh the page/cache, it will fix the problem. I have also attached screenshot how to add below style in customize. Since this problem is not related to the plugin, it is difficult for me to fix in this plugin because i am using WordPress core default jquery-ui-dialog style.

    .ui-icon {
    	text-indent: unset !important;
    }
    Thread Starter windhillruss

    (@windhillruss)

    Excellent Murali! That fixed it!

    Thread Starter windhillruss

    (@windhillruss)

    Marked it as resolved! Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘rtMedia Media Upload Issue’ is closed to new replies.