Forum Replies Created

Viewing 40 posts - 8,361 through 8,400 (of 8,607 total)
  • Author
  • in reply to: Registration & Activate Page not working #8682
     Abe
    Keymaster

    Hi, You need to be logged out to access register page.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: How to close all information tabs #8681
     Abe
    Keymaster

    Hi,
    Please see this topic where you will see the file that needs to be modified: https://archived.seventhqueen.com/forums/topic/accordion-close-or-half-open#reply-5817

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Remove 'Create an Account' #8680
     Abe
    Keymaster

    Hi,
    In your home page edit you can wrap that button in the shortcode for guests, ex:
    [kleo_only_guests] my text for non-logged in users [/kleo_only_guests]

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

     Abe
    Keymaster

    Hi, if users have selected that city in their profile then they should appear. Do some tests on a specific user and search only by that field only

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Search Problem #8675
     Abe
    Keymaster

    You need to set “I am a” and “Looking for” as Matching fields under Sweetdate – Buddypress

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Report inappropriate profile #8674
     Abe
    Keymaster

    Maybe there is a plugin already released. Try searching the web. You need custom development if you want something like that

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Translating Fields under Name/Avatar in Member List #8673
     Abe
    Keymaster

    Hi, Those are the profile values entered by members and that are saved by Buddypress in database. Those by default can’t be translated..because you should translate each value users add to their profile to different languages.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Search in menu bar problem #8672
     Abe
    Keymaster

    Hi, Right now Buddypress is taking wordpress username and you can’t select it from profile fields to search.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

     Abe
    Keymaster

    Hi, That can’t be moved to posts since it is related to Buddypress plugin. You should search for a Favorite plugin to implement

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Membership Level #8670
     Abe
    Keymaster

    Hi,
    Install Paid Memberships pro plugin and you’ll see some restrictions settings under Sweetdate – Memberships

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: City/State Field #8636
     Abe
    Keymaster

    Hi,
    In order for members to appear, they need to save their profile to include the new field. If they registered when that field wasn’t available there is no way the system will know they live in that state or city

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: facebook button #8635
     Abe
    Keymaster

    Hi, You need to define this functions in sweetdate-child/functions.php and change the contents of the button to match your needs

    COPY CODE
    
    function fb_button()
    {
    ?>
        <a href="#" class="facebook_connect radius button facebook"><i class="icon-facebook-sign"></i> &nbsp;<?php _e("LOG IN WITH Facebook", 'kleo_framework');?></a>
    <?php
    }
    
    function fb_register_button()
    {
    ?>
        <a href="#" class="facebook_connect radius small button facebook"><i class="icon-facebook-sign"></i> &nbsp;<?php _e("Register using Facebook", 'kleo_framework');?></a>
    <?php
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Members page #8634
     Abe
    Keymaster

    Hi, That comes from Buddypress. It can be done by translating it into English into your desired string: http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/

    You can use Codestyling Localization plugin for translation

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Buddypress 1.9 and WordPress 3.8 #8633
     Abe
    Keymaster

    Hi, There is a solution here: https://archived.seventhqueen.com/forums/topic/mobile-issue-white-space-on-the-right

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Buddypress 1.9 and WordPress 3.8 #8632
     Abe
    Keymaster

    Disable the new component from Settings – Buddypress

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Redirect After Login #8631
     Abe
    Keymaster

    The code base is in this topic:
    https://archived.seventhqueen.com/forums/topic/redirect-user-to-their-profile-after-login

    modified it should look like:

    COPY CODE
    
    //custom redirect
    add_filter("login_redirect","kleo_redirect_to_profile",100,3);
     
    function kleo_redirect_to_profile($redirect_to_calculated,$redirect_url_specified,$user){
    /*if no redirect was specified,let us think ,user wants to be in wp-dashboard*/
        if(!is_super_admin($user->ID))
            return bp_core_get_user_domain($user->ID ).'/profile/change-avatar/#item-nav';
        else
            return $redirect_to_calculated; /*if site admin*/
    }
    

    You must be a regular user, not an admin

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Paid memberships pro #8630
     Abe
    Keymaster

    Yes, just before the ending ?> line

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Dutch translation #8629
     Abe
    Keymaster

    Hi, Please share it so we can include it in theme package. Thanks

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Members online not working #8628
     Abe
    Keymaster

    Hi,That code already exists in you Home page when you go and edit it.
    Replace those status icons to match you new fields like
    [kleo_status_icon type=”Barbat” subtitle=”Barbati online” image=”http://link_to_image.png”%5D

    and you need to set your sex field under Sweetdate – Buddypress

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Make groups and profiles only visible for logged-on users #8627
     Abe
    Keymaster

    Hi,
    That can be restricted using Paid memberships pro plugin. After the install you will have a Memberships submenu under Sweetdate menu. You can check there what you want to restrict

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Hide members real names #8625
     Abe
    Keymaster

    Hi,
    I hope you understand that you need to hire a developer for customization purposes since this is not the scope of this forum to do customization for each user 🙂
    You need basic PHP knowledge if you want to change code.

    Anyway, for this one replace:

    COPY CODE
    
                                    $this->tabs_instance->fields_data[$name] .= '<dt>'. bp_get_the_profile_field_name().'</dt>';
                                    $this->tabs_instance->fields_data[$name] .= '<dd>'. bp_get_the_profile_field_value().'</dd>';
    

    with

    COPY CODE
    
     if (bp_get_the_profile_field_name() != "Name") {
                                    $this->tabs_instance->fields_data[$name] .= '<dt>'. bp_get_the_profile_field_name().'</dt>';
                                    $this->tabs_instance->fields_data[$name] .= '<dd>'. bp_get_the_profile_field_value().'</dd>';
    }
    

    and

    COPY CODE
    
                                    $this->tabs_instance->fields_data[$name] .= '<div class="callout"><div class="bp-profile-details">';
                                    $this->tabs_instance->fields_data[$name] .= bp_get_the_profile_field_name();
                                    $this->tabs_instance->fields_data[$name] .= '</div><div class="cite">'. bp_get_the_profile_field_value() .'</div></div>';
    

    with

    COPY CODE
    
     if (bp_get_the_profile_field_name() != "Name") {
                                    $this->tabs_instance->fields_data[$name] .= '<div class="callout"><div class="bp-profile-details">';
                                    $this->tabs_instance->fields_data[$name] .= bp_get_the_profile_field_name();
                                    $this->tabs_instance->fields_data[$name] .= '</div><div class="cite">'. bp_get_the_profile_field_value() .'</div></div>';
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Compatibility Match on Profile always showing "50" #8624
     Abe
    Keymaster

    if it is set to 50 from the code means that it matches only sex preference and not the other fields like
    ‘Marital status’ => 20,
    ‘Country’ => 5,
    ‘City’ => 5
    ‘Interests’ => 10,
    ‘Looking for’ => 10,

    probably they don’t have the same preference

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Check box field checked #8623
     Abe
    Keymaster

    You have a default option. this is buddypress related default functionality

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Add only the "online status" on members page #8622
     Abe
    Keymaster

    I don’t know what other code/customization you have added. Maybe the functions are added in your child theme and are overriding default ones…. Install the theme is a test location if you want to see how it should be

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Change Name to username #8621
     Abe
    Keymaster

    Hi, There are already topics on this: https://archived.seventhqueen.com/forums/topic/hide-members-real-names

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: rtMedia Template Update Version 3.2.13.1 #8620
     Abe
    Keymaster

    Hi. We checked it and have seen a tempate issue in the edit media page. I think it is a problem with rtMedia on this particular page. Only template that we are overriding is located in rtmedia/main.php
    Replace the contents with this: http://seventhqueen.com//support/files/main.txt but the problem will still remain

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Urgent !FaceBook registration failled #8618
     Abe
    Keymaster

    Put a link to your site. You just need to set your Facebook APP id in Sweetdate – Miscellaneous and have the Application correctly configured in Facebook with your domain name

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Member Page + PMPRO #8616
     Abe
    Keymaster

    Hi,
    There is no simple solution for that. You will need to hire a developer to make this functionality for you.

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Registration using Facebook #8615
     Abe
    Keymaster

    I don’t see why it shouldn’t work. Set you Facebook App id and it should be fine

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Translation contribution #8614
     Abe
    Keymaster

    Hi, In CodeStyling Localization you can translate the theme and all plugins you have installed.
    In the list, find Sweetdate theme, scan for strings, translate the strings related to kleo_framework domain and click to generate .mo file.

    The same logic applies to other plugins like Buddypress, bbPress.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Problems #8613
     Abe
    Keymaster

    Hi,
    1. Each fields has a specific class in the wrapping div, for example: field_9. To hide that one add this css:
    .field_9 {display:none;}

    2. We haven’t added any settings in particular. In the theme we are using also rtmedia for uploading multiple file types.

    3. You should put display:none instead of visibility: hidden
    .circular-item {
    display:none;
    }

    4. If you encounter 404 error on some page, try re-saving Settings – Permalinks options

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: online woman not working #8612
     Abe
    Keymaster

    Hi,
    Please see this topic: https://archived.seventhqueen.com/forums/topic/big-bug-with-manwoman-number-and-search

    This is probably because you changed the default Woman/Man fields and the system looks for that.
    Your shortcode should look like:
    [kleo_status_icon type=”Barbat” image=”http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/apple-touch-icon.png&#8221; subtitle=”Barbati online”]
    [kleo_status_icon type=”Femeie” image=”http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/apple-touch-icon.png&#8221; subtitle=”Femei online”]

    ————

    Salut,
    Vezi topicul de mai sus. pur si simplu schimba shortcode-urile din pagina Home sa aiba atributul type cu valorile tale traduse ca mai sus. Fii sigur ca ai setat campul 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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Reformatting the left-right-sidebar Template Page #8611
     Abe
    Keymaster

    Hi,
    I don’t know in what combination of columns you can do that. Twelve in s number of columns a row can have. By default you have a column nine and a sidebar three which sums twelve.
    or
    two “three sidebar” plus six for main content equals also twelve

    You should change the code to match your needs.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: sidebar bbpress #8610
     Abe
    Keymaster

    Hi, I think there is a plugin for that. check http://wordpress.org/plugins/bbpress-wp-tweaks/

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Page content not showing up #8609
     Abe
    Keymaster

    Hi, You added css that hides content. Please be careful with changes and disable them when something isn’t working
    your css with problem:
    section div#main .row {
    display: none !important;
    }

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Setting site URL in Facebook Error #8608
     Abe
    Keymaster

    Hi, You must use the same domain name in all settings. I see now it workds

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Search in menu bar problem #8601
     Abe
    Keymaster

    Hi.
    Menu bar search is not for members, only for posts, pages

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Bug with Avatars #8599
     Abe
    Keymaster

    Hi
    Unfortunately that should remain like that because of the buddypress crop feature.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Users Online Page Problem #8598
     Abe
    Keymaster

    Hi
    Maybe try on different server or your local computer. There are no special needs… we’ll do additional tests

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Saving information – People|credit cards #8595
     Abe
    Keymaster

    Hi.
    information is saved using PMPRO plugin and it is saved in database. Check their website for info.
    Data should be secure as long your server is.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 40 posts - 8,361 through 8,400 (of 8,607 total)

Log in with your credentials

Forgot your details?