Forum Replies Created
-
Author
-
AbeKeymaster
now it is updated to 3.4.6 and edit page is ok. Login as demo:demo at http://seventhqueen.com/demo/sweetdatewp
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterYou have missed my function above: https://archived.seventhqueen.com/forums/topic/match-numbers#reply-9025
I added it and all works 😉Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterYou need to follow the example and you need basic PHP knowledge
COPY CODEadd_action('after_setup_theme','kleo_my_match'); function kleo_my_match() { global $kleo_config; $kleo_config['matching_fields']['starting_score'] = 1; $kleo_config['matching_fields']['sex_match'] = 1; /*required for initial match. If the sex preference matches it will continue to the specified fields below*/ $kleo_config['matching_fields']['sex'] = 'I am a'; $kleo_config['matching_fields']['looking_for'] = 'Looking for'; //sex percentage $kleo_config['matching_fields']['sex_percentage'] = 99; //single value fields like select, textbox,radio $kleo_config['matching_fields']['single_value'] = array ("Status", "City", "Drinking Habits","Dietary Preferences","Smoking Habits","For" ); //multiple values fields like multiple select or checkbox $kleo_config['matching_fields']['multiple_values'] = array ("Interests"); }
FTP access isn’t correct. Please add it yourself
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterNo it won’t cause issues. It is strange. Some plugin could add this Name field
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Inspect the elements in your browser with Firebug for Mozilla Firefox or Chrome browser
You need to add this css:COPY CODE.kleo-message-count { background: none repeat scroll 0 0 #F00056; } .kleo-friends-req { background: none repeat scroll 0 0 #01A8DA; } li span.unread-count, tr.unread span.unread-count { background: none repeat scroll 0 0 #FF0461; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, we haven’t seen such plugin but you can try google-ing it
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, It is a normal behaviour to have strings belonging to different plugins since those files in the theme are in fact template files from plugins that are overriding default plugin functionality and their strings are kept
Let us know what strings you can’t find
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi,
– “Registering for this site is easy, just fill in the fields below and we’ll get a new account set up for you in no time.” is found in Buddypress plugin. Just go to Buddypress plugin from Codestyling localization, add you language, rescan files, search for the string, translate and click to generate the .mo file.
– “Add friend” also belongs to BuddypressHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterwow great 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterYou won’t find much in member-header.php since most of them are generated with functions
oh… that change is affecting the user profile when you go to the Profile tab. See my reply here: https://archived.seventhqueen.com/forums/topic/hide-members-real-names#reply-8625Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 6, 2014 at 23:54 in reply to: In the profile page, I want to customize the space to the right of the photo #9258AbeKeymasterHi, Those tabs that display user info are in fact profile field groups found in WP admin – USers – Profile fields. Change those groups/fields there
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, I don’t think they have localized names. You can search on their site maybe you find some info on that.
This is the file responsible for the integration of geonames: wp-content/themes/sweetdate/custom_buddypress/kleo-bp-city-auto.phpYou have a list of countries at the end, try to remove them from that array
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHello,
Thanks for the purchase. We did a little code to interact smoothly with bp chat. Enable the sweetdate-child theme and add this code to sweetdate-child/functions.php and customize the levels which can use the chat(now levels 1,2 are allowed)COPY CODE// In this example we are allowing levels 1 and 2 to use the chat and restricting all other users add_action('init', 'kleo_bp_chat_restrictions'); function kleo_bp_chat_restrictions() { if ( !pmpro_hasMembershipLevel(array(1,2))) { add_filter('bpchat_is_disabled', create_function('', 'return true;')); } }
Please don’t forget to rate our theme if you like our work.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterWell it is quite a functionality and there is not a simple solution for this. You need to hire a developer to build it for you or search a plugin that already does this and it is compatible with Buddypress.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, You Need to set the Age in order for the Birthdate field to look like a From – To select and in Matching Fields make sure to select you I am a and Looking for translated fields
Just tested this and works
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHello, Inside the search form settings in WP admin – Sweetdate – Buddypress
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterhi @hughm
I just retested it and the breadcrumb takes the Groups page link so make sure to rename the Groups page and linkyour pasted link isn’t right.. i see that this is a group page: http://uberon.net/groups/film-crew/
and you haven’t changed the page name and linkHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 6, 2014 at 23:10 in reply to: Make groups and profiles only visible for logged-on users #9247AbeKeymasterHi
Could be a problem with bp-user-profile-map or bp-resume-page plugins. Try to disable them to see if anything changesHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 6, 2014 at 23:04 in reply to: Make groups and profiles only visible for logged-on users #9246AbeKeymasterHi @studiblog
you can redirect users to the registration page by adding this code to sweetdate-child/functions.php and manipulate the redirectCOPY CODE// redirect to registration page instead of membership levels page add_filter('kleo_pmpro_url_redirect', 'my_custom_redirect'); function my_custom_redirect() { if (is_user_logged_in()) { return pmpro_url("levels"); } else { return bp_get_signup_page(); } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterNo it won;t change with rtMedia
You are having something that is interfering, maybe this jquery
script type=”text/javascript” src=”http://www.sex4fun.it/s4fchat/includes/js/jquery.js.pagespeed.jm.qkvfzc5jGC.js”Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterYeah we have been told, that is why we removed it from 2.3.1. Please contribute if you have a good version
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterYes, Just disable rtMedia and add images to album
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, that string is in header.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, See this link https://archived.seventhqueen.com/files/languages.zip
We have been told it is not very good translated and removed it for now. It came from a contribution
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterAnd from the screenshot I don’t know if you are using Sweetdate
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterYou need to click the textarea to appear
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterI don’t think it is related to the update. Check your fields under Users – Profile fields or any other customizations
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Settings – Buddypress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterGreat. Glad I could help.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterI can’t figure how to reproduce that button. You should inspect your element from Chrome or Firefox with Firebug and add a CSS rule to change the color attribute
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Yes you can enable the plugin from Sweetdate – Buddypress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, not so easy.. you need to modify the default shortcode in a way to include only members with avatar
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymastergive me some FTP access to take a look at your code if it still not working
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi @daniellemarie
If you only want to match I am a with Looking for fields this is the code:COPY CODEadd_action('after_setup_theme','kleo_my_match'); function kleo_my_match() { global $kleo_config; $kleo_config['matching_fields']['starting_score'] = 1; $kleo_config['matching_fields']['sex_match'] = 1; /*required for initial match. If the sex preference matches it will continue to the specified fields below*/ $kleo_config['matching_fields']['sex'] = 'I am a'; $kleo_config['matching_fields']['looking_for'] = 'Looking for'; //sex percentage $kleo_config['matching_fields']['sex_percentage'] = 99; //single value fields like select, textbox,radio $kleo_config['matching_fields']['single_value'] = array (); //multiple values fields like multiple select or checkbox $kleo_config['matching_fields']['multiple_values'] = array (); }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHello,
Please add this css to match your needs to Sweetdate – Styling options – Quick css:COPY CODE.page-template-page-templatesfront-page-php .rev_slider_wrapper { min-height: 450px; }
Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHello, If they are missing then you probably renamed the default groups defined by us. See this topic on changing those tabs: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, They should receive a link that they have to click. The key is in that link and when you access that it will activate.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterFunny 🙂 I don’t think it works for BUddypress registration page from the description
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterPlease see this topic:
https://archived.seventhqueen.com/forums/topic/404-page-error
Your hosting probably has and older version of PHPHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, To be safe make a database backup. You update the plugin from WP admin – Revolution slider. You won’t lose your sliders that you added or changes to them
Cheers,
Please rate the theme if you appreciate our work. ThanksHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts