Forum Replies Created

Viewing 40 posts - 2,001 through 2,040 (of 2,655 total)
  • Author
  • in reply to: How to add dynamic bp profile links to the wp-menu? #1951
     SQadmin
    Keymaster

    Hi kswift,
    Here is a sample from an existing dropdown. You can create yours the same way:

    COPY CODE
    
    <li class="has-dropdown" ><a class="main-menu-link" href="#">Buddypress</a>
    <ul class="dropdown"><li><a href="#" class="parent-link hide-for-large-up">Buddypress</a></li>
    	<li><a class="sub-menu-link" href="http://seventhqueen.com/demo/sweetdatewp/members/">Members</a></li>
    	<li><a class="sub-menu-link" href="http://seventhqueen.com/demo/sweetdatewp/groups/">Groups</a></li>
    	<li><a class="sub-menu-link" href="http://seventhqueen.com/demo/sweetdatewp/activity/">Activity</a></li>
    </ul>
    </li>
    
    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 profile fields #1943
     SQadmin
    Keymaster

    Cool. 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: User profile fields #1941
     SQadmin
    Keymaster

    Hi,
    If you want the same profile fields as in our demo site then you can import the fields from WP Admin -> Sweetdate -> Buddypress.
    If you want to configure the fields go to 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: Gravatar Not Working #1940
     SQadmin
    Keymaster

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

    Anybody has Spanish translation?
    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: BP Album error when viewing by another user #1931
     SQadmin
    Keymaster

    Hi,
    Our image link looks like this:
    http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/album/2/michele_02.jpg
    I guess you are missing the /wp-content/uploads part. Have you changed your default image upload location From Settings -> Media?
    Or maybe your site url from Settings -> General has a trailing slash

    I couldn’t access your socialhive.biz site, just the homepage

    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 Search Results Appearance #1928
     SQadmin
    Keymaster

    Hi,
    You can use the mini version of displaying the profiles by modifying members/index.php file at line 72 from members/members-loop.php to members/members-loop-mini.php
    If you want to have more that three members on a row, edit members/members-loop-mini.php at line 28 from “four columns” to “three columns” or “two columns”.

    Note: All these changes in files have to be done in your sweetdate-child theme. So just copy the original files from the main theme to sweetdate-child folder in the exact folder structure and modify them there

    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: Google Fonts – international support #1927
     SQadmin
    Keymaster

    Hi,
    Give us a link to your website so we can see it in action. You can send it on our email if you don’t want it public: 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: Editing Header.php #1926
     SQadmin
    Keymaster

    I don’t know how you configured it. give us a link to your 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: how to get link for user's profile page? #1925
     SQadmin
    Keymaster

    Hi, this echoes the link

    COPY CODE
    
    bp_loggedin_user_domain();
    
    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? #1924
     SQadmin
    Keymaster

    Hi,
    After:

    COPY CODE
    
    $profilelink = '<li><a href="' . bp_loggedin_user_domain( '/' ) . '" rel="nofollow">' . __('Profile','buddypress') . '</a></li>';
    

    you can add another menus like this:

    COPY CODE
    
    $profilelink .= '<li><a href="' . bp_loggedin_user_domain( '/' ) . 'messages" rel="nofollow">' . __('Messages','buddypress') . '</a></li>';
    $profilelink .= '<li><a href="' . bp_loggedin_user_domain( '/' ) . 'friends" rel="nofollow">' . __('Friends','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
    in reply to: Horizontal Nav #1921
     SQadmin
    Keymaster

    Hi Joel,
    This is not an easy thing since those controls are put in columns and these columns are based on Zurb Foundation framework but you can rewrite some default values for these columns. You have an example below, put this lines in Sweetdate/Styling options/Quick css box and adjust the values of ”width” and “padding”. Leave the “first-child” and “last-child” as they are.

    COPY CODE
    
    #search-bar .two { width: 14%; }
    #search-bar .two.columns { padding-left: 2px; padding-right: 2px;  }
    
    #search-bar .two.columns:first-child,
    #search-bar .two.columns:last-child { padding: 0 6px; }
    

    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: Gravatar Not Working #1920
     SQadmin
    Keymaster

    Hi
    We did some tests and it seems that the problem occures when the avatar is not reachable from outside. For example we encountered this when installing buddypress on a local domain, so maybe your images aren’t accessible to gravatar.

    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: Gravatar Not Working #1919
     SQadmin
    Keymaster

    Hi,
    We appreciate your help. Your answers were correct.
    Indeed, right now you need to have at least 6 members registered so they style correct in the home carrousel.
    Also we are trying to come up with a solution for adding members without having to log in

    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, you need to edit home page from admin panel – Pages

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

    Those buttons take the styles configured for Secondary buttons under Sweetdate -> Styling options. so make sure you set the text color properly

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

    Yes

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

    No, don’t delete anything from main theme.
    Copy/paste any file you want to alter to the child theme.
    The whole idea of the main(parent) theme is that is should remain intact and all changes are done in the child theme. This way you will be able to update with newer versions easily without comparing files and other complicated stuff 🙂

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

    Oh, sorry
    it should be bp_message_thread_subject(); instead of bp_message_thread_subject;
    http://pastebin.com/BvNU7QMx

    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 URL slugs for Buddypress components #1882
     SQadmin
    Keymaster

    Hi,
    Here is a list of slugs used by Buddypress

    COPY CODE
    
    define ( 'BP_ACTIVITY_SLUG', 'streams' );
    define ( 'BP_BLOGS_SLUG', 'journals' );
    define ( 'BP_MEMBERS_SLUG', 'users' );
    define ( 'BP_FRIENDS_SLUG', 'peeps' );
    define ( 'BP_GROUPS_SLUG', 'gatherings' );
    define ( 'BP_FORUMS_SLUG', 'discussions' );
    define ( 'BP_MESSAGES_SLUG', 'notes' );
    define ( 'BP_WIRE_SLUG', 'pinboard' );
    define ( 'BP_XPROFILE_SLUG', 'info' );
    define ( 'BP_REGISTER_SLUG', 'signup' );
    define ( 'BP_ACTIVATION_SLUG', 'enable' );
    define ( 'BP_SEARCH_SLUG', 'find' );
    define ( 'BP_HOME_BLOG_SLUG', 'news' );
    
    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. #1876
     SQadmin
    Keymaster

    Hi,

    1. You can’t change this from admin, but you can change it by writing the following line in Sweetdate/Styling options/Quick css box:

    COPY CODE
    
    .top-links { border-bottom: 1px solid #0784b3; background: #000000; }
    

    – change the hex code to your desired color.

    2. You can change it the same way as in the above example:

    COPY CODE
    
    .top-links, .top-links a {
        color: #fff;
    background: #000;
    }
    

    3) That is because your secondary color is white, same as the background. You can change the button color with this style:

    COPY CODE
    
    input#searchsubmit, input#searchsubmit:hover {background:#fff;}
    

    4. You can change the path to your image manually in: ../themes/sweetdate-child/page-templates/contact.php at line 42 http://d.pr/i/xBcW or simply comment this line. You need also to clear browser cache or rename your picture.
    5. Same as point 3. Change the secondary button colors or:

    COPY CODE
    
    #kleo_ajaxsearch {background: #eee;}
    

    6. Sweetdate -> Buddypress HORIZONTAL FORM -> Text before form: remove any text added
    7. Add profile fields from Users ->Profile fields or Import our demo fields from Sweetdate -> Buddypress -> “Import Buddypress profile fields”
    8. You can edit your Home page and there is a button shortcode that show the video button:
    [kleo_button_video url=”http://www.youtube.com/embed/FtquI061bag&#8221; style=”alert” size=”large” round=”radius” icon=”film,after”] Our TV Commercial [/kleo_button_video]
    change style=”alert” attribute value with success, secondary,alert,standard
    or
    In the same way as in section 1 with the following line:

    COPY CODE
    
    #call-to-actions .alert { background-color: #ff0461; border: 1px solid #ff0461; }
    #call-to-actions .alert:hover,
    #call-to-actions .alert:focus { background: #ed0058; border: 1px solid #ed0058; }
     
    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 #1875
     SQadmin
    Keymaster

    You have removed the div id=”header” which should be there for the styling to apply.
    Make sure you modify the header.php in your child theme so when you update to a newer version of sweetdate you won’t lose your settings.
    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: Change Search Form Options #1872
     SQadmin
    Keymaster

    Hi, you can change this from admin panel in Users/Profile fields.

    If you haven’t imported the demo fields you can do that from Sweetdate -> Buddypress -> “Import Buddypress profile fields”

    To configure the Search form, go to Sweetdate -> Buddypress -> Search form customization.
    Select Age Range Field – is used to render in the search form a select with age ranges
    Select Numerical Field – displays a range search(From -To text fields) instead of one default text field
    Select Matching Fields – this one is used to search for a value in the other matching field. This is used in our demo for “I am a” and “Looking for” fields.

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

    Hi,
    Thanks for pointing this out. We will include the fix in our next 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: Sending Private Message without a subject #1869
     SQadmin
    Keymaster

    This one displays Re: when no subject is entered
    http://pastebin.com/zSSRNgL1

    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: Advanced Search #1861
     SQadmin
    Keymaster

    Unfortunately that is not possible right now. Filtering is available on the members page on the horizontal 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: Turn off gravatar #1829
     SQadmin
    Keymaster

    They render but you have taken that from the complete image source which is like I posted above. If you put the link without query strings it will render: /wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg

    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: Recreate Front Page Registration Form #1811
     SQadmin
    Keymaster

    Hi,It is border instead or “boder”.

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

    Glad you worked 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: Search By Selected Fields #1808
     SQadmin
    Keymaster

    Hi, Yes we will include 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: emailing is not sending. #1807
     SQadmin
    Keymaster

    Hi,
    Don’t think is a theme problem. It is about your install or hosting. Try sending by stmp. WP-Mail-SMTP plugin

    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 remove create group box #1804
     SQadmin
    Keymaster

    Hi,
    FIle is located in sweetdate/groups/index.php line 20

    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. #1802
     SQadmin
    Keymaster

    Hi,
    Unfortunately the tab looks only for photos.

    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: BuddyPress Wall Integration #1801
     SQadmin
    Keymaster

    Hi,
    Also add the files to sweetdate-child if yor are using it. It seems that the plugin isn’t doing a very good check for the file location. 🙂

    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: Avatar size and cropping issues #1800
     SQadmin
    Keymaster

    Your problem comes from the avatar size that is set by Buddypress. On theme install create a file named bp-custom.php located in wp-content/plugins. Check if the file exists, if it doesn’t then create it and add the content form this one:
    https://archived.seventhqueen.com/files/bp-custom.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: Moving registration on homepage #1799
     SQadmin
    Keymaster

    Hi,
    You need to copy the file page-parts/home-register-form.php to your sweetdate-child theme and modify line 3 to add a class “to-right” so the class attribute will be like this: class=”five columns form-wrapper pull-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: Recreate Front Page Registration Form #1797
     SQadmin
    Keymaster

    Hi,
    You can wrap that embed in a div with the style=”boder:3px solid #777″
    something like this:

    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: Add symbols #1796
     SQadmin
    Keymaster

    Hi,
    In your second screenshot in Sweetdate -> Buddypress menu you need to set the Sex field.
    Those symbols are already in the theme package in PSD folder, file status_icons.psd. You need to open them with Adobe Photoshop and edit the way you want

    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: Support forum suggestions #1795
     SQadmin
    Keymaster

    Thanks for the suggestions. We had that in mind and will will shortly put it in practice.

    Cheers

    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,
    You can restrict users from registering with space in the username:

    COPY CODE
    
    add_action('bp_init','bpdev_remove_bp_pre_user_login_action');
    function bpdev_remove_bp_pre_user_login_action(){
     remove_action( 'pre_user_login', 'bp_core_strip_username_spaces' );
    }
     
    //add a filter to invalidate a username with spaces
    add_filter('validate_username','bpdev_restrict_space_in_username',10,2);
    function bpdev_restrict_space_in_username($valid,$user_name){
     //check if there is an space
     if ( preg_match('/\s/',$user_name) )
     return false;//if myes, then we say it is an error
     return $valid;//otherwise return the actual validity
    }
    
    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,001 through 2,040 (of 2,655 total)

Log in with your credentials

Forgot your details?