Forum Replies Created
-
Author
-
AbeKeymaster
Hi, You need to be logged out to access register 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.AbeKeymasterHi,
Please see this topic where you will see the file that needs to be modified: https://archived.seventhqueen.com/forums/topic/accordion-close-or-half-open#reply-5817Hi 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,
In your home page edit you can wrap that button in the shortcode for guests, ex:
[kleo_only_guests] my text for non-logged in users [/kleo_only_guests]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.December 22, 2013 at 19:38 in reply to: Search by city or by gender not bringing the rights search results. HELP! #8679AbeKeymasterHi, if users have selected that city in their profile then they should appear. Do some tests on a specific user and search only by that field only
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 set “I am a” and “Looking for” as Matching fields under 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.AbeKeymasterMaybe there is a plugin already released. Try searching the web. You need custom development if you want something like that
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, Those are the profile values entered by members and that are saved by Buddypress in database. Those by default can’t be translated..because you should translate each value users add to their profile to different languages.
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, Right now Buddypress is taking wordpress username and you can’t select it from profile fields to search.
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.December 22, 2013 at 14:37 in reply to: “Favorites” functionality with the ability to favorite an #8671AbeKeymasterHi, That can’t be moved to posts since it is related to Buddypress plugin. You should search for a Favorite plugin to implement
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,
Install Paid Memberships pro plugin and you’ll see some restrictions settings under Sweetdate – MembershipsHi 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,
In order for members to appear, they need to save their profile to include the new field. If they registered when that field wasn’t available there is no way the system will know they live in that state or cityHi 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 define this functions in sweetdate-child/functions.php and change the contents of the button to match your needs
COPY CODEfunction fb_button() { ?> <a href="#" class="facebook_connect radius button facebook"><i class="icon-facebook-sign"></i> <?php _e("LOG IN WITH Facebook", 'kleo_framework');?></a> <?php } function fb_register_button() { ?> <a href="#" class="facebook_connect radius small button facebook"><i class="icon-facebook-sign"></i> <?php _e("Register using Facebook", 'kleo_framework');?></a> <?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, That comes from Buddypress. It can be done by translating it into English into your desired string: http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/
You can use Codestyling Localization plugin for translation
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, There is a solution here: https://archived.seventhqueen.com/forums/topic/mobile-issue-white-space-on-the-right
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.AbeKeymasterDisable the new component from 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.AbeKeymasterThe code base is in this topic:
https://archived.seventhqueen.com/forums/topic/redirect-user-to-their-profile-after-loginmodified it should look like:
COPY CODE//custom redirect add_filter("login_redirect","kleo_redirect_to_profile",100,3); function kleo_redirect_to_profile($redirect_to_calculated,$redirect_url_specified,$user){ /*if no redirect was specified,let us think ,user wants to be in wp-dashboard*/ if(!is_super_admin($user->ID)) return bp_core_get_user_domain($user->ID ).'/profile/change-avatar/#item-nav'; else return $redirect_to_calculated; /*if site admin*/ }
You must be a regular user, not an admin
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 before the ending ?> line
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, Please share it so we can include it in theme package. 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.AbeKeymasterHi,That code already exists in you Home page when you go and edit it.
Replace those status icons to match you new fields like
[kleo_status_icon type=”Barbat” subtitle=”Barbati online” image=”http://link_to_image.png”%5Dand you need to set your sex field under 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.December 20, 2013 at 16:53 in reply to: Make groups and profiles only visible for logged-on users #8627AbeKeymasterHi,
That can be restricted using Paid memberships pro plugin. After the install you will have a Memberships submenu under Sweetdate menu. You can check there what you want to restrictHi 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 hope you understand that you need to hire a developer for customization purposes since this is not the scope of this forum to do customization for each user 🙂
You need basic PHP knowledge if you want to change code.Anyway, for this one replace:
COPY CODE$this->tabs_instance->fields_data[$name] .= '<dt>'. bp_get_the_profile_field_name().'</dt>'; $this->tabs_instance->fields_data[$name] .= '<dd>'. bp_get_the_profile_field_value().'</dd>';
with
COPY CODEif (bp_get_the_profile_field_name() != "Name") { $this->tabs_instance->fields_data[$name] .= '<dt>'. bp_get_the_profile_field_name().'</dt>'; $this->tabs_instance->fields_data[$name] .= '<dd>'. bp_get_the_profile_field_value().'</dd>'; }
and
COPY CODE$this->tabs_instance->fields_data[$name] .= '<div class="callout"><div class="bp-profile-details">'; $this->tabs_instance->fields_data[$name] .= bp_get_the_profile_field_name(); $this->tabs_instance->fields_data[$name] .= '</div><div class="cite">'. bp_get_the_profile_field_value() .'</div></div>';
with
COPY CODEif (bp_get_the_profile_field_name() != "Name") { $this->tabs_instance->fields_data[$name] .= '<div class="callout"><div class="bp-profile-details">'; $this->tabs_instance->fields_data[$name] .= bp_get_the_profile_field_name(); $this->tabs_instance->fields_data[$name] .= '</div><div class="cite">'. bp_get_the_profile_field_value() .'</div></div>'; }
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.AbeKeymasterif it is set to 50 from the code means that it matches only sex preference and not the other fields like
‘Marital status’ => 20,
‘Country’ => 5,
‘City’ => 5
‘Interests’ => 10,
‘Looking for’ => 10,probably they don’t have the same preference
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 a default option. this is buddypress related default functionality
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 know what other code/customization you have added. Maybe the functions are added in your child theme and are overriding default ones…. Install the theme is a test location if you want to see how it should be
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, There are already topics on this: https://archived.seventhqueen.com/forums/topic/hide-members-real-names
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 checked it and have seen a tempate issue in the edit media page. I think it is a problem with rtMedia on this particular page. Only template that we are overriding is located in rtmedia/main.php
Replace the contents with this: http://seventhqueen.com//support/files/main.txt but the problem will still remainHi 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.AbeKeymasterPut a link to your site. You just need to set your Facebook APP id in Sweetdate – Miscellaneous and have the Application correctly configured in Facebook with your domain name
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,
There is no simple solution for that. You will need to hire a developer to make this functionality for you.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.AbeKeymasterI don’t see why it shouldn’t work. Set you Facebook App id and it should be fine
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, In CodeStyling Localization you can translate the theme and all plugins you have installed.
In the list, find Sweetdate theme, scan for strings, translate the strings related to kleo_framework domain and click to generate .mo file.The same logic applies to other plugins like Buddypress, bbPress.
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,
1. Each fields has a specific class in the wrapping div, for example: field_9. To hide that one add this css:
.field_9 {display:none;}2. We haven’t added any settings in particular. In the theme we are using also rtmedia for uploading multiple file types.
3. You should put display:none instead of visibility: hidden
.circular-item {
display:none;
}4. If you encounter 404 error on some page, try re-saving Settings – Permalinks options
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,
Please see this topic: https://archived.seventhqueen.com/forums/topic/big-bug-with-manwoman-number-and-searchThis is probably because you changed the default Woman/Man fields and the system looks for that.
Your shortcode should look like:
[kleo_status_icon type=”Barbat” image=”http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/apple-touch-icon.png” subtitle=”Barbati online”]
[kleo_status_icon type=”Femeie” image=”http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/apple-touch-icon.png” subtitle=”Femei online”]————
Salut,
Vezi topicul de mai sus. pur si simplu schimba shortcode-urile din pagina Home sa aiba atributul type cu valorile tale traduse ca mai sus. Fii sigur ca ai setat campul Sex field in Sweetdate – 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.AbeKeymasterHi,
I don’t know in what combination of columns you can do that. Twelve in s number of columns a row can have. By default you have a column nine and a sidebar three which sums twelve.
or
two “three sidebar” plus six for main content equals also twelveYou should change the code to match your needs.
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 think there is a plugin for that. check http://wordpress.org/plugins/bbpress-wp-tweaks/
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 added css that hides content. Please be careful with changes and disable them when something isn’t working
your css with problem:
section div#main .row {
display: none !important;
}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 must use the same domain name in all settings. I see now it workds
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.
Menu bar search is not for members, only for posts, pagesHi 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
Unfortunately that should remain like that because of the buddypress crop feature.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
Maybe try on different server or your local computer. There are no special needs… we’ll do additional testsHi 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.
information is saved using PMPRO plugin and it is saved in database. Check their website for info.
Data should be secure as long your server is.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. -
AuthorPosts