Forum Replies Created
-
Author
-
February 9, 2015 at 15:13 in reply to: not able to add comments in activity stream in 3-column layout #45244
sharmstr
ModeratorI cant recreate your issue. Off the top of my head, I’d say there is a jquery conflict with something being loaded in the third column.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorAssuming you mean at the very bottom of the page, that’s the socket area. theme options > styling options > socket > text color. If it doesnt work, clear your cache.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderatorhttp://sharmstr.com/login-redirect/ That should do it for the standard login. For social login http://stackoverflow.com/questions/19782895/wordpress-social-login-plugin-and-url-redirect-to-user-profile
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorClick in the editor and press shift-alt-z
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorNo problem. Thanks for reporting back.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorAlso, what I do on my site is use the video player shortcode.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorI dont have a solution. I was confirming its an issue with video posts.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderatortry this css
COPY CODE.item-likes:before { font-size: 30px; } .post-footer .item-likes:before { font-size: 20px; }What do you mean ‘change the number’?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorTry this
COPY CODE.bp-login-widget-user-avatar { display: none; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorSorry, I tested with a single select dropdown. Try this, which assumes that ‘specialty’ is your multiselect
COPY CODEadd_action( 'bp_profile_header_meta', 'display_user_info' ); function display_user_info() { bp_profile_field_data('field=dropdown'); echo '</br>'; if ( $specialities = xprofile_get_field_data( 'speciality') ) { foreach ( $specialities as $speciality ) { echo $speciality . '</br>'; } } }For your cover question, give me a link so I can see what you’re trying to do.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 8, 2015 at 14:25 in reply to: Adding shortcodes to members profile header and profile fields. #45156sharmstr
ModeratorTry this in your functions.php file
COPY CODEadd_action( 'bp_profile_header_meta', 'display_shortcode' ); function display_shortcode() { echo do_shortcode('[shortcode]'); }Change shortcode to the shortcode you want to run.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorLOL
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorNo. I was just saying thats one place to look.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorNo. Do you have Paid Membership Pro installed? They put wordpress@domain.com for the email. I’m just trying to give you places to look.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderator8th Queen? ahahahahaha. That’s a good one.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThat doesnt help. You’re asking how to make the form bigger so you can see the captcha. Are you sure the captcha is even there?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorCan’t help without seeing it. Sorry.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorDo you mean auto-correct or spell check?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorCan you be more specific?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorPlease dont double post. I realize why you did it, but please dont.
Can you give me a link to your site? I dont want to install the plugins.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorWait its PMPro: Memberships > Email ๐
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorCheck Settings > General
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorOh, and there is a styling issue with the message it puts in the member header when the they are still in limbo (awaiting approval). I haven’t tackled that yet because I believe Kleo 2.4 will have some major member header changes. Just waiting for it to be released.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThe manage signups area is put there by Buddypress, not by Kleo. Kleo doesn’t control any part of registration or user management.
I just installed BP Reg Options on a clients site. Its working well, but there is an issue with Buddypress 2.2 in that the custom message you create doesnt display after the user activates their account. Everything else seems to be working fine. I’ve notified the developer of the exact issue. Hopefully he’ll be fixing it soon:
https://wordpress.org/support/topic/activate-alert-message-not-being-injected-w-buddypress-22
https://github.com/WebDevStudios/BuddyPress-Registration-Options/issues/82Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorNo problem. Lucky guess ๐
I’d really like to learn more about your setup sometime. Sounds really cool.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThen ask over on the Buddypress or WordPress forums. Kleo doesnt handle registration. Only adds css to the form.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorI’m not going to pretend to know much about this, but if its a matter of ‘primary’ vs ‘main’, you can copy the kleo_widgets_init function to your functions.php file and name it primary.
COPY CODEfunction kleo_widgets_init() { register_sidebar( array( 'name' => __( 'Main Sidebar', 'kleo_framework' ), 'id' => 'sidebar-1', 'description' => __( 'Default sidebar', 'kleo_framework' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); register_sidebar(array( 'name' => 'Footer column 1', 'id' => 'footer-1', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', )); register_sidebar(array( 'name' => 'Footer column 2', 'id' => 'footer-2', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', )); register_sidebar(array( 'name' => 'Footer column 3', 'id' => 'footer-3', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', )); register_sidebar(array( 'name' => 'Footer column 4', 'id' => 'footer-4', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', )); register_sidebar(array( 'name' => 'Extra - for 3 columns pages', 'id' => 'extra', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', )); register_sidebar(array( 'name' => 'Shop sidebar', 'id' => 'shop-1', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', )); }After that function call, all references to that side bar (at least as far as Kleo is concerned) is ‘sidebar-1’.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorNot built in.
Maybe a plugin? https://wordpress.org/plugins/buddypress-featured-members/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThere are several plugins that do that.
https://wordpress.org/plugins/mailgun-email-validator/
https://wordpress.org/plugins/wangguard/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThat’s what I was trying to determine. Its not a Kleo issue. All of that is buddypress. You should ask over there.
I just wanted to make sure before I sent you over there. That’s all.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThis works for me with a dropdown
COPY CODEadd_action( 'bp_profile_header_meta', 'display_user_info' ); function display_user_info() { bp_profile_field_data('field=role'); echo "</br>"; bp_profile_field_data('field=speciality'); }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorWhen I first glanced at the code, all I saw was buddypress functions. I missed the one little bit of Kleo code which was sq_option.
Kleo has so many personalized functions that i cannot just โtry the same code on different themeโ.
Can you point out where in all of that code you are using Kleo functions other than sq_option?
As far as sq_options goes, you can replace that line with
COPY CODE'&per_page=' . sq_option('bp_members_perpage', 24)with
COPY CODE'&per_page=24'Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 6, 2015 at 21:05 in reply to: Child theme removes logo image & screws page some pages (css) #45009sharmstr
ModeratorYou’re welcome.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorLooks like hiding my account even with profile links underneath is in 2.4
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorSounds like there is a plugin conflict. Can you respond privately with credentials and 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 solutionsharmstr
ModeratorNot sure where you go that code, but those do_actions should not be in there. Remove them or do it this way
https://codex.buddypress.org/themes/guides/displaying-extended-profile-fields-on-member-profiles/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 6, 2015 at 20:19 in reply to: Child theme removes logo image & screws page some pages (css) #45000sharmstr
ModeratorIf you put the css changes in Theme Options – General Settings – Quick CSS then it will be copied over.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorI just submitted this to be included in 2.4. Fingers crossed ๐
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 6, 2015 at 18:26 in reply to: Main blog page uses only main sidebar instead of the one assigned #44988sharmstr
ModeratorExcellent!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorSorry guys, it took me some time to type up my reply and it seems I’ve jumped in the middle here.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts