Forum Replies Created
-
Author
-
SQadminKeymaster
This should be resolved in the latest theme version
This occurs when you are redirecting users to the last visit page and since the last page they visited was the activation page and being already activated is normal to have that notice there.
You can also redirect users to their profile page and this will not happen: https://archived.seventhqueen.com/forums/topic/redirect-user-to-their-profile-after-loginThose are your profile groups defined in Users -> Profile fields.
To change the groups or their displayed name that shows next to user image: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-imageHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Easiest way to translate the theme is using this plugin: http://wordpress.org/plugins/codestyling-localization/
Go to the Sweetdate theme, translate the strings and click to generate the .mo fileIf you want multilingual then you need to use WPML plugin
I think best way is to use like http://www.mysite.com/en. This can be configured in WPMLHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymastermaybe you haven’t seen this part from my above message: ” To add level description do it from Memberships – Levels, then in the edit page of the level.”
I also said you can set Show field in membership table to No if you don’t want that to appear and just add your own description like I told you above.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe will add a shortcode do display members list just like the members directory page in v.2.2 update that will come this week.
We will try to see if we can come up with a code to hide users/members without a paid membership
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Greetings from Romania 🙂
1.You need to put your files, hr.po and hr.mo in sweetdate/languages
Also you need to have wordpress configured in your language
2. Try disabling any other plugins you are using and try to see server logs maybe emails aren’t sent. Try to use a SMTP plugin to send mails trough a smtp server
3. Using the Paid memberships Pro plugin that is compatible with the theme you can set from each page what membership level should be allowed to view it.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, That should not happen. Have you done any changes in the sweetdate child theme?
Give us a link to your website if you want to better understand the problemHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You need to purchase WPML if you want to use it since it is not included but it is configured to be ready for WPML.
You basically need to install it and then just translate all theme strings with it or by using Codestyling Localization plugin.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks for the suggestions.
We don’t have a published list with upcoming features but we will create a topic with this.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat changes the input type text and type password, Maybe you want also the select:
COPY CODE.form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom div.custom.dropdown a.current {color: #fff}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterUse codestyling localization plugin and translate the sweetdate theme string that belong to kleo_framework domain. After you translate click to generate the .mo file. You wordpress must be in your language for that to work
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSee Foundation Framework documentation for possible default button classes: http://foundation.zurb.com/old-docs/f3/buttons.php
You also can add your custom styling by adding a class like “my-button” and reffer it in Sweetdate – Styling options – Quick css:
.my-button {color: #fff;background:blue;}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterAt line 42 you need to have
<?php if ( bp_group_has_members( 'group_id='.bp_get_group_id().'&exclude_admins_mods=false' ) ) : ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI see what you are saying now. We will try and find a solution to this
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, In Sweetdate -> Memberships you have all those settings. You can set them not to show in the levels page. To add level description do it from Memberships – Levels, then in the edit page of the level.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou added the code wrong. You have column one and inside you have added more column without adding them in a row
See this:
[kleo_one][kleo_status_icon type=”total” image=”http://str8act.com/wp-content/uploads/2013/09/Total-Membros.png” subtitle=”Total de Membros”] [kleo_status_icon type=”members_online” image=”http://str8act.com/wp-content/uploads/2013/06/Membros-online.png” subtitle=”Membros online”]
[/kleo_one]
[kleo_row]
[kleo_status_icon type=”Mulher” image=”http://str8act.com/wp-content/uploads/2013/06/Mulheres-online.png” subtitle=”Mulheres online”] [kleo_status_icon type=”Homem” image=”http://str8act.com/wp-content/uploads/2013/06/Homens-online.png” subtitle=”Homens online”] [kleo_status_icon type=”Casal” image=”http://str8act.com/wp-content/uploads/2013/10/Casais-online.png” subtitle=”Casais online”] [kleo_status_icon type=”Amigo Secreto” image=”http://str8act.com/wp-content/uploads/2013/10/Amigo-Secreto-online.png” subtitle=”Amigos Secretos online”]
[/kleo_row]Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Yes it can be done.
Add this code to wp-content/plugins/bp-custom.php to make Buddypress not generate the links:COPY CODEfunction remove_xprofile_links() { remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 ); } add_action( 'bp_init', 'remove_xprofile_links' );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You need to add this to sweetdate-child/functions.php and to have the child theme activatedCOPY CODEadd_action('kleo_bp_after_profile_name', 'my_profile_button'); function my_profile_button() { echo '<a href="#" class="button radius show-for-small">My button</a>'; }
That should show the button only on mobile
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Thanks for appreciating our theme
1. That is not possible by default
2. See this topic: https://archived.seventhqueen.com/forums/topic/hide-admin
3. Try http://bp-tricks.com/featured/buddypress-shortcodes-plugin/Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSee an example here: http://pastebin.com/J5sEfVNt
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, What you are saying is strange 🙂
Can you provide a link?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 5, 2013 at 02:16 in reply to: How to redirect non registered users to the pop-up sign-up page? #3876SQadminKeymasterYou can redirect users to the register page using settings from the membership plugin in Sweetdate – Memerships
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWell you need to enable debugging and see if any error occurs
Also you need write permission to wp-content/cache/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 5, 2013 at 02:05 in reply to: Getting a 404 error for Reasons To Join and Contact Page #3874SQadminKeymasterGlad it works. Thank you for appreciating our work
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWhat is the error you are getting? You need to put the image in the Featured image if you want to use the Image format
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThere is already a topic with that: https://archived.seventhqueen.com/forums/topic/disable-profile-tab-below-profile-image
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterA lawyer is preferable. We are not aware of any site to create a good TOS
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, I already gave you the solution in my above reply with the css that you need to add
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, What you need requires a lot of development to achieve that. We will probably add something related to that topic in the future.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis topic is similar: https://archived.seventhqueen.com/forums/topic/register-on-landing-page-but-no-search-page-on-member-site
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Glad you worked it out and good to know for other users
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIt should act like that. I think only Chrome browser takes you at the top of the page then goes to the last location
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI see you added those in a span .. that shouldn’t be there.
Try editing in the Text mode instead of visualHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis is the initial topic:
https://archived.seventhqueen.com/forums/topic/users-with-spaces-in-their-usernames-cant-register
Only way you can do it is this:
http://codex.buddypress.org/customizing-labels-messages-and-urls/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Indeed we reproduced your initial problem on Safari and Macos. We fixed it here: http://seventhqueen.com/demo/sweetdatewp/
This works nicely on our test environment. That link behaves the same as your install?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
For 1, 2 see this https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-site
for 3 see https://archived.seventhqueen.com/forums/topic/register-button-goneCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWhat do you mean by profile links?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
The template where the top menu is rendered is header.php.
You need to edit it and customize it the way you want.
the function to display total members online is:
<?php echo bp_get_online_users(); ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can add a widget in the Footer section from Appearance – Widgets. You can use the Menu widget and add a Menu from Appearance – Menus that contains those two pages.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI see now the page shows nothing. Have you modified the template from registration/register.php?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI see what the problem is 🙂
In Settings -> Buddypress -> Pages you set the Home page to the registration instead of the Register page
You don’t need a shortcode, just to match the buddypress component with the page.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts