Forum Replies Created

Viewing 40 posts - 2,081 through 2,120 (of 2,655 total)
  • Author
  • in reply to: Recent Posts Widget with Post Image #1661
     SQadmin
    Keymaster

    Hi, Add this to Sweetdate -> Styling -> Quck css to change the pink color on hover: .latest-blog span.avatar:hover {background:#HEX}
    Replace HEX with your color

    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: Mashup homepage: blogs + signup #1660
     SQadmin
    Keymaster

    Hi,
    If you want to put something next to it you should use the columns shortcode and add the posts shortcode in one column and other content in the next column

    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: possible bug associated to youtube videos #1659
     SQadmin
    Keymaster

    Hi, Thank you for letting us know about this. We are releasing in a couple of hours a minor update 1.5.1 and we will include this fix too.

    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: How to change the register button color #1658
     SQadmin
    Keymaster

    Hi,
    I think the easiest method is to edit page-parts/general-register-modal.php (copy it to sweetdate-child and modify it there)
    at line 24 remove alert from class attribute and

    COPY CODE
    <i class="icon-<?php echo apply_filters('kleo_register_button_icon','heart'); ?>"></i>

    Another option is to define a style for the alert button in Sweetdate-> Quick css : button.alert {background#HEX}
    and remove the icon by adding this into sweetdate-child.php:
    add_filter(‘kleo_register_button_icon’, function() { return ”;})

    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: Register dropdown bug (Mac) #1657
     SQadmin
    Keymaster

    We noticed javascript error from the end-page-slidebox plugin. Try disabling all plugins and do the tests again

    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: Invisible Members #1656
     SQadmin
    Keymaster

    Hi,
    I did some tests and if a user hasn’t activated the account then it won’t show in members list even though you can access it by the link. Users need to activate their account before they appear on the listing

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

    For your other question check out this topic: https://archived.seventhqueen.com/forums/topic/big-bug-with-manwoman-number-and-search

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

    Hi, for Google Chrome issue as a quick fix you can put in Seetdate/Styling options/Quick css box the following line:

    COPY CODE
    
    .reveal-modal .button { padding-left: 10px; padding-right: 10px; }
    

    Regards,
    Robert

    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 Profile Progression #1642
     SQadmin
    Keymaster

    Try the code bellow that adds it only to your own profile and shows beneath the image

    COPY CODE
    
    add_action('kleo_bp_header_actions', 'my_prog_bar', 11);
    function my_prog_bar() {
    if (function_exists('bppp_progression_block') AND bp_is_my_profile()) {
    echo '<div class="clearfix"></div>';
    bppp_progression_block();
    }
    }
    
    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: Terms of Use / conditions / Privacy #1640
     SQadmin
    Keymaster

    Hi,
    I don’t know if I understood correctly but you can create a page Terms and conditions from Admin -> Pages and put there all your 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: Invisible Members #1636
     SQadmin
    Keymaster

    I you try to login with one of the users, then it shows?

    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 Profile Progression #1635
     SQadmin
    Keymaster

    Can you provide a link? If you don’t want it public, email us at 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: Mixed frontpage form problem #1634
     SQadmin
    Keymaster

    Wow. It never crossed my mind that Jetpack can do that 🙂
    Always it is a good ideea to test with all plugins disabled.
    I am glad you figured it out.
    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: Signup new profile #1633
     SQadmin
    Keymaster

    Great. No problem. I am glad it all worked 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: Register dropdown bug (Mac) #1627
     SQadmin
    Keymaster

    Hi,
    We’ve verified this on Safari and Firefox, both using a Mac and seems to be ok. Can you send us an online link to take a look? Our address is themesupport@seventhqueen.com

    Regards,
    Robert

    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 Profile Progression #1621
     SQadmin
    Keymaster

    You could use an action to render that. Add this to sweetdate-child/functions.php

    add_action('kleo_bp_header_actions', 'my_prog_bar', 11);
    function my_prog_bar() {
    if (function_exists('bppp_progression_block')) {
    bppp_progression_block();
    }
    }
    
    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: Invisible Members #1620
     SQadmin
    Keymaster

    Hi,
    You should be able to activate with that plugin. If it is not working you can try http://wordpress.org/plugins/unconfirmed/

    Also in order for the users to appear in search they need to have the profile fields completed(the ones you are searching for).
    They should appear if you are not doing a search and going to /members

    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: Mixed frontpage form problem #1619
     SQadmin
    Keymaster

    We’re glad we could help. That’s why we are here 🙂
    Good luck with setting up the site and thanks for the appreciation.

    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: Redirect Problem Logging in with Modal Window #1618
     SQadmin
    Keymaster

    Hi,
    Maybe it works this way to redirect. Add the following code to sweetdate-child/functions.php

    COPY CODE
    
    add_filter('login_redirect', 'redirect_previous_page', 10);
    
    function redirect_previous_page(){
        $request = $_SERVER["HTTP_REFERER"];
        $req = explode(get_option('siteurl'),$request);
        if (isset($req[1])){
            $redirect = site_url( $req[1], 'login_post' );
        } else {
            $redirect = site_url( '', 'login_post' );
        }
    
    
        return $redirect;
    }
    

    PS: Thanks for the awesome comment 🙂

    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: Mashup homepage: blogs + signup #1615
     SQadmin
    Keymaster

    Hi,
    We created a shortcode that you can use and we will include it also in tomorrow update v1.5.1
    Until tomorrow you can add the shortcode snippet to your sweetdate-child/functions.php:
    http://pastebin.com/iFRDBRJY

    To use it:
    [kleo_articles]

    Shortcode attributes are the same as for [kleo_posts_carousel] 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: Sending Private Message without a subject #1611
     SQadmin
    Keymaster

    I fact you can edit members/single/messages/messages-loop.php line 43 and replace with this one to show the sender name:
    http://pastebin.com/7SzzmnhQ

    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: Sending Private Message without a subject #1609
     SQadmin
    Keymaster

    I don’t think there is a simple solution for that.

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

    Hi, In the main package downloaded, after you extract the archive, you have a folder named Documentation. Open the index.html file with a web browser.

    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: Creating an artist profile #1607
     SQadmin
    Keymaster

    Hi,
    For the displayed image you can use rtMedia also, and fetch just one image.
    To put all data in one tab, another custom tab type needs to be created to match your needs. How you will display the music in the tab? Wouldn’t that be too much info on the right side?

    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: Invisible Members #1606
     SQadmin
    Keymaster

    I think members registered trough Facebook need to login first. Buddypress lists the users that have some activity in the site. Registering trough Facebook wasn’t generating any activity at first. Now we have fixed this and included it in upcoming 1.5.1(it will be released tommorow)

    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 Profile Progression #1605
     SQadmin
    Keymaster

    Hi,
    You can use that plugin if it is already available. It should integrate fine with the 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: How to add an icon to the menu button? #1604
     SQadmin
    Keymaster

    Hi,
    The syntax for icon is like this:

    COPY CODE
    
    <i class="icon icon-heart"></i> My menu
    

    You can replace the icon: icon-heart with the existing Fontawesome icons:
    http://fortawesome.github.io/Font-Awesome/icons/

    To disable menu hover you can set the exact same color for the hover in Sweetdate -> Styling

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

    Hi,
    The photo can’t added from Facebook right now.

    We are releasing 1.5.1 that fixes some reported bugs and we also added the ” new user was registered” to the activity when you are registering with Facebook.
    The users may not appear in the list because Buddypress looks for user activity to show the users. So the user needs to login to show in the list or need some activity added.

    To disable matching:
    You have to add in the in the existing kleo_remove_actions() function from wp-content/themes/sweetdate-child/functions.php the following code:
    remove_action(‘kleo_bp_before_profile_name’, ‘kleo_bp_compatibility_match’);

    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: Initial site setup – How to #1597
     SQadmin
    Keymaster

    Hi,
    Profile pictures appear if the user has uploaded some images using integrated bp-Album or rtMedia plugin.
    You could install rtMedia since it has the ability to upload videos, mp3 etc. You then need to disable Bp-album form Sweetdate -> Buddypress

    If you choose to go with bp-Album you need to replace the contents of this file custom_buddypress/class-bp-tabs.php in the parent theme with this one:
    https://archived.seventhqueen.com/files/class-bp-tabs.txt

    We will add a a layer over the profile image so when you click that it will take you to change the picture(something like google has). This will happen in the next update

    You can redirect the user to their profile after they log in by adding this code below to sweetdate-child\functions.php

    // let us filter where to redirect
    add_filter(“login_redirect”,”bpdev_redirect_to_profile”,10,3);
    function bpdev_redirect_to_profile($redirect_to_calculated,$redirect_url_specified,$user)
    {
    if(empty($redirect_to_calculated))
    $redirect_to_calculated=admin_url();

    // if the user is not site admin,redirect to his/her profile
    if(!is_site_admin($user->user_login))
    return bp_core_get_user_domain($user->ID );
    else
    return $redirect_to_calculated; /*if site admin or not logged in,do not do anything much*/
    }

    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: You Tube Videos Messing With Sticky Menu #1594
     SQadmin
    Keymaster

    Hi,
    When you add the video to the page you just need to add the youtube link to the editor and wordpress will convert it using oembed feature. The resulting embed should have &wmode=opaque added at the end of the video link. We added some scripts to do this automatically if you use the oembed feature described above.
    If you added the embed script by hand, modify it and add &wmode=opaque at the “src” attribute to result something like this:

    https://youtube.com/watch?v=xyxzxcxc%3Frel%3D0%26wmode%3Dopaque

    This happens because the resulting video iframe will be on top of everything, unless it has the &wmode=opaque added

    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: Woocommerce Product Slider #1592
     SQadmin
    Keymaster

    Hi,
    You can try using the existing post carousel like this:
    [kleo_posts_carousel post_types="product" post_formats="all"]
    That should do the trick.
    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: Search By Selected Fields #1588
     SQadmin
    Keymaster

    Hi,
    You need to do two things to add the lang parameter:
    1. Replace the content of the main theme file: sweetdate/custom_buddypress/kleo-bp-search.php with this one:
    https://archived.seventhqueen.com/files/kleo-bp-search.txt

    2. add this code in your sweetdate-child/functions.php:

    COPY CODE
    
    add_action('kleo_bp_search_add_data','my_translated_field');
    function my_translated_field()
    {
        if (defined('ICL_LANGUAGE_CODE'))
        {
            echo "<input type='hidden' name='lang' value='".ICL_LANGUAGE_CODE."'>";
        }
    }
    

    That should do the trick.

    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: Show count and hide empty fields in search forms #1587
     SQadmin
    Keymaster

    Hi,
    1. Right now it needs some changes to the sql. We will consider adding this functionality.
    2. You want the number of results before search, in the form?

    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: Sending Private Message without a subject #1584
     SQadmin
    Keymaster

    Hi,
    You can edit the file members/single/messages/compose.php and the subject line is this one:

    COPY CODE
    
    <input type="text" name="subject" id="subject" value="<?php bp_messages_subject_value(); ?>" />
    

    You could add a space after or if you don’t want to show the subject then make it a hidden input with a default value like PM:

    COPY CODE
    
    <input type="hidden" name="subject" id="subject" value="PM" />
    
    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: Membership Time Frame #1580
     SQadmin
    Keymaster

    Hi,
    We are doing our best to finish it until the end of this month(August). Fingers crossed 🙂

    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: Mashup homepage: blogs + signup #1579
     SQadmin
    Keymaster

    Hi,
    When you set the Blogs page to be the one to show latest articles from Settings -> Reading it will ignore the content you are writing so you should modify the existing Home page if you want elements from that one . You want to list the posts just like in the Blogs 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: You Tube Videos Messing With Sticky Menu #1578
     SQadmin
    Keymaster

    Hi, on what browser is this happening? Do you have a link to see the problem? 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: I can't find "Looking for" and Album tabs. #1577
     SQadmin
    Keymaster

    Hi, The buttons won’t show when you are viewing your own profile.
    If you have modified the Base and Looking for profile field groups please copy/paste the above code in your sweetdate-child/functions.php and rename them with the groups you want to show in the header

    For Bp-Album there is this fix until the next update:
    Replace the contents of this file custom_buddypress/class-bp-tabs.php in the parent theme with this one:

    https://archived.seventhqueen.com/files/class-bp-tabs.txt

    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: I can't find "Looking for" and Album tabs. #1576
     SQadmin
    Keymaster

    PLease try again now. Thank you

    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 can't register #1574
     SQadmin
    Keymaster

    Hi,
    Your register page isn’t mapped with the buddypress component. Go to Settings -> Buddypress to do that

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

Log in with your credentials

Forgot your details?