Forum Replies Created
-
Author
-
SQadminKeymaster
Hi,
You don’t have to copy anything from the main functions.php. In the child theme leave it empty if you don’t have any code to change. You only add code if you want to override something. It seems by the error that you are copying the code form the original theme
Make sure to remove the child theme you have now because it seems to have wrong code in the functions.php and install the one provided in the package.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 11, 2013 at 15:51 in reply to: Log In Button redirects me to Error code: ERR_CONNECTION_RESET #2646SQadminKeymasterHi,
Please try to edit this file from the main theme: page-parts/general-login-modal.php at line 17 and replace:
name=”submit” with name=”wp-submit”See if that helps.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
1. bbPress can’t make use of the sidebars addon since it has another logic. Use this plugin: “bbPress WP Tweaks” and it will add you a bbPress sidebar in the Widgets page and you can use it for all forum pages.
2. Please see this topic: https://archived.seventhqueen.com/forums/topic/big-bug-with-manwoman-number-and-searchHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterH,
First thing you need to have WordPress in Spanish language.
Then you need to make sure all strings from buddypress are translated in your language. You can check with this plugin: http://wordpress.org/plugins/codestyling-localization/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We don’t know any plugin that does that.
Images uploaded by rtMedia show in Wp Admin -> Media where you can delete them if you want.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Those status icons were designed to show online statistics.
There is another shorcode that gives you number statistics for any profile field, maybe you can use it:
[kleo_member_stats field=”I am a” value=”Woman”]
Change the values of the field, and value attributes to match your needs.
For groups there is no shortcode to count themHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis is for the other link:
COPY CODEa.bbp-forum-link {font-size:16px;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That should be set from Settings -> Buddypress -> Settings -> Enable group creation for all usersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSo you should get rid of the birthday field and just use the 3 fields. Where you need to show birth date for this query?
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 edit header.php and modify line 130 inside div with class=”kleo-notifications” to add another notification.
Add it just after the div starts: http://d.pr/n/61DpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, That isn’t related to testimonials.
I have only found a paid plugin that seems to do exactly what you want: http://spoonjab.com/bp-wp-profile-reviews/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 11, 2013 at 08:53 in reply to: Add Request Friendship Button to Member Search Results Page #2630SQadminKeymasterHi,
Replace main theme files with the one from this archive. That should do it
https://archived.seventhqueen.com/files/sweetdate.zipHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 10, 2013 at 23:01 in reply to: Add Request Friendship Button to Member Search Results Page #2622SQadminKeymasteryes will prepare them in the morning for you. thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
By default Buddypress doesn’t wrap the field name in a translation function so this will do the trick so your field names would appear under WMPL string translation:
Add this code to your sweetdate-child/functions.php file and make sure to have the sweetdate-child theme active:COPY CODEadd_filter('bp_get_the_profile_field_name', 'kleo_translated_profile_name'); function kleo_translated_profile_name($name) { return __($name,'buddypress'); }
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 small css line in Sweetdate -> Styling options -> Quick css box:
COPY CODEa.bbp-forum-title {font-size:16px;}
Change the 16px 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 solutionSQadminKeymasterTo have a field required at the registration page you need to have that field in the Base fields group
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe haven’t planned yet a chat integration. We are currently working on a Revolution slider integration
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello,
That could be done but to choose a membership level you need to be registered first..Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHope it helps
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterok.. so I took some time and you can change the add friend button with this code added to sweetdate-child/functions.php:
http://d.pr/n/mzl7
Go trough the text code and change the names if you needHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Those fields are generated by Buddypress and needs some intervention to change them. Not so an easy fixHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi and thank you,
You could create three fields from Users -> Profile fields to be the year, month, day and then add them to the search form from Sweetdate -> Buddypress. Would that suite your needs?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 do some custom development to leave the field as text and do some ajax to get country list while user is typing.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes or create a new file called functions.php and just add
COPY CODE<?php
on the first line. Then paste custom codes into it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 10, 2013 at 16:43 in reply to: Profile Tabs Active – How do I remove the lower portion of the profile? #2596SQadminKeymasterYes the first link will remove your profle tab in the navigation area
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe tested it and it does not happen on our install. Can you give us a link with access by email? themesupport@seventhqueen.com
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 10, 2013 at 13:21 in reply to: How to disable "New messages" and "Friend requests" title balloons? #2590SQadminKeymasterHi,
Remove the has-tip tip-right and has-tip tip-left classes and the tips will no longer appearHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI wanted to say that also not logged in users will be able to upload. rtMedia allows only if you are a member
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHave you installed any plugins that mught cause this? We tested on our installs and works
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWow.
That is your main theme functions.php
Your sweetdate-child should be empty or some demo lines I have added to itHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, There is currently no notification for post comments.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 10, 2013 at 07:33 in reply to: How to disable "New messages" and "Friend requests" title balloons? #2571SQadminKeymasterHi,
Line 130 should look like this if you want to disable notifications:
http://d.pr/n/27WJHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIf you are talking about the count on the homepage for online members then follow this topic: https://archived.seventhqueen.com/forums/topic/big-bug-with-manwoman-number-and-search
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 10, 2013 at 07:27 in reply to: Profile Tabs Active – How do I remove the lower portion of the profile? #2567SQadminKeymasterHi,
If you want to disable some navigation elements you can follow this topic: https://archived.seventhqueen.com/forums/topic/disable-profile-tab-below-profile-image
or
https://archived.seventhqueen.com/forums/topic/how-do-i-remove-the-forums-tabYou want all the info hidden?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGreat @luckpo,
Thanks for sharing the solution with usHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Try using a caching plugin like w3 total cache and you could try adding this to sweetdate-child/functions.php:
COPY CODEremove_action( 'wp_head', 'wp_shortlink_wp_head' ); remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head' );
Make sure to have the child theme activated.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, We really focused on the membership update but will include a slider. Will let you know an estimated time.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We haven’t modified anything to affect that. Make sure that those members have logged in at least once so they appear in the site.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Definitely you are doing something wrong in the file :). Paste the contents of your file here so we can take a lookHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat should appear.
Strange. DO you have a link to check? Send it to themesupport@seventhqueen.comHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts