Forum Replies Created

Viewing 40 posts - 1,441 through 1,480 (of 2,655 total)
  • Author
  • in reply to: Unable to change sidebar #3618
     SQadmin
    Keymaster

    That can be achieved with: http://wordpress.org/plugins/buddypress-sidebar/

    If you don’t want a sidebar in the groups section try adding this code to your sweetdate-child/functions.php

    COPY CODE
    
    add_action('after_setup_theme', 'kleo_disable_group_sidebar');
    function kleo_disable_group_sidebar()
    {
    if(BP_GROUPS_SLUG == bp_current_component())
    {
    remove_action('kleo_buddypress_before_content', 'kleo_buddypress_sidebar');
    remove_action('kleo_buddypress_after_content', 'kleo_buddypress_sidebar');
    }
    }
    

    And modify page-parts / buddypress-before-wrap.php line 27 to:
    <div class="<?php if (sq_option('buddypress_sidebar','right') == 'no' OR BP_GROUPS_SLUG == bp_current_component()) echo 'twelve'; else echo 'eight'; ?> columns">

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Group Page Template Issue #3615
     SQadmin
    Keymaster

    Hi, You can add it before: <div id="group-dir-search" class="dir-search" role="search">
    Add it like this:
    <?php echo do_shortcode('[my_shortcode]');?>

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Sweetdate WP Feature Requests #3614
     SQadmin
    Keymaster

    Well, our theme is focused on members and not groups. We will keep it on our list but we don’t promise anything

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: H2 Heading on Front Page Link Issue #3613
     SQadmin
    Keymaster

    I see what you mean Nicholaus.
    Thanks for sharing

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Code for Group Members #3612
     SQadmin
    Keymaster

    Hi, The template file is located in sweetdate / groups / single / members.php

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Help- Few questions. #3611
     SQadmin
    Keymaster

    Hi, Please add this css:

    COPY CODE
    
    .regulartab dd p, .regulartab dd {line-height:20px;}
    

    3. You shoud replace kle_one_third shortcode with kleo_one
    Example:

    COPY CODE
    
    [kleo_one][kleo_img_rounded src="http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/small_thumb_03.png"] [kleo_h4]Becca Morgan[/kleo_h4]Founder
    
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
    
    [kleo_icon icon="twitter-sign" size=2x] [kleo_icon icon="facebook-sign" size=2x] [kleo_icon icon="pinterest-sign" size=2x]
    
    [/kleo_one]
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Registration not working! #3609
     SQadmin
    Keymaster

    Hi, So you are saying that with the bp-default theme the email works? It should not make a difference. Try with the exact same plugins installed using the bp-default theme and see if emails go.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: a Few things i need help with. #3580
     SQadmin
    Keymaster

    Hi,
    I don’t know any plugins for Poke. For chat you can use Cometchat.
    For cometchat you can wrap the chat scripts in a condition to check if the current user is a certain member

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: User delete in backand makes a lot of errors and warnings #3577
     SQadmin
    Keymaster

    Hi, What kind of errors? Can you paste them here?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: A Splash or Landing page Only! #3576
     SQadmin
    Keymaster

    Hi,
    I am thinking that you could have two pages and use this plugin to show one or another in the menu: http://wordpress.org/plugins/menu-items-visibility-control/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Gateway page? #3574
     SQadmin
    Keymaster

    You could edit the header.php and get read of the < header > tag and everything that is inside it. This will remove the whole header. You could put a link there instead of the whole header. You could let the homepage to render latest posts if you want(from Settings – Reading)

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Translate option for visitors #3573
     SQadmin
    Keymaster

    You shouldn’t have deleted your site.
    Let me know exactly what you want to achieve and I will guide you trough. Theme needs modifications only if you want to achieve something different from the default functionality.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Displaying Fields under Name/Avatar in Member List #3572
     SQadmin
    Keymaster

    Hi,
    To make them appear like that, you need to redefine the function that is rendering this section.See the file attached.bp_ren

    Also add this css to Sweetdate-> Styling options -> Quick css

    COPY CODE
    
    .search-item .date, .search-item .date a {height:auto}
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: Avatar Crop Jumps Down #3568
     SQadmin
    Keymaster

    We tried several times but didn’t happen. Do you have a link and a test user?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Sweetdate WP Feature Requests #3567
     SQadmin
    Keymaster

    Hi, That feature is not available.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Religion search and picture comment #3566
     SQadmin
    Keymaster

    Hi @twoshoes,
    You can disable the lightbox when clicking the image by replacing the contents of sweetdate/album/pictures.php file with this one: http://d.pr/n/UYap

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Edit Profile Button… #3565
     SQadmin
    Keymaster

    You can force members to fields some profile fields at registration by adding those fields to the Base group

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Edit Profile Button… #3564
     SQadmin
    Keymaster

    Hi,
    You can change the Profile link from header to go to edit page.
    Search in header.php for
    <?php bp_loggedin_user_link(); ?>
    and replace with:
    <?php bp_loggedin_user_link(); ?>profile/edit

    The profile menu is mainly rendered by Buddypress and can’t do major changes to it. We know 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Specific Category #3562
     SQadmin
    Keymaster

    Hi,
    What do you mean by what do you write?
    You go to the category link to view all posts from it.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Add/Delete Buddypress search options #3561
     SQadmin
    Keymaster

    You can use like this:
    [kleo_men_online field=”Couple”] and so on. You need to set the sex field in Sweetdate -> Buddypress

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Add/Delete Buddypress search options #3560
     SQadmin
    Keymaster

    Hi, You need to set those two fields as matching fields in Sweetdate -> Buddypress

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Unable to change sidebar #3559
     SQadmin
    Keymaster

    If you go to Sweetdate -> Buddypress and set it there without sidebar it works?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: ADD FRIEND – ADD ME AS A FRIEND #3557
     SQadmin
    Keymaster

    Thanks for sharing @jdhrrs77

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Groups Navigation #3556
     SQadmin
    Keymaster

    Hi,
    Seems strange. Maybe you are doing a search when this happens? Let us know if you find when exactly is happening. Thanks

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Translating profile tabs an modifying them #3553
     SQadmin
    Keymaster

    Hi, You should have followed the topic and add the code just like there:

    COPY CODE
    
    
    add_action('after_setup_theme','kleo_my_actions');
    function kleo_my_actions()
    {
        global $bp_tabs;
    $bp_tabs['looking-for'] = array(
        'type' => 'cite',
        'name' => apply_filters('kleo_extra_tab1', __('Looking for', 'kleo_framework')),
        'group' => apply_filters('kleo_extra_tab1', 'Looking for'),
        'class' => 'citetab'
    );
    
    $bp_tabs['base'] = array(
        'type' => 'regular',
        'name' => apply_filters('kleo_extra_tab2',__('About me', 'kleo_framework')),
        'group' => 'Base',
        'class' => 'regulartab'
    );
    
    /* Bp-Album tab - only if plugin installed */
        $bp_tabs['bp-album'] = array(
            'type' => 'bp_album',
            'name' => __('My photos', 'kleo_framework'),
            'class' => 'mySlider'
        );
    }
    

    You should edit the name attribute (ex: ‘name’ => __(‘My photos’, ‘kleo_framework’),) to match yours

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Accept Button #3552
     SQadmin
    Keymaster

    Hi, Sorry guys for that. Please see how to fix it here:
    https://archived.seventhqueen.com/forums/topic/register-button-gone

    Thanks for understanding. We will fix this in the next update

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Add fields to Member Directory #3551
     SQadmin
    Keymaster

    Hi, From the pasted code this are the exact field names that should exist:
    ‘I am’,
    ‘Type’,
    ‘City’,
    ‘About me’

    Give us a link to your site to take a look

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Facebook registration w/ avatar #3549
     SQadmin
    Keymaster

    First enables only registration and is available only you enable the second one. Second one is the main Facebook enabler that enables you all other Facebook related options

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Avatar issues – jump to the bottom and selection size #3548
     SQadmin
    Keymaster

    Hi,
    1. We tried it several times, just to move it. but we couldn’t manage to reproduce your issue. What browser are you using?

    2. This is something related with Buddypress. I think you could just hide the preview with this code added to Sweetdate -> Styling options -> Quick css:
    #avatar-crop-pane {display:none;}

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Why is installed sweetdate-child? #3547
     SQadmin
    Keymaster

    Hi, You only have to update the main theme. What file loses the modification?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: post question #3545
     SQadmin
    Keymaster

    Hi, This can be achieved with a plugin like: http://wordpress.org/plugins/subscribe2/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Where to translate bp-album? #3544
     SQadmin
    Keymaster

    You mean all the translations or some that are common with the kleo_framework? That shouldn’t happen.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Revolution Slider #3543
     SQadmin
    Keymaster

    Hi, Give me access to wp-admin to take a look. mark the reply as private

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Group Page Template Issue #3542
     SQadmin
    Keymaster

    Hi, You need to add it to the template groups/index.php. It doesn’t take content added in admin page.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Limit Private Messages according to Membership #3541
     SQadmin
    Keymaster

    Hi,
    You should add this code to sweetdate-child/functions.php to restrict acces to he whole messages page. You need to restrict the levels by their id, right now it is 2,3 levels.
    http://d.pr/n/Bco8

    For this to work please replace the content of the file sweetdate/functions-pmpro.php with this:
    http://d.pr/n/iKgI

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Problem with YouTube Embed #3540
     SQadmin
    Keymaster

    Hi, Is it set as a video post format?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Profile Fields: Groups not appear (Log In member) #3539
     SQadmin
    Keymaster

    Hi, You should follow this topic to show your custom profile groups:
    https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
    Add the code to sweetdate-child/functions.php
    It is ok that is empty if you never added a custom code.
    When you update the theme you shouldn’t replace the sweetdate-child theme folder

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Revolution Slider #3538
     SQadmin
    Keymaster

    Hi,
    If it doesn’t work please install it from WP Admin -> Plugins -> Upload and choose the file located in sweetdate/framework/inc/revslider.zip

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Bugs in Registration Page #3537
     SQadmin
    Keymaster

    Hi, You should put your Themeforest username and API key in Sweetdate -> Miscellaneous to have automatic theme updates available. You can also re-download it and replace the old theme files

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: H2 Heading on Front Page Link Issue #3536
     SQadmin
    Keymaster

    Hi, Do you have a link so we can better understand the issue?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 1,441 through 1,480 (of 2,655 total)

Log in with your credentials

Forgot your details?