Forum Replies Created

Viewing 40 posts - 1,961 through 2,000 (of 2,655 total)
  • Author
  • in reply to: BuddyPress Wall Integration #2058
     SQadmin
    Keymaster

    Have you followed the steps to add those files to your theme directory?

    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: Non-logged In Visitors Always Redirected to 404 Page #2057
     SQadmin
    Keymaster

    Hi,
    It seems that you don’t have a home page. You need to create a “Home” page then go to Settings -> Reading and select it from the dropdown as your static 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: Social buttons don't work on iphone or ipad #2056
     SQadmin
    Keymaster

    Hi,
    This is fixed in upcoming 2.0 version. We are trying to release it at the beginning of the week

    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: Forgot password bug #2055
     SQadmin
    Keymaster

    Yes we fixed this and we will include it in next week update. 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: Adding text in homepage #2044
     SQadmin
    Keymaster

    Hi,
    To add something next to the form you’ll have to edit a template file located in page-parts/home-search-form.php
    Add the content after line 5

    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,
    This code attached added to sweetdate-child/functions.php will restrict the age from 14.

    To resolve the other problem you will have to make the changes in the database because values of the profile fields are stored in the DB.

    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: Load Demo Content #2040
     SQadmin
    Keymaster

    Follow this topic also:
    https://archived.seventhqueen.com/forums/topic/having-problems-setting-setting-up-the-site

    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: Load Demo Content #2039
     SQadmin
    Keymaster

    Hi,
    Do you get any error?
    Check if articles and pages are created.

    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 Login Issue #2038
     SQadmin
    Keymaster

    Hi,
    We’ll take a look at this and let you 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: Few questions, please view image. #2035
     SQadmin
    Keymaster

    Hi,
    In the Profile fields page you have more Group fields. YOu are probably looking only at Base Group
    Second question I don’ t understand. If you are referring to the Home search form then you can configure it after you have added your profile fields. After that just go to WP Admin -> Sweetdate -> Buddypress and check the fields you want to 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: BuddyPress Wall Integration #2034
     SQadmin
    Keymaster

    Hi,
    http://wordpress.org/plugins/bp-profile-message-ux/ is a nice plugin. We will take a look at it,
    Buddypress Wall should work. Make sure you have followed the instructions above.

    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: Followed instructions, demo content not showing up #2033
     SQadmin
    Keymaster

    Thanks alim.jivraj
    Those instructions should help you build a site like our demo.
    If there is anything you can’t find please let us 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: sweet travel Option #2031
     SQadmin
    Keymaster

    PS. Support is best offered here on the forum. There is no point of keeping the conversation in 2 places since the time of response is the same on the comments page of the item.

    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: sweet travel Option #2030
     SQadmin
    Keymaster

    Hi,
    You might have missed the details after the pastebin link.
    So you need to go to WP Admin -> Sweetdate -> Import/Export -> Import from text
    Paste the text from this link for Car sharing style: http://pastebin.com/pvRCsyBS and click Import
    That is all you need to do.

    CAUTION: You’ll lose all your previous settings by performing this action

    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: rtMedia plugin – First install #2029
     SQadmin
    Keymaster

    Hi,
    Please go to Settings -> Permalinks and resave the settings. This is an issue with rtMedia being fresh installed

    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 Page Paragraph #2028
     SQadmin
    Keymaster

    Paste it over the old code but if you modified your field name for where users enter their description you need to update the code to match your change(change “About me” to whatever your field name is).

    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] Profile Info #2027
     SQadmin
    Keymaster

    Yes exactly. Good job

    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: Locations #2011
     SQadmin
    Keymaster

    Hi,
    We have this in plan but it requires some programming to achieve that.
    We can’t say a specific date when it will be available but we’ll let you know.
    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: Show Admin Bar only for site admin #2010
     SQadmin
    Keymaster

    If you want it only for site admins add this code to sweetdate-child/functions.php

    COPY CODE
    
    /* Amin bar only for admin */
    add_action('after_setup_theme','kleo_my_bar');
    function kleo_my_bar(){
        if (is_super_admin())
        {
            add_action('wp_footer','wp_admin_bar_render',1000);
            add_filter('show_admin_bar', '__return_true');
        }
    }
    

    Make sure to have the sweetdate-child theme activated for it to work

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: facebook login / register error #2007
     SQadmin
    Keymaster

    Hi,
    You set the APP ID in Sweetdate -> Miscellaneous?
    Set your site url in the Facebook Application
    This error seems to come from Facebook and not wordpress related.

    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 travel Option #2004
     SQadmin
    Keymaster

    Hi,
    Please read this topic to style it as the car-sharing demo.
    https://archived.seventhqueen.com/forums/topic/export-other-sweet-date-colour
    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: Generating Fake Profiles #2002
     SQadmin
    Keymaster

    Great to hear that.
    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: Main menu and Love Heart #1994
     SQadmin
    Keymaster

    Hi, When logging in with Facebook I think it just does a page refresh to authenticate the 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: Register form #1993
     SQadmin
    Keymaster

    Hi,
    The register form takes colors from the primary site button set under Sweetdate -> Styling
    So if you make your colors a different color, the form will be in the same style

    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 Admin Bar only for site admin #1992
     SQadmin
    Keymaster

    That normally works. Do you have any plugins that could set the admin bar?

    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: Few questions, please view image. #1991
     SQadmin
    Keymaster

    Hi,
    Editing profle fields is done by going to WP Admin -> 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: Home page Posts #1990
     SQadmin
    Keymaster

    Hi,
    For most viewed you definitely need a plugin to count the views.
    Most commented is not available trough shortcode right now.

    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: Admin toolbar blocks navigation toolbar #1985
     SQadmin
    Keymaster

    Hi,
    You can add the equivalent css to Sweetdate -> Styling options -> Quick css and it will override it’s original value:

    COPY CODE
    
    .top-bar { margin-top: 28px; }
    

    We will include this in an update so it will automatically generate if the toolbar is on.
    Thanks for pointing 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: Unable to change colors #1984
     SQadmin
    Keymaster

    Hi,
    Adding the code to Quick css box won’t make it disappear after a theme update.
    Sorry for the second question, I missed that.
    Styling that profile area is possible from Sweetdate -> Buddypress -> Profile header background

    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: Generating Fake Profiles #1974
     SQadmin
    Keymaster

    Hi,
    Make sure to check the option to import activity posts for users.
    This makes buddypress aware of the users.

    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: Error upon theme upload #1973
     SQadmin
    Keymaster

    We are doing our best to have it ready at the end of this month.
    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: Facebook registration w/ avatar #1972
     SQadmin
    Keymaster

    Hi,
    Right now that is not available and there is no quick fix for it.
    We have in plan to implement it but we can’t say a time frame
    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: How to add dynamic bp profile links to the wp-menu? #1971
     SQadmin
    Keymaster

    I don’t think that existing notifications qualify to be displayed in the menu that way.

    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 Page Paragraph #1970
     SQadmin
    Keymaster

    Hi,
    Please take a look at this topic to customize the fields that appear under each profile name:
    https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-display

    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: Error upon theme upload #1966
     SQadmin
    Keymaster

    Hi
    If the solution above didn’t help sens us ftp and site access to 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: Admin toolbar blocks navigation toolbar #1957
     SQadmin
    Keymaster

    Hi,
    You can disable the admin bar from WP Admin -> Sweetdate -> Miscellaneous -> Admin toolbar -> Off

    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: age user field #1956
     SQadmin
    Keymaster

    You need to have a Birthday type fields added to the user profile fields. Then, based on that the theme will know to calculate the age of the user and will allow you to search by that interval like in our demo.
    The have the search interval like in our demo you must go to Sweetdate -> Buddypress and check the birthday field to show on the form. Then, a bit below, at “Select Age Range Field” choose from the dropdown the Birthday field and that will render the Birthday field like on our site.

    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 colors #1955
     SQadmin
    Keymaster

    Hello st,
    Right now that line doesn’t have a setting in the styling options.
    You can style it by adding this to Sweetdate -> Styling options -> Quick css box:

    COPY CODE
    
    
    .top-links {
        border-bottom: 1px solid #HEX;
    }
    

    Replace the #HEX with your color hex value.

    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: Editing Header.php #1954
     SQadmin
    Keymaster

    Sure: 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: How to add dynamic bp profile links to the wp-menu? #1952
     SQadmin
    Keymaster

    Hi,
    You cant do that (3rd pasted code). Your using css as html.
    Give your link a specific class and apply the css to it(this way it won’t apply to all links)
    CSS:

    COPY CODE
    
    div.kleo-page header div.header-bg div#header div.row div.eight div.contain-to-grid nav.top-bar section ul#menu-new-menu.left li a.my-message-class {...}
    

    PHP:

    COPY CODE
    
    $profilelink .= '<li><a class="my-message-class" href="' . bp_loggedin_user_domain( '/' ) . 'messages" rel="nofollow">' . __('Messages','buddypress') . '</a></li>'; 
    
    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,961 through 2,000 (of 2,655 total)

Log in with your credentials

Forgot your details?