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

  • Author
  • #140438
     Roader
    Participant

     

    1) When I put a clear or white Cover, text (name, etc.) is not visible. Please solution for this.

     

    2) I need PROFILE / LOGIN (LOG OUT) buttons Separate. Sometimes someone wants to click Profile, and accidentally gives on Out.

    But, I want to know (is very important for me) How I can to put a buddypress menu with Notifications. Okey, I go to: Appearance / Menu, and I can see a Tab called Buddypress from there, I can take links: (Personal) Activity, Mes- sage, Notifications, etc. But, these, on menu, appear without indicators or bubbles. I don’t want that. I want a custom menu with for example: Activity (global), Members, Groups, Friends requests, Messages… and finally My Account, Out side of the Profile Button like you have in this Demo. You know. In your Demo, these links are hide, inside. This is impractical for the site that I want.

     

    Attachments:
    You must be logged in to view attached files.
    #140824
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #140960
     Radu
    Moderator

    Hmm,

    For both problems try to de-activate all plugins except BuddyPress then empty all caches and check again if you have problems with covers and the other issues

    Also, you can de-activate the child theme and activate Sweetdate Theme with plugins de-activated and cheek again.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #141024
     Roader
    Participant

    Radu, SweetDate Demo has the same problem with the Profile Cover.
    Solution (for the Next Update) ––> If user upload a cover, Shadow is activated for text like in Groups.

    Please, give me this function.

    Attachments:
    You must be logged in to view attached files.
    #141198
     Radu
    Moderator

    Hi,

    Use this CSS to apply text shadow over groups meta information over the cover

    COPY CODE
    
    .group-single #item-header-content span {text-shadow:0.1px 0.2px 0.1px #000 !important;}
    .group-single #item-header-content #item-meta > * {text-shadow:0.1px 0.2px 0.1px #000 !important;}
    

    The css will be added to wp-admin -> theme options -> general settings -> quick css

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #142056
     Roader
    Participant

    Hi Radu! The Problem is not the Group Cover, is Profile Cover. Look at the picture.

    Group Cover Css::::::: “.is-user-profile…” So, that you can see, only when you upload a cover, this css is activated. How I can use this code for Profile Cover?

    .is-user-profile div#item-header #item-header-cover-image div#item-meta p, .is-user-profile div#item-header #item-header-cover-image h2 a, .is-user-profile div#item-header #item-header-cover-image div#item-actions h3, .is-user-profile div#item-header #item-header-cover-image span.activity {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(15, 15, 15, 1);
    }

    Attachments:
    You must be logged in to view attached files.
    #142293
     Radu
    Moderator

    Hi,

    Using this css you will be able to see the text even you upload a white backgound it adds a text shadow over the text, as how you mentioned above

    COPY CODE
    
    body.buddypress div#profile, body.buddypress div#profile a,body.buddypress div#profile span,body.buddypress div#profile p, body.buddypress div#profile ul li{
        color: #fff !important;
        text-shadow:1px 1px 2px  #000 ;
    }
    
    #profile .generic-button a, .tabs.pill.custom dd:not(.active) a, #profile .callout, .regulartab dt, .regulartab dd { color:fff; }
    


    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #142912
     Roader
    Participant

    Nice Radu! 😉 Thanks!

    Now, Add this feature in the next SD update hehehehe!

    #142913
     Roader
    Participant

    Complementary code:

    span.radius.label.alert {
    text-shadow: none !important;
    }

    #profile .tabs.pill.custom dd.active a, #profile .pmpro_label {
    text-shadow: none;
    }

    #142927
     Roader
    Participant

    Another Problems :/

    Your css code works half.

    Does not work with match counter.
    Does not hide the shadow when there is no cover on profile (background-image).

    Please, try again and Reply!

    Group Cover Code:

    .is-user-profile div#item-header #item-header-cover-image div#item-meta p, .is-user-profile div#item-header #item-header-cover-image h2 a, .is-user-profile div#item-header #item-header-cover-image div#item-actions h3, .is-user-profile div#item-header #item-header-cover-image span.activity{
    color: #fff;
    
 text-shadow: 1px 1px 2px rgba(15, 15, 15, 1);
    }

    If no cover, no shadow.
    With cover, shadow.

    Attachments:
    You must be logged in to view attached files.
    #143116
     Radu
    Moderator

    Hi,

    For what you need : to have the shadow when the cover isn’t added and to not have when a cover is there needs some additional development, no quick solution for that, I’ve tried.

    Technical solution it’s to add to the body class a class when a profile or a group has a cover photo added

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #143134
     Roader
    Participant

    Hi Radu.
    The same function or code of the Group’s Cover for Profile’s Cover. This will be the solution. But, I don’t know how I can do it. Please help!

    ——————–
    And, don’t forget Sidebars and the others Tickets.

    ——————–
    And please, put, “Very Important Feature Request” Public for all buyers. Because it is private, they can’t vote!

    #143167
     Radu
    Moderator

    I’ve told you the technical solution you should implement it if you don’t know you should hire a developer to do that for you.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #143180
     Roader
    Participant

    Technical solution it’s to add to the body class a class when a profile or a group has a cover photo added

    Radu, please, send me the body class … steps to do it.

    #143230
     Radu
    Moderator

    There is no quick solution to can to that, it’s more than pasting a code to functions.php file.

    My advice is to use the shadow in both cases

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #143234
     Roader
    Participant

    OK Radu, but, where is the code to paste into function.php?
    Please, send me that

    #143355
     Radu
    Moderator

    You don’t understand ?! there is no code to paste it to functions.php

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #143377
     Roader
    Participant

    Okey! Well. Waiting for the next SD update, because you know that the default Profile Cover has problems! If you put a write cover, I can’t see nothing (name, country, etc.).
    The solution for this problem is, use the same code for Groups Cover.

    #143576
     Radu
    Moderator

    I’ve added this to improovment list.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #143623
     Roader
    Participant

    Thanks Radu, I hope that you don’t forget this. Hehehehe
    And… Dont forget to add Cancel Button PLEASE!

    #143756
     Radu
    Moderator

    It’s added to improvement list we don’t forgot

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 21 posts - 1 through 21 (of 21 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?