Forum Replies Created

Viewing 40 posts - 2,361 through 2,400 (of 2,655 total)
  • Author
  • in reply to: Translation Problems #921
     SQadmin
    Keymaster

    It seems also related to your other problem with white window pop-up for shortcodes… I am guessing some access problems.

    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 Problems #920
     SQadmin
    Keymaster

    Hey,
    Try using Poedit to translate those strings

    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 Homepage if edit #919
     SQadmin
    Keymaster

    Hi,
    There is no options in the theme for that. You can use a plugin to accomplish that since it is a default WP thing
    You can try: http://wordpress.org/plugins/restrict-usernames/

    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 Problems #915
     SQadmin
    Keymaster

    Hi,
    Have you figured this 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: Account Deletion #912
     SQadmin
    Keymaster

    Hi,
    The option seems to be available in Settings -> Delete account, but it needs a small adjustment that will be included in 1.4.1. When you click on the text “I understand the consequences.” it enables the button to delete the account but you also need to check the box.

    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 Homepage if edit #907
     SQadmin
    Keymaster

    Hi,
    Like I said, you selected Age field to show in the form instead of Date of Birth. You do not need that field(Age) since the age is calculated using Date of birth fields.
    I selected it and 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: Bugs in Homepage if edit #905
     SQadmin
    Keymaster

    Well send an email to themesupport@seventhqueen.com with access credential so I can take a quick look. You are not doing something right.

    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: Multi-Select User Fields / Search #904
     SQadmin
    Keymaster

    Hi,
    Try looking also at this topic which is similar with yours: https://archived.seventhqueen.com/forums/topic/search-by-selected-fields

    To remove profile field groups just go to Users -> Profile fields, click the group you want to remove and the click Delete Group.

    For the child theme just upload it, activate it and all settings should be kept. I think you only need to reassign your primary menu from Appearance -> Menus

    Let me know what exactly you can’t complete if it will still be the case

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

    Hello and thank you for sharing it with us.
    Please send it at themesupport@seventhqueen.com using a file transfer service like https://www.wetransfer.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: Search By Selected Fields #898
     SQadmin
    Keymaster

    We will test the multi select fields and make it act like the select box

    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 Homepage if edit #896
     SQadmin
    Keymaster

    Yes you should select the field you want to use for Age, so in your case is the Date of birth

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

    Thanks fernon

    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 Homepage if edit #891
     SQadmin
    Keymaster

    Hi,
    You have to select the field in Age range. Please make sure it is selected. This makes it render as two selects.

    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 Pages #887
     SQadmin
    Keymaster

    Hi,
    We looked into this and find that “… My WP” plugin change your profile page url. From Permalinks & URLs/Author Base make sure you have “members” and not “author” which was the default value.

    ps: if this is ok you can change the password now

    Best 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: Profile Pages #884
     SQadmin
    Keymaster

    Hi webagency,
    We look into this problem and we will back soon with an answer.

    ps: also I’ve got your emails.

    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: Sweet date template #870
     SQadmin
    Keymaster

    Hi
    Thanks twoshoes
    Indeed, follow the documentation in the import demo content section to have your site just like the demo

    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 Homepage if edit #869
     SQadmin
    Keymaster

    Hey
    Numerical should not be selected

    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 update Theme? #868
     SQadmin
    Keymaster

    Hi
    Doing the manual update changes the same files. Please do a manual update untill we see where the problem is. 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: User Privacy Options #864
     SQadmin
    Keymaster

    Hi
    Right now you can’t hide whole profile but we’ll look into 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: Invisible Members #863
     SQadmin
    Keymaster

    Hi,
    Users appear in members page. If you search them, they have to complete their profile fields to appear in results.

    Also you need to change the profile fields that appear under the name in member listing . To change those values in profile listing you need to change some values to a configuration array:
    Add it in  the remove actions function from the sweetdate-child and change with your own fields:

    COPY CODE
    
    global $kleo_config;
    // Profile fields to show on members loop, below the name
    $kleo_config['bp_members_loop_meta'] = array(    'I am a',    'Marital status',    'City');
    
    //From which profile field to show member details on members directory page
    $kleo_config['bp_members_details_field'] = 'About me';
    
    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 Installation #862
     SQadmin
    Keymaster

    Hi,
    Try installing Woocommerce from Plugins -Add and see if it works
    Alternatively you can increase php max execution time to be more than 30 seconds

    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: install error #859
     SQadmin
    Keymaster

    Hi
    Theme installed fine but failed to create bp-custom in wp-content/plugins
    That is the folder that needs write permission.

    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 Homepage if edit #858
     SQadmin
    Keymaster

    Hi
    You need to define the Age field in Sweetdate – Buddypress. I guess you set it as numerical but it has to be selected as Age
    You can rename the fields in Users – Profile fields

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

    Hi
    We will do some tests on our servers and we might include it in 1.4.1 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: No Date site, no car sharing site #856
     SQadmin
    Keymaster

    Hi
    Thank you for your appreciation.
    You can start with this topic to hide some specific elements:
    https://archived.seventhqueen.com/forums/topic/no-heart-no-circle-on-home-carrousel

    Remove matching system on profile page:
    https://archived.seventhqueen.com/forums/topic/make-matching-optional

    Then you can change dating related user profile fields in Users – Profile fields
    and change form 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
    in reply to: Signup Form On Homepage #853
     SQadmin
    Keymaster

    Hi.
    This will probably match with the payment update that we planned to release next month

    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: Background Transparency #851
     SQadmin
    Keymaster

    Hi,
    If you reffer to this page demo http://seventhqueen.com/demo/sweetdatewp-modern/members/sweetadmin/ as an example and to achieve the same effect you need to set the same image twice, both with the same settings:

    1. in Sweetdate/Styling options/Background – http://d.pr/i/txwB
    2. In Sweetdate/Buddypress/Profile header background/Background – http://d.pr/i/OjGu

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

    Hi,
    Right now you can’t edit it from admin. You need to make changes on this template file:
    ../wp-content/themes/sweetdate/page-parts/general-login-modal.php – line 14

    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: Background Transparency #835
     SQadmin
    Keymaster

    Hi, already told you: ..Sweetdate/Buddypress settings page 😉

    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: Background Transparency #833
     SQadmin
    Keymaster

    Hi, you have an option “Items transparency” in Sweetdate/Buddypress. This apply for profile header elements.

    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: Bugs in Homepage if edit #824
     SQadmin
    Keymaster

    Hi
    1. By default the age field displays as range between the two select with values. You want only one select?
    2. This is already on the homepage. You can reproduce homepage from our demo using the code from the included documentation

    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: Different User Accounts #822
     SQadmin
    Keymaster

    Hey,
    We’ll take this in consideration for next updates

    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 Privacy Options #821
     SQadmin
    Keymaster

    Hi
    You can set privacy for profile fields individually.
    Users should be Subscribers so they won’t have too much permissions.
    For the login restriction you can try Theme my login plugin
    Best regards

    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: Sex field #820
     SQadmin
    Keymaster

    Hi
    Yes you could add a third option without problem from Users – Profile fields
    That topic is interesting indeed… we’ll see what we can 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: user manual #819
     SQadmin
    Keymaster

    Hi mabasnett,

    In your download kit from themeforest you have “Documentation” folder with all you need to help you installing and configuring this theme. You can also import dummy data from “Demo content” folder.

    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: Super Sticky Topic #818
     SQadmin
    Keymaster

    Hi,
    I resolved this issue and will be fixed in 1.4.1 update.
    Until then you can put as a quick fix this code in Sweetdate/Styling options/Quick css box.

    COPY CODE
    
    .bbp-topics .sticky.fixed { height: inherit; position: relative; z-index: 0; }
    

    We put it also in our demo: http://seventhqueen.com/demo/sweetdatewp/forums/forum/general-discussion/general-relationship-discussion/

    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: Super Sticky Topic #811
     SQadmin
    Keymaster

    Hi twoshoes,
    We look into this problem and we will back soon with an answer.

    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: No heart, no circle on home carrousel #810
     SQadmin
    Keymaster

    Hi,
    To change the icon over the image:
    Add this to sweetdate-child/functions.php into the remove actions function:
    add_filter(‘kleo_img_rounded_icon’, ‘my_custom_icon’);
    And then at the end of the file the function:

    function my_custom_icon () {
    return ‘camera’;
    }

    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: Upload wordpress file #809
     SQadmin
    Keymaster

    Hi
    You need to increase the allowed size for uploads from your hosting.

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

    Hi
    Seems strange and I am pretty sure is something missconfigured on the hosting server. You can ask the hosting company to help you

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

Log in with your credentials

Forgot your details?