-
Author
-
August 28, 2015 at 03:07 #74996jenny555Participant
First of all, I still would like to congratulate you on your great work!
I meet some difficulties to change the colors of a few elements and their location. I tried to compile my questions for not open too many topics.
here are my questions:Page members: (attachment 1)
1) I managed to put a grayblack background to the first member card, but how to apply the background to all cards / columns?
2) how to display 4 or 5 columns instead of three?
3) how to align columns? because they are displaced.
4) how to display “years old” (“ans” in french) after the date of birth? (ex: 35 ans)
5) how to add the text “i’m looking …”Profile page (Attachment 2 and 2a)
1) I would like to change the background for the tabs, buttons and fields but I can not.
2) I have six tabs to display (in the image, the tab rtmedia does not appear because I did not have any media) … my question is: can we display them on a single line, because it is not pretty like that.
3) I installed “rating widget” plugin, and I would like to see the stars below the photo and not above. Is it possible to display the votes also in the members cards? can you help me do that?
all my other questions are on the attached files.I will be very grateful for your help!
August 29, 2015 at 07:37 #75157LauraModeratorHello, could you share a link and admin credentials? 🙂
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 🙂
August 29, 2015 at 23:58 #75263jenny555ParticipantI also wrote this message: https://archived.seventhqueen.com/forums/topic/sweetdate-wider-grafic
you can answer me here.
thanksAugust 31, 2015 at 18:19 #75546LauraModeratorHello, for:
First Attachment1,2 Are css codes added to your style.css in child theme
1- Member Background
COPY CODE/* MEMBER BACKGROUND */ div#members-list .four.columns { background-color: #303131; margin-top: 30px; }
2- 4 COLUMNS
COPY CODE/* 4 COLUMNS */ #members-list .four.columns:nth-child(3n+1) { clear: none !important; } .search-list { margin: 0 0 40px; display: inline-block; width: 115%; margin-left: -3%; } #members-list .four.columns:nth-child(4n+1) { clear: left !important; }
3- I will need access to your ftp
4- Done
5- Copy bp-functions.php from custom_buddypress folder inside sweetdate theme folder and paste it inside custom_buddypress folder of sweetdate child, if there is not that folder, just create it, then edit bp-functions.php in your new folder of child theme and find this:
COPY CODEecho '<div class="search-meta">'; echo apply_filters('kleo_bp_members_dir_name','<h5 class="author"><a href="'. bp_get_member_permalink().'">'. bp_get_member_name().'</a></h5>');
then change it for this:
COPY CODEecho '<div class="search-meta">'; echo apply_filters('kleo_bp_members_dir_name','<h5 class="author"><a href="'. bp_get_member_permalink().'">'. bp_get_member_name().'</a></h5>'); echo '<strong> YOUR TEXT HERE</strong>';
6- Done in your style.css
COPY CODE/* REMOVE MEMBER BORDER RADIUS */ .search-item { border-radius: 0PX !IMPORTANT; }
7- Its an image, cant edit color
8- Done in your style.css
COPY CODE/* NAME COLOR */ .search-meta a { color: white !important; }
Second attachment
1- Done, added to your style.css
COPY CODE/* PROFILE TABS COLOR */ #profile .generic-button a, .tabs.pill.custom dd:not(.active) a, #profile .callout, .regulartab dt, .regulartab dd { background: rgba(0, 0, 0, 0.43) !important; color: #ffffff; }
Third Attachment
1- Done, added to your style.css
COPY CODE/* CHANGE AVATAR LINK POSITION */ .image-hover .profile-hover-link { margin: -40px 22px !important; }
2- Done, added to your style.css
COPY CODE/* HEART RATING POSITION */ .rw-ui-container.rw-urid-9004.rw-ui-star.rw-size-large.rw-dir-ltr.rw-halign-right.rw-valign-middle.rw-style-lean_heart.rw-theme-star_lean_heart.rw-class-user { margin-top: 85%; position: absolute; }
Fourth Attachment
1- Done
COPY CODE/* FORM SELECT COLOR */ .form-search.custom div.custom.dropdown ul li.selected { background: #EEEEEE; color: black; }
Other:
Video button hoverCOPY CODE/* BUTTON HOVER */ #call-to-actions .alert:hover, #call-to-actions .alert:focus { background: #D1A14F; border: 1px solid #D1A14F; }
Video not displaying
The issue may be related to a plugin, please try to deactivate one by one and test again?Button centered
COPY CODE/* BUTTON CENTERED */ div#kleo_support_box-2 .small.button { margin-left: 20%; }
Form fields centered
COPY CODEform#newsletter-form .four.columns { margin-left: 10%; }
FIELDS CENTERED
/* FIELDS CENTERED */
button#newsletter-submit {
margin-left: 354%;
}Last attachment: Right now i dont know any way of making thse links a dropdown
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 🙂
August 31, 2015 at 20:10 #75564jenny555ParticipantHello Laura.
Wow, you are great! really! thank you for the considerable work that you do! I shall have wanted help to relieve you a little, but I am still not able and my English is bad. but if you need anything, I’m here.I think if you have not been able to enter in the admin, it is because the “goodbyeaptchka” plugin. I turned off, you should normally have access.
Now I will test all this.And especially when you have a little more time, could you help me put the buddypress menu like as kleo ( with icons)…? Thank you, I wish you good luck. 😉
September 1, 2015 at 17:32 #75704LauraModeratorHello, i could enter and i did all changes in your site i posted that or others if they need 🙂
Let me know if something doesnt work or needs to be changed. About the kleo look for icons i am working on that and will post it soon in the forumHi 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 🙂
September 8, 2015 at 07:59 #76527LauraModeratorHello, can you share cpanel or ftp? I am testing code
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 🙂
September 10, 2015 at 10:46 #76882LauraModeratorHello, did what i could with the update profile button, aall should be ready. The only thing i could not help with is the age next to the number, its simple but requires some development
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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.