Forum Replies Created
-
Author
-
SQadminKeymaster
Hi,
You should create a page template. Read more here: http://codex.wordpress.org/Page_TemplatesYou’ll need some html/css & php knowledge
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis works and adds a 30px top margin:
COPY CODE@media only screen and (max-width: 767px) { #header ul.button-group { margin-top: 30px; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIt doesn’t work because you have an error in the css code before the code.
You are missing a bracket:
.form-search.custom div.custom.dropdown a.current, .form-search.custom input[type=”text”], .form-search.custom input[type=”password”], .form-search.custom select {
background-color: rgba(32,29,29,0.8);Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThere is this sticky topic: https://archived.seventhqueen.com/forums/topic/buddypress-profile-landing-page-change
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes that is what I am talking about. Give a link to your site.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI just tested it and it integrates nicely. You went to a profile as admin – Settings – Verify ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat is strange. we haven’t encountered this. Check if the users are activated and try adding some other users to those groups. We checked and it is the same function that generates the numbers..
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis is not possible without replacing existing shortcodes to match your needs. You required PHP and basic WordPress programming knowledge.
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello,
We’re glad you love our theme and please rate it if you haven’t already.
We created for you this shortcode to display logged in member avatar.
Shortcode is [kleo_my_avatar]Add this code to sweetdate-child/functions.php
COPY CODEfunction kleo_my_avatar() { global $current_user; get_currentuserinfo(); $output = ''; $output .= '<div class="friend-item" style="text-align:left;"><div class="avatar" style="margin:inherit;">'; $output .= get_avatar( $current_user->ID, 94 ); $output .= '</div></div>'; return $output; } add_shortcode('kleo_my_avatar', 'kleo_my_avatar');
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 class=”custom” to the form.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi there,
This is the code that has to be added to sweetdate-child/functions.php. Make sure to have the child theme activated:COPY CODE/* Remove the Add friend button for users that don't have certain membership levels */ add_action('after_setup_theme', 'restrict_friend_button'); function restrict_friend_button() { $membership_levels = array(2,3); if (!pmpro_hasMembershipLevel($membership_levels) ) { remove_action( 'bp_member_header_actions', 'bp_add_friend_button', 5 ); remove_action('bp_directory_members_item_last','kleo_bp_member_dir_friend_button', 11); } }
Replace your level ids with the 2,3 from this example
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSticky 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterUnfortunately we don’t have a solution like that. Try using Buddypress Registration Options plugin to approve users only when they have e profile photo or something.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGreat. You are probably using custom xprofile plugin for the date.
If you want to make use of the default date field type, set age field in Sweetdate – Buddypress – Age field. Your field type must be a Date selectorHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 6, 2013 at 16:08 in reply to: How to list only members online clicking on whos online? on side bar #6069SQadminKeymasterYes, you are right 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou don’t have the latest code.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can set the layout type from Sweetdate -Buddypress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, try disabling additional plugins and reactivate them again one by one maybe one of them causes the problem.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI meant that you need to edit the file responsible for the registration page located in wp-content/themes/sweetdate/registration/register.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterOh. you are right 🙂
I meant Users – Edit user – Set membership thereHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
If you already have a widget for activity and Who’s online, try this plugin: http://wordpress.org/plugins/widget-shortcode/You can use the full template, no sidebar and just make the columns from shortcode builder with three columns like:
[kleo_row] [kleo_one_third] text [/kleo_one_third] [kleo_one_third] text [/kleo_one_third] [kleo_one_third] text [/kleo_one_third] [/kleo_row]Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks @JohnDoe for helping
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello,
@airsidworld,
We have plans to include geo support and probably somewhere in December, January the latest.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello,
I created this topic if it helps you:
https://archived.seventhqueen.com/forums/topic/bbpress-styling-contribute-if-you-lilkeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterManually from Membership – Members 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGreat 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterPlease be more specific in your topics and not so vague. Do a printscreen
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterLink link link to your site. Example, screenshot please, detail on what you want to achieve
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterRedefine kleo_membership_info() function to match your needs.
The function is found in sweetdate/functions-pmpro.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We don’t have any new language strings in 2.3
ThanksHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymaster… this is how it should look like
http://pastebin.com/1wLQDjvMHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We moved line 146 to 144 to fix it in registration/register.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can set it as your main page in Settings – Reading.. if that is what you are talking about
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI see the buttons in both browsers. Give me a link and user to your site
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello guys
See this:COPY CODE.form-search.custom input[type="text"], .form-search.custom input[type="password"] { border: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 5, 2013 at 20:06 in reply to: closing the gap between revolution slider and first line of copy on the home pag #6003SQadminKeymasterHello,
Do you have a link or screenshot to understand what gap are you referring to?
We are glad we could helpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterLogin into our demo with user: demo, pass: demo and see this link: http://seventhqueen.com/demo/sweetdatewp/groups/test/send-invites/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThe count is done by buddypress and it should return fine. Do you have a link?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks @Douweboschma,
We are trying to make it better and better until it will blow up people mind 🙂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 doesn’t apply. It doesn’t matter what they have set in their fields. Probably the plugins will let you chat only with friends or something. Ask the plugin developer or maybe you have some settings in the pluginHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts