Forum Replies Created

Viewing 40 posts - 4,721 through 4,760 (of 11,328 total)
  • Author
  • in reply to: Member Profile Page Edit #70536
     sharmstr
    Moderator

    To move the media tab
    http://docs.rtcamp.com/rtmedia/developers/reordering-media-tab-buddypress.html

    To rearrange other tabs

    COPY CODE
    
    function my_change_profile_tab_order() {
        global $bp;
        $bp->bp_nav['settings']['position'] = 10;
        $bp->bp_nav['activity']['position'] = 20;
        $bp->bp_nav['friends']['position'] = 30;
        $bp->bp_nav['groups']['position'] = 40;
        $bp->bp_nav['blogs']['position'] = 50;
        $bp->bp_nav['messages']['position'] = 60;
        $bp->bp_nav['profile']['position'] = 70;
    }
    add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 );
    
    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: Slider not displaying #70535
     sharmstr
    Moderator

    Your site is throwing jquery errors. Rev Slider relies on jquery. Other jquery parts of your site aren’t working either. 99% of the time, this is an indication of a plugin conflict.

    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: ERR_TOO_MANY_REDIRECTS #70534
     sharmstr
    Moderator

    That’s usually an indication of a mis configuration caused by a plugin or in your .htaccess file. Take a look at the second half of this article: http://www.wpbeginner.com/wp-tutorials/how-to-fix-error-too-many-redirects-issue-in-wordpress/

    Unrelated, but I see that you’re not on Kleo 3.0.4. You should upgrade.

    You can also try using the Kleo login modal for logging in. You can add it by going to Appearance > Menus > Kleo > Login.

    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: BP Activity -(Site Wide Activity) Posts #70533
     sharmstr
    Moderator

    Please search before posting: https://archived.seventhqueen.com/forums/topic/open-links-in-new-tab#post-69679

    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: Disable popup lightbox for cart button #70532
     sharmstr
    Moderator

    Turn it off in theme options, then add a menu item with a link to the cart.

    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: translation: create a forum #70531
     sharmstr
    Moderator

    Thats Buddypress. It will be in their language file.

    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: Remove links from media library #70530
     sharmstr
    Moderator

    Here’s the documentation as well: https://wpbakery.atlassian.net/wiki/display/VC/Grid+Builder

    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: Remove links from media library #70527
     sharmstr
    Moderator

    Click on the pencil icon at the top of the grid next to Normal. Change link to 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: New social media link for Top Bar #70526
     sharmstr
    Moderator

    You should ask on that thread so you can get a response from one of the developers.

    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: groups header displaying header 2 x #70459
     sharmstr
    Moderator

    Did you try to do this before the update? If so, compare the new Kleo 3.0.4 file with the older file. If you cant sort it, start a new thread or ask for updated code on the old thread.

    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: groups header displaying header 2 x #70443
     sharmstr
    Moderator

    If you are strictly copying them from the new kleo update and putting them into your child theme, then I have to ask why? The only reason to have them in there is if you need to edit them. So, when you say “think” do you mean that you edited the new Kleo files?

    Either way, remove them and add them back one at a time testing for the double header after each 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: groups header displaying header 2 x #70438
     sharmstr
    Moderator

    You have quite a few template files in your child theme. Did ensure they have the latest code when you upgraded to 3.0.4? Specifically the buddypress-functions.php file?

    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: groups header displaying header 2 x #70433
     sharmstr
    Moderator

    What do you have in your child theme that’s causing it would be what you want to look for? Old Kleo code for the header in functions.php?

    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: Add a page-part in a post #70430
     sharmstr
    Moderator

    I dont see a question in there. But I’m guessing the issue is that post-custom-like.php is not displaying, right? If so, it probably because you are calling posts-validation-like-custom.php instead? Please be more specific regarding your issue if I’m wrong.

    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 hide kleo-quick-contact-link #70429
     sharmstr
    Moderator

    Theme options > Layout

    You can easily search for this stuff in the source code. Its in lib/theme-options.php

    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: New social media link for Top Bar #70428
     sharmstr
    Moderator

    Ah! Maybe they were talking about this: https://archived.seventhqueen.com/forums/topic/adding-instagram-icon-to-header#post-46353 Just tweak to display soundcloud instead.

    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 stream – multiple posts with every post #70415
     sharmstr
    Moderator

    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: New social media link for Top Bar #70407
     sharmstr
    Moderator

    Not sure what hook you are referring to.

    First you’d need to add the soundcloud icon to the fontello font set: https://archived.seventhqueen.com/documentation/kleo#vector-icons Keep in mind that this is not upgrade safe and you will have to do this after every upgrade for now.

    Then you can copy the kleo_get_social_profiles function into your child theme and add the soundcloud link manually.

    Edit: Moved the function to an attached text file.

    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: Create a new Post Layout #70404
     sharmstr
    Moderator

    They work the same. Google it.

    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: >> Member type #70402
     sharmstr
    Moderator

    There’s a Member Type Register plugin as well: https://wordpress.org/plugins/bp-member-type-generator/

    I was playing around with displaying profile groups depending on the member type. This is by no means a complete solution, but perhaps will give you some insight on how this can be done. I used the above plugin to register 2 members types; Student and Teacher. Then in xprofile I created two new profile groups. Again, Student and Teacher. In the profile template (/kleo/buddypress/members/single/profile-loop.php), I added a conditional check to only display the base group and the profile group of the displayed users member type. The condition code is

    COPY CODE
    
    if ( ( bp_get_the_profile_group_name() == 'Base' ) or ( strcasecmp(bp_get_the_profile_group_name(), bp_get_member_type($bp->displayed_user->id)) == 0 ) )
    

    It basically compares the name of the current profile group during the looping process to the members type name. See attached for complete code (I added 3 lines with the comment ‘added’. Lines 1, 7 and 51).

    Again, this is not a complete solution since you’d have to do the same with the registration form and the profile edit screens.

    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: >> Account type and infos #70400
     sharmstr
    Moderator

    This might be of use to you: http://buddydev.com/plugins/conditional-profile-fields-for-buddypress/

    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: Create a new Post Layout #70399
     sharmstr
    Moderator

    I thought you said you know wordpress templating? To answer your question, yes you can.

    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: >> Member type #70387
     sharmstr
    Moderator

    Its been done with a plugin: http://buddydev.com/plugins/conditional-profile-fields-for-buddypress/ At the field level at least.

    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: Sticky Header and 'Go Down' Button #70386
     sharmstr
    Moderator

    I think I know whats going on. You need to enabled ‘resize logo on scroll’ in theme options for it to work.

    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: center post title #70383
     sharmstr
    Moderator

    I just went to your site. The page titles are centered.

    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: >> Account type and infos #70382
     sharmstr
    Moderator

    You were correcting in asking wpmudev. There’s nothing in Kleo that allows you to configure xprofile this way. You might want to pose the question on buddypress forums as well. Someone may have done something similar.

    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: Make Clickable One Whole Row/Section #70381
     sharmstr
    Moderator

    Visual Composer doesnt have an option for that.

    You might be able to do it with jquery. Google it.

    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: groups header displaying header 2 x #70380
     sharmstr
    Moderator

    I just came across this as well: https://wordpress.org/plugins/show-current-template/screenshots/

    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: Create a new Post Layout #70379
     sharmstr
    Moderator

    Looks like there is a new plugin that basically does the same thing. I havent tried it https://wordpress.org/plugins/show-current-template/screenshots/

    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: Create a new Post Layout #70378
     sharmstr
    Moderator

    You have fancy quotes in your code. Copy my code again, making sure the single and double quotes dont change.

    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: Sticky Header and 'Go Down' Button #70377
     sharmstr
    Moderator

    Can you give me access. The code works fine on my 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: groups header displaying header 2 x #70341
     sharmstr
    Moderator

    Personally, I use this

    COPY CODE
    
    /**
     * show included template files
     */
    add_action('all','template_snoop');
    function template_snoop(){
        $args = func_get_args();
        if( !is_admin() and $args[0] ){
            if( $args[0] == 'template_include' ) {
                echo "<!-- Base Template: {$args[1]} -->\n";
            } elseif( strpos($args[0],'get_template_part_') === 0 ) {
                global $last_template_snoop;
                if( $last_template_snoop )
                    echo "\n\n<!-- End Template Part: {$last_template_snoop} -->";
                $tpl = rtrim(join('-',  array_slice($args,1)),'-').'.php';
                echo "\n<!-- Template Part: {$tpl} -->\n\n";
                $last_template_snoop = $tpl;
            }
        }
    }
    
    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: groups header displaying header 2 x #70334
     sharmstr
    Moderator

    Look for a plugin conflict. I’ve seen this happen before and it was a plugin causing it.

    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: Remove tags from post #70323
     sharmstr
    Moderator

    wait – you’re using sweetdate. You’ve posted in Kleo. I have no idea if sweetdate has the same options.

    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: Remove tags from post #70321
     sharmstr
    Moderator

    Theme Options > Blog > Meta

    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: My homepage will not scroll! #70319
     sharmstr
    Moderator

    Redirects arent the best way to solve this. Add the css I gave you.

    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: Different than Demo #70315
     sharmstr
    Moderator

    @abe – Can you take a look at this. I can confirm that its happening on the demo with Chrome. Didnt test any other browsers.

    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: My homepage will not scroll! #70314
     sharmstr
    Moderator

    For whatever reason your page is setting overflow:hidden on the main content. In VC, click on the gear icon and add this css

    COPY CODE
    
    .main {
    overflow: auto !important;
    }
    
    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: Blog page not showing posts #70312
     sharmstr
    Moderator

    What do you have set in Wp Admin > Settings > Reading?

    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: Different than Demo #70283
     sharmstr
    Moderator

    I already answered profile visibility. See the screenshot above “visibility.jpg”

    Just create a page called “Blog” but dont put anything in it. Then set WP to use it: Wp Admin > Settings > reading. Then set the default blog layout in Theme Options > Blog

    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 - 4,721 through 4,760 (of 11,328 total)

Log in with your credentials

Forgot your details?