-
Author
-
October 20, 2016 at 05:32 #140438RoaderParticipant
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.October 24, 2016 at 06:59 #140824LauraModeratorHello, 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 solutionLaura 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 🙂
October 24, 2016 at 19:01 #140960RaduModeratorHmm,
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 solutionOctober 25, 2016 at 00:57 #141024RoaderParticipantRadu, 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.October 25, 2016 at 19:00 #141198RaduModeratorHi,
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 solutionOctober 29, 2016 at 20:23 #142056RoaderParticipantHi 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.October 31, 2016 at 21:04 #142293RaduModeratorHi,
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 CODEbody.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 solutionNovember 4, 2016 at 22:12 #142912RoaderParticipantNice Radu! 😉 Thanks!
Now, Add this feature in the next SD update hehehehe!
November 4, 2016 at 22:24 #142913RoaderParticipantComplementary code:
span.radius.label.alert {
text-shadow: none !important;
}#profile .tabs.pill.custom dd.active a, #profile .pmpro_label {
text-shadow: none;
}November 5, 2016 at 00:31 #142927RoaderParticipantAnother 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.November 7, 2016 at 16:29 #143116RaduModeratorHi,
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 solutionNovember 7, 2016 at 17:37 #143134RoaderParticipantHi 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!November 7, 2016 at 19:22 #143167RaduModeratorI’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 solutionNovember 7, 2016 at 19:48 #143180RoaderParticipantTechnical 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.
November 7, 2016 at 23:09 #143230RaduModeratorThere 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 solutionNovember 7, 2016 at 23:45 #143234RoaderParticipantOK Radu, but, where is the code to paste into function.php?
Please, send me thatNovember 8, 2016 at 17:56 #143355RaduModeratorYou 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 solutionNovember 8, 2016 at 18:47 #143377RoaderParticipantOkey! 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.November 9, 2016 at 17:47 #143576RaduModeratorI’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 solutionNovember 9, 2016 at 22:03 #143623RoaderParticipantThanks Radu, I hope that you don’t forget this. Hehehehe
And… Dont forget to add Cancel Button PLEASE!November 10, 2016 at 17:06 #143756RaduModeratorIt’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 -
AuthorPosts
You must be logged in to reply to this topic.