Forum Replies Created

Viewing 40 posts - 8,761 through 8,800 (of 11,328 total)
  • Author
  •  sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to change copyright text color? #45243
     sharmstr
    Moderator

    Assuming 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Redirect #45242
     sharmstr
    Moderator

    http://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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Missing paragraph and heading in editor #45240
     sharmstr
    Moderator

    Click 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Activity Page Module not pulling Activity Plus Icons #45182
     sharmstr
    Moderator

    No 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Display only 1 post in "Posts grid" #45163
     sharmstr
    Moderator

    Also, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Display only 1 post in "Posts grid" #45162
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: It's all about the likes #45161
     sharmstr
    Moderator

    try 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Custom login menu #45158
     sharmstr
    Moderator

    Try 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Redirect when adding a profile field #45157
     sharmstr
    Moderator

    Sorry, I tested with a single select dropdown. Try this, which assumes that ‘specialty’ is your multiselect

    COPY CODE
    
    
    add_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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Try this in your functions.php file

    COPY CODE
    
    add_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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: envato message says KLEO is "no longer being sold" #45144
     sharmstr
    Moderator

    LOL

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Moderate new BuddyPress members #45107
     sharmstr
    Moderator

    No. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Moderate new BuddyPress members #45104
     sharmstr
    Moderator

    No. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: envato message says KLEO is "no longer being sold" #45094
     sharmstr
    Moderator

    8th 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: No Captcha is displayed on Reset Password page #45093
     sharmstr
    Moderator

    That 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: No Captcha is displayed on Reset Password page #45086
     sharmstr
    Moderator

    Can’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Spelling in form #45084
     sharmstr
    Moderator

    Do 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: increase categories per row #45082
     sharmstr
    Moderator

    Can 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: No Captcha is displayed on Reset Password page #45080
     sharmstr
    Moderator

    Please 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Moderate new BuddyPress members #45078
     sharmstr
    Moderator

    Wait 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Moderate new BuddyPress members #45077
     sharmstr
    Moderator

    Check Settings > General

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Moderate new BuddyPress members #45072
     sharmstr
    Moderator

    Oh, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Moderate new BuddyPress members #45070
     sharmstr
    Moderator

    The 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/82

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Assigning sidebar widgets with multi theme #45067
     sharmstr
    Moderator

    No 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Validate email domain #45042
     sharmstr
    Moderator

    Then 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Assigning sidebar widgets with multi theme #45040
     sharmstr
    Moderator

    I’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 CODE
    
    function 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Profile circles on homepage #45039
     sharmstr
    Moderator

    Not 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Validate email domain #45037
     sharmstr
    Moderator

    There 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Custom member page Pagination problem (Ajax?) #45024
     sharmstr
    Moderator

    That’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Redirect when adding a profile field #45022
     sharmstr
    Moderator

    This works for me with a dropdown

    COPY CODE
    
    
    add_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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Custom member page Pagination problem (Ajax?) #45020
     sharmstr
    Moderator

    When 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    You’re welcome.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Menu issue when add ##profile_link## #45005
     sharmstr
    Moderator

    Looks 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    in reply to: Icon for Live Notifications not showing #45003
     sharmstr
    Moderator

    Sounds 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Redirect when adding a profile field #45001
     sharmstr
    Moderator

    Not 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    If 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Testimonial Shortcode #44995
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Excellent!

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Adding advertising areas in header using a widget #44981
     sharmstr
    Moderator

    Sorry 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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 8,761 through 8,800 (of 11,328 total)

Log in with your credentials

Forgot your details?