Forum Replies Created
-
Author
-
SQadminKeymaster
Hi,
We already did the changes regarding Facebook registration option. We added an option in admin to enable/disable registrations and only allow login.
If you register with Facebook then you’ll be redirected your profile and a notification appears saying to complete your profile.Thanks for your suggestions.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHI,
We fixed it in v1.4
Here is the fix until it is published:COPY CODE.widgets-container.sidebar_location .widgets ul#profile-thumbs li {padding:0;} .widgets-container .widgets ul#profile-thumbs li:before {content:'';margin-left: 0;}
Thanks for pointing that out
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou have now enabled the child theme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi. Give me an email with access to your site to check
themesupport@seventhqueen.comHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We answered on emailHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe haven’t removed the registration, we just made it optional. From theme options you can enable/disable it.
What you isn’t that good because the user can just not fill those fields after.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Does this happen when you first activate your account?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe are releasing tomorrow an update. I will include a post_type attribute in the existing shortcode
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes it takes the featured image.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI could add an attribute to the shortcode but the custom post type should support post formats since the shortcode is showing only image, gallery or video posts.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterMaybe this plugin can help you also :
http://wordpress.org/plugins/buddypress-multilingual/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can set the style for the language switcher to be a dropwdown from WPML. I guess it looks nicer.
You should let the defined profile fields in english and then translate them using WPML string translation.In admin you can select your language form your Profile
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterAlso you need to set the Sex field from Sweetdate -> Buddypress. This is used for the member count
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi
If you have translated your fields you have to add this function to functions.php from your sweetdate-child theme:COPY CODEfunction render_bp_meta() { $output = array(); if (get_member_age(bp_get_member_user_id())) $output[] = get_member_age(bp_get_member_user_id()); //fields to show $bp_config = array( 'sex' => 'I am a', 'marital_status' => 'Marital status', 'city' => 'City', ); foreach ($bp_config as $key => $val): if(bp_get_member_profile_data( 'field='.$val )): $output[] = bp_get_member_profile_data( 'field='.$val ); endif; endforeach; $output_str = implode(" / ", $output); echo '<div class="search-meta">'; echo '<h5 class="author"><a href="'. bp_get_member_permalink().'">'. bp_get_member_name().'</a></h5>'; echo '<p class="date">'.$output_str.'</p>'; echo '</div>'; }
Change only the fields “I am a”, etc under the $bp_config array.
In v1.4 which is going out today we also have applied a filter to that array to change it easily
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
What are the issues?
Put some screenshots or give us an email to access the website: themesupport@seventhqueen.comHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
For the search to work you need to enable matching field from Sweetdate -> Buddypress. You should match “I am a” and “Looking for”(your translated ones).If you have translated you fields then you need to change the kleo_status_icon shortcodes from the homepage to match your translated ones:
COPY CODE[kleo_status_icon type="Translated Man" image="http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/apple-touch-icon.png" subtitle="Man online"]
Change the name under the type attribute with your translated one
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Are you using FTP to put the files or uploading from Admin?
Also make sure you are uploading the files from WordPress subdirectory
Give us a printscreen pleaseHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We have used these icons:
http://fortawesome.github.io/Font-Awesome/icons/I am sure you’ll find something nice. Just replace the icon-xxx class with yours
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Try adding this after all the other styles:
#breadcrumbs-wrapp a:hover, #breadcrumbs-wrapp a:focus {color:#HEXA;}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, This is a buddypress generated menu. You can start with this: http://themekraft.com/blog/customize-profile-and-group-menus-in-buddypress/
You want to modify the menus or the structure?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Menu it designed to stay that way for the moment.
When you update you need to change parent theme. Child theme contains your changes
1) In v.14 which is gonna be released tomorrow we included support for default values in search form
4. Here is an example:COPY CODE[kleo_status_icon type="total" image="http://sweetdate.local/wp-content/uploads/2013/07/Capture.png" subtitle="Total members"]
7. Yes we added this in 1.4 to have a default value
9. That I guess is something different, I asked for a screenshotHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi Ed,
Can you put a screenshot?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterUPDATE:
We have added the option to Enable/Disable User registrations and only allow Login with Facebook.
This can be set from Theme option in v1.4 that will be released today or tomorrowHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Yes it does check for the email address.
– Users are saved to the db. If you stop Facebook integration everything is fine
– Registration using Facebook will be disabled from our next update because it skips the required profile fields.
Button can be changed by adding this code to your functions.php in sweetdate-child:COPY CODEadd_action('after_setup_theme','kleo_remove_actions'); function kleo_remove_actions() { remove_action('fb_popup_button', 'fb_button' ); } function my_fb_button() { ?> <a href="#" id="facebook_connect" class="radius button facebook"><i class="icon-facebook-sign"></i> <?php _e("LOG IN WITH Facebook", 'kleo_framework');?></a> <?php } add_action('fb_popup_button', 'my_fb_button' );
To add it in other places do:
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I was showing you how to use Firebug to see the styles when on hover.
I will give you the style if you can’t find it:COPY CODEform.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after { border-color: #222 transparent transparent; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Add this to your functions.php under sweetdate-shild theme
COPY CODEadd_filter('kleo_extra_tab1', 'custom_tab'); function custom_tab() { return 'Base'; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis was included in v1.3
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIt is possible from theme options from v1.3
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi.
Point 2 can easily be done from 1.3 update. Details in Sweetdate-BuddypressHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi.
Update 1.3 has been already releasedHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That worked?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGo to Settings -> Buddypress and then Pages. You have to map your existing page with BP component
Also check: https://archived.seventhqueen.com/forums/topic/buddypress-not-showingHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Anybody a Portuguese translation?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can move them to another group by dragging them.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
On the registration page only fields from Base group appear.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, we are already working on it 🙂
We’ll keep you postedHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterFrom version 1.3 you can set this with a filter from your sweetdate-child/functions.php
Uncomment the code bellow or add it if it doesn’t existCOPY CODEadd_filter('kleo_bp_profile_default_top_tab','my_default_tab'); function my_default_tab() { return 'looking-for'; }
You can change it to: my-photos or info
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes. It is related to that WordPress option.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi
If you have changed the Profile Group name then do add this to your child theme functions.phpCOPY CODEadd_filter('kleo_extra_tab1', 'custom_tab'); function custom_tab() { return 'Base'; }
Change “Base” with your group name
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterFrom version 1.3 you can set this with a filter from your sweetdate-child/functions.php
Uncomment the code bellow or add it if it doesn’t existCOPY CODEadd_filter('kleo_bp_profile_default_top_tab','my_default_tab'); function my_default_tab() { return 'looking-for'; }
You can change it to: my-photos or info
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts