Forum Replies Created

Viewing 40 posts - 2,481 through 2,520 (of 2,655 total)
  • Author
  • in reply to: Facebook Connect Questions #583
     SQadmin
    Keymaster

    Hi,
    We already did the changes regarding Facebook registration option. We added an option in admin to enable/disable registrations and only allow login.
    If you register with Facebook then you’ll be redirected your profile and a notification appears saying to complete your profile.

    Thanks for your suggestions.

    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: Search widget #581
     SQadmin
    Keymaster

    HI,
    We fixed it in v1.4
    Here is the fix until it is published:

    COPY CODE
    
    
    .widgets-container.sidebar_location .widgets ul#profile-thumbs li {padding:0;}
    .widgets-container .widgets ul#profile-thumbs li:before {content:'';margin-left: 0;}
    

    Thanks for pointing that out

    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: Filter settings #580
     SQadmin
    Keymaster

    You have now enabled the child theme

    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: Login Redirection & " About Me " #579
     SQadmin
    Keymaster

    Hi. Give me an email with access to your site to check
    themesupport@seventhqueen.com

    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: Filter settings #573
     SQadmin
    Keymaster

    Hi,
    We answered on email

    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 Connect Questions #560
     SQadmin
    Keymaster

    We haven’t removed the registration, we just made it optional. From theme options you can enable/disable it.
    What you isn’t that good because the user can just not fill those fields after.

    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: Login Redirection & " About Me " #559
     SQadmin
    Keymaster

    Hi,
    Does this happen when you first activate your account?

    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: Posts Carousel Post Types #558
     SQadmin
    Keymaster

    We are releasing tomorrow an update. I will include a post_type attribute in the existing 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: Posts Carousel Post Types #556
     SQadmin
    Keymaster

    Yes it takes the featured image.

    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: Posts Carousel Post Types #554
     SQadmin
    Keymaster

    I could add an attribute to the shortcode but the custom post type should support post formats since the shortcode is showing only image, gallery or video posts.

    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: WMPL to translate profile fields #547
     SQadmin
    Keymaster

    Maybe this plugin can help you also :
    http://wordpress.org/plugins/buddypress-multilingual/

    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: WMPL to translate profile fields #545
     SQadmin
    Keymaster

    Hi,

    You can set the style for the language switcher to be a dropwdown from WPML. I guess it looks nicer.
    You should let the defined profile fields in english and then translate them using WPML string translation.

    In admin you can select your language form your Profile

    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: Translated members online count man/woman and search #544
     SQadmin
    Keymaster

    Also you need to set the Sex field from Sweetdate -> Buddypress. This is used for the member count

    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: Members directory : can't see any text in sum-up area #543
     SQadmin
    Keymaster

    Hi
    If you have translated your fields you have to add this function to functions.php from your sweetdate-child theme:

    COPY CODE
    
        function render_bp_meta()
        {
            $output = array();
            
            if (get_member_age(bp_get_member_user_id()))
                $output[] = get_member_age(bp_get_member_user_id());
    
            //fields to show
            $bp_config =  array(
                'sex' => 'I am a',
                'marital_status' => 'Marital status',
                'city' => 'City',
            );
            foreach ($bp_config as $key => $val):
                if(bp_get_member_profile_data( 'field='.$val )):
                    $output[] =  bp_get_member_profile_data( 'field='.$val );
                endif;
            endforeach;
    
            $output_str = implode(" / ", $output);
    
            echo '<div class="search-meta">';
              echo '<h5 class="author"><a href="'. bp_get_member_permalink().'">'. bp_get_member_name().'</a></h5>';
              echo '<p class="date">'.$output_str.'</p>';
            echo '</div>';
        }
    

    Change only the fields “I am a”, etc under the $bp_config array.

    In v1.4 which is going out today we also have applied a filter to that array to change it easily

    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 not able to upload avator directly #542
     SQadmin
    Keymaster

    Hi,
    What are the issues?
    Put some screenshots or give us an email to access the website: themesupport@seventhqueen.com

    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: Translated members online count man/woman and search #541
     SQadmin
    Keymaster

    Hi,
    For the search to work you need to enable matching field from Sweetdate -> Buddypress. You should match “I am a” and “Looking for”(your translated ones).

    If you have translated you fields then you need to change the kleo_status_icon shortcodes from the homepage to match your translated ones:

    COPY CODE
    
    [kleo_status_icon type="Translated Man" image="http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/apple-touch-icon.png" subtitle="Man online"] 
    

    Change the name under the type attribute with your translated 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: Unable to activate the theme #539
     SQadmin
    Keymaster

    Hi,
    Are you using FTP to put the files or uploading from Admin?
    Also make sure you are uploading the files from WordPress subdirectory
    Give us a printscreen please

    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: icon-signs (FB Twitter Pinterest) #527
     SQadmin
    Keymaster

    Hi,
    We have used these icons:
    http://fortawesome.github.io/Font-Awesome/icons/

    I am sure you’ll find something nice. Just replace the icon-xxx class with 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: Custom pink colors under "Recently Active User Groups" #526
     SQadmin
    Keymaster

    Hi,
    Try adding this after all the other styles:
    #breadcrumbs-wrapp a:hover, #breadcrumbs-wrapp a:focus {color:#HEXA;}

    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: [bp_get_options_nav] #523
     SQadmin
    Keymaster

    Hi, This is a buddypress generated menu. You can start with this: http://themekraft.com/blog/customize-profile-and-group-menus-in-buddypress/

    You want to modify the menus or the structure?

    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: Some Issues & Bugs #514
     SQadmin
    Keymaster

    Hi,
    Menu it designed to stay that way for the moment.
    When you update you need to change parent theme. Child theme contains your changes
    1) In v.14 which is gonna be released tomorrow we included support for default values in search form
    4. Here is an example:

    COPY CODE
    
    [kleo_status_icon type="total" image="http://sweetdate.local/wp-content/uploads/2013/07/Capture.png" subtitle="Total members"] 
    

    7. Yes we added this in 1.4 to have a default value
    9. That I guess is something different, I asked for a screenshot

    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: Plugin: Social Articles – Test #513
     SQadmin
    Keymaster

    Hi Ed,
    Can you put a screenshot?

    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 Connect Questions #512
     SQadmin
    Keymaster

    UPDATE:
    We have added the option to Enable/Disable User registrations and only allow Login with Facebook.
    This can be set from Theme option in v1.4 that will be released today or tomorrow

    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 Connect Questions #511
     SQadmin
    Keymaster

    Hi,
    Yes it does check for the email address.
    – Users are saved to the db. If you stop Facebook integration everything is fine
    – Registration using Facebook will be disabled from our next update because it skips the required profile fields.
    Button can be changed by adding this code to your functions.php in sweetdate-child:

    COPY CODE
    
    
    add_action('after_setup_theme','kleo_remove_actions');
    function kleo_remove_actions() 
    {
        remove_action('fb_popup_button', 'fb_button' );
    }
    
    function my_fb_button()
    {
    ?>
        <a href="#" id="facebook_connect" class="radius button facebook"><i class="icon-facebook-sign"></i>  <?php _e("LOG IN WITH Facebook", 'kleo_framework');?></a>
    <?php
    }
    add_action('fb_popup_button', 'my_fb_button' );
    

    To add it in other places do:

    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: Customize color for Search box items #508
     SQadmin
    Keymaster

    Hi,
    I was showing you how to use Firebug to see the styles when on hover.
    I will give you the style if you can’t find it:

    COPY CODE
    
    form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after
    {
    border-color: #222 transparent transparent;
    }
    
    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: Default tab view on members page #507
     SQadmin
    Keymaster

    Hi,

    Add this to your functions.php under sweetdate-shild theme

    COPY CODE
    
    add_filter('kleo_extra_tab1', 'custom_tab');
    function custom_tab()
    {
        return 'Base';
    }
    
    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: Change tabs shortcode style #498
     SQadmin
    Keymaster

    This was included in v1.3

    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: Change: Search Fields – Profile Fields #497
     SQadmin
    Keymaster

    It is possible from theme options from v1.3

    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: Theme options #496
     SQadmin
    Keymaster

    Hi.
    Point 2 can easily be done from 1.3 update. Details 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: Filter settings #495
     SQadmin
    Keymaster

    Hi.
    Update 1.3 has been already released

    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: Custom pink colors under "Recently Active User Groups" #494
     SQadmin
    Keymaster

    Hi,
    That worked?

    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: Buddypress Groups Page #485
     SQadmin
    Keymaster

    Go to Settings -> Buddypress and then Pages. You have to map your existing page with BP component
    Also check: https://archived.seventhqueen.com/forums/topic/buddypress-not-showing

    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: Translation contribution #484
     SQadmin
    Keymaster

    Hi,
    Anybody a Portuguese translation?

    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 Page Fields #482
     SQadmin
    Keymaster

    You can move them to another group by dragging them.

    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 Page Fields #481
     SQadmin
    Keymaster

    Hi,
    On the registration page only fields from Base group appear.

    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 #480
     SQadmin
    Keymaster

    Hi, we are already working on it 🙂
    We’ll keep you posted

    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: Default tab view on members page #476
     SQadmin
    Keymaster

    From version 1.3 you can set this with a filter from your sweetdate-child/functions.php
    Uncomment the code bellow or add it if it doesn’t exist

    COPY CODE
    
    add_filter('kleo_bp_profile_default_top_tab','my_default_tab');
    function my_default_tab() {
        return 'looking-for';
    }
    

    You can change it to: my-photos or info

    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 registration is currently not allowed. #475
     SQadmin
    Keymaster

    Yes. It is related to that WordPress option.

    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: Change “Looking for” title #473
     SQadmin
    Keymaster

    Hi
    If you have changed the Profile Group name then do add this to your child theme functions.php

    COPY CODE
    
    add_filter('kleo_extra_tab1', 'custom_tab');
    function custom_tab()
    {
        return 'Base';
    }
    

    Change “Base” with your group name

    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: Default tab view on members page #469
     SQadmin
    Keymaster

    From version 1.3 you can set this with a filter from your sweetdate-child/functions.php
    Uncomment the code bellow or add it if it doesn’t exist

    COPY CODE
    
    add_filter('kleo_bp_profile_default_top_tab','my_default_tab');
    function my_default_tab() {
        return 'looking-for';
    }
    

    You can change it to: my-photos or info

    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 - 2,481 through 2,520 (of 2,655 total)

Log in with your credentials

Forgot your details?