-
Author
-
January 11, 2015 at 23:43 #41705thomasParticipant
Hello
I have installed the theme and b2b testet it with some friends and I think everything is up and running. But in the pictures of this theme on themeforest i saw that some futures was diferent for what I have listed.
Example, the information about the profile comes up in a own section under the profile picture. ON Themeforest, this information was in the “blue box” beside the profile avatar picture. And so on.
Can someone please look at silkedate.no and maybe give me some heads up?
I have also wrotet the php files in my language, so bear with me 🙂
Thomas
January 11, 2015 at 23:47 #41706thomasParticipantHere is the picture from the themeforest promo pictures of this theme that I cant get to work.
Attachments:
You must be logged in to view attached files.January 11, 2015 at 23:56 #41713thomasParticipantSome of my problems
Picture 1
Show some text under the profile picture.
I dont have that on my site 🙁Picture 2
Shows a pink button on the new page site.
I dont have that button 🙁Picture 3
Match compability is 50% on all profiles, why?
Alaso, i dont get the pictures and profile information on the right side of the profile picture, i get in under in the standard buddypress setup look a like (boring) 🙁Picture 4
Something like the text to pic 3Picture 5
Also to the pic 3 textPitcture 6
About this facebook thing. I got in up and running, no problem, but the full name will come up, and some members will not like that i think. How to just get the first name?January 12, 2015 at 03:13 #41725LauraModeratorHello, i will answer soon with each solution of your problem, thanks for contacting us 🙂
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 🙂
January 12, 2015 at 14:16 #41741LauraModeratorHello, here are the solutions:
1. You need to add this code to your functions.php in child theme folder then customize it with your fieldsCOPY CODEadd_action('after_setup_theme','kleo_my_member_data'); function kleo_my_member_data() { global $kleo_config; //this is the details field, right now it take the "About me" field content $kleo_config['bp_members_details_field'] = 'About Me'; //this display the fields under the name, eq: 36 / Woman / Divorced / Berlin. Modify with the names of the fields you want to appear there $kleo_config['bp_members_loop_meta'] = array( 'I am a', 'Marital Status', 'City', ); }
2. Be sure you have the last update of sweetdate (2.7)
It should be a button called SHORTCODES instead of the pink one.3. For match compability you need to customize your match system with the fields you want and the point they give, follow the instructions on the code:
COPY CODE//change matching system add_action('after_setup_theme','kleo_my_match'); function kleo_my_match() { global $kleo_config; $kleo_config['matching_fields']['starting_score'] = 1; //If we want to match by members sex. values: 0|1 $kleo_config['matching_fields']['sex_match'] = 0; //single value fields like select, textbox,radio $kleo_config['matching_fields']['single_value'] = array ( 'Marital status' => 5, 'Sect' => 5, 'Age' => 5, 'City' => 2, 'Country' => 5, ); //multiple values fields like multiple select or checkbox $kleo_config['matching_fields']['multiple_values'] = array ( 'Interests' => 10, 'Looking for' => 10, ); }
3.5 For the profile tabs use this code but with the group of fields that you have, just follow the instructions here:
https://archived.seventhqueen.com/forums/topic/how-to-add-tabs-next-to-profile-image-extended4. Sorry i did not understand this point.
5. In point 3.5
6. Will answer soon
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 🙂
January 14, 2015 at 02:57 #41978thomasParticipantHello
I havent installed the child theme, should I do that? I just intalled the “standard” theme and “ignored” the child theme.
😛 bad of me?
January 14, 2015 at 03:03 #41979thomasParticipantCASE 1
Can i just paste this code in the func file in the standard theme, ore should i install the child theme, use that as “main” (i dont hope that) and then paste the code in there?
Case 2
Yes i have shortcodes and not the pink 🙂
Case 3
Do you have some more tips about where to install this/paste it in? Also DO I need the child theme or is it ok to go forward with the standard instalation I have now.
Case 4 and 5 (we end that)
Case 6
I be waiting 🙂
January 14, 2015 at 18:16 #42035LauraModeratorHello,
1. If you dont use child theme, when you update sweetdate, all customization will be lost, child theme is the base for all custom codes. Needs to be installed and activated.2. Awesome! 🙂
3. Child theme is needed, nobody would suggest using just standard, remember, child theme needs to be installed and activated.
4. –
5. –
6. Still working on that, thanks for waiting! 🙂
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 🙂
January 17, 2015 at 23:47 #42473thomasParticipantThank you
1. I have now installed the child-theme, the interesting part is that nothing have changed when i activated it, so thats great 🙂 BUT when I download and should install a new version. How do I do that. Isnt the activated theme that is the “master” or do the “standard” version working in the background?
I really dont understand this child and not child consept :pJanuary 18, 2015 at 17:43 #42531LauraModeratorHello, when you do a change, do it in child theme, because child overrides the standard, so, for example, you have style.css changed in child theme, to make… the form background to blue. So if the theme updates and changes the form color to yellow, you will see it blue.
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 🙂
January 25, 2015 at 00:55 #43344thomasParticipantI have uodatet all the themes and go into the child theme and added the code (1)
But i get this error message
/** add_action(‘after_setup_theme’,’kleo_my_member_data’); function kleo_my_member_data() { global $kleo_config; //this is the details field, right now it take the “About me” field content $kleo_config[‘bp_members_details_field’] = ‘Om meg’; //this display the fields under the name, eq: 36 / Woman / Divorced / Berlin. Modify with the names of the fields you want to appear there $kleo_config[‘bp_members_loop_meta’] = array( ‘I am a’, ‘Marital Status’, ‘City’, ); } */
January 25, 2015 at 00:58 #43345thomasParticipantand also, i dont get my profile to look like it should, everything is just like a buddypress opsett and not like the pictures. Se here 🙂
Attachments:
You must be logged in to view attached files.January 25, 2015 at 07:20 #43356LauraModeratorHello, can you share with me your functions.php in a text file? and btw, the photo looks as it should, what is wrong with it?
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 🙂
February 7, 2015 at 08:59 #45060LauraModeratorHello, is this resolved?
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
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.