This topic has 9 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #171411
     Swappty
    Participant

    Hello,

     

    Since the last theme update the underlink in buddypress Media is showing dobble.

    Im using the RTmedia plugin. Is it better to replace it with MediaPress?

    How can this be fixed?

    #171479
     Laura
    Moderator
    Hello, will assign the ticket to a higher support level who can help and advise you in your query. Thanks! ?
    #171492
     Swappty
    Participant
    Not marked as solution
    #171536
     Radu
    Moderator
    Hi, RE-saving theme options may helps, give a try it will regenerate the dynamic.css. I've tried to reproduce that in my local install and I cannot the counter are there! Try to deactivate all plugins except BuddyPress and child theme to test if one of those causes that Let me know Cheers R.
    #171625
     Swappty
    Participant
    Not marked as solution
    #171660
     Radu
    Moderator
    Not marked as solution
    #171728
     Swappty
    Participant
    Not marked as solution
    #171934
     Radu
    Moderator
    Hi, I see, wired, I know that is' happens when you have overwritten the child theme templates, can you please provide the FTP + Wp admin credentials to take a closer look at that? For the counter that not displaying use the next CSS
    .bp-overlay-menu #buddypress div#item-header ul span.count {
      display: block;
      color:#333333;
    }
    
    Icons can be changed using some cusom CSS selectors
    
    a#user-activity:before {
        content: " " !important; 
        background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/actividades.jpg');
        width: 40px;
        height: 40px;
        color: transparent !important;
        background-size: cover;
    }
    a#user-xprofile:before {
        content: " " !important; 
        background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/perfil.jpg');
        width: 40px;
        height: 40px;
        color: transparent !important;
        background-size: cover;
    }
    a#user-friends:before {
        content: " " !important; 
        background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/amigos.jpg');
        width: 40px;
        height: 40px;
        color: transparent !important;
        background-size: cover;
    }
    a#user-settings:before {
        content: " " !important; 
        background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/configuracion.jpg');
        width: 40px;
        height: 40px;
        color: transparent !important;
        background-size: cover;
    }
    a#user-courses:before {
        background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/cursos.jpg');
        width: 40px;
        height: 40px;
        color: transparent !important;
        background-size: cover;
    }
    a#user-forums:before {
        background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/foros.jpg');
        width: 40px;
        height: 40px;
        color: transparent !important;
        background-size: cover;
    }
    a#user-groups:before {
        content: " " !important; 
        background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/grupos.jpg');
        width: 40px;
        height: 40px;
        color: transparent !important;
        background-size: cover;
    }
    a#user-messages:before {
        content: " " !important; 
        background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/mensajes.jpg');
        width: 40px;
        height: 40px;
        color: transparent !important;
        background-size: cover;
    }
    a#user-notifications:before {
        content: " " !important;  
        background-image: url('http://www.laconexioncreadora.com/wp-content/uploads/icons/notificaciones.jpg');
        width: 40px;
        height: 40px;
        color: transparent !important;
        background-size: cover;
    }
    
    Cheers R.
    #172026
     Swappty
    Participant
    Not marked as solution
    #172053
     Radu
    Moderator
    Hi, I know that it's caused on Media tab prom profile not in all components but using this CSS
    .bp-overlay-menu #buddypress div#item-header ul span.count {
      display: block;
      color:#333333;
    }
    
    IT should fix that. so it's possible rtmedia to be a problem anyway in next theme update this will be fixed Cheers R.
Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?