Forum Replies Created

Viewing 40 posts - 921 through 960 (of 2,655 total)
  • Author
  • in reply to: Nearby Plugin #5264
     SQadmin
    Keymaster

    Hi,
    We have this on our features list by we can’t if and when it will be available

    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 new description – Membership Levels #5263
     SQadmin
    Keymaster

    Thanks @JohnDoe
    Code goes to sweetdate-child/functions.php

    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: Cometchat chat link in profile #5262
     SQadmin
    Keymaster

    You can add code with “pre” tag
    That code shoud go in members/single/member-header.php
    instead of ‘USERID’ this php function gets the displayed user id:

    COPY CODE
    
    bp_displayed_user_id()
    
    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 translate this? #5261
     SQadmin
    Keymaster

    Hi,
    Thanks for pointing this out.
    1. That is an image added with css. Upload your image in the child theme and add the css with the according image path:

    COPY CODE
    
    .membership .pricing-table.popular:after {
        background: url("../images/pop.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    }
    

    2. Please replace the content of this file sweetdate/paid-memberships-pro/pages/cancel.php with: http://d.pr/n/eCvH
    Then rescan the strings and should appear in the Sweetdate translation kleo_framework domain

    3. is related to bpAlbum. If you are using the one that comes with the theme follow this tutorial: https://archived.seventhqueen.com/forums/topic/where-to-translate-bp-album

    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: Mingle forum #5258
     SQadmin
    Keymaster

    Hi,
    We haven’t tested it. It should work but probably it needs some css work to make it blend with sweetdate 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: changing password Issue #5257
     SQadmin
    Keymaster

    Yes you are right. Thanks for noticing this.
    Edit main theme file: wp-content/themes/sweetdate/members/single/settings/general.php and remove this from line 89:
    <d
    This fix will be included in 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: Remove post date #5255
     SQadmin
    Keymaster

    You have the function sweetdate_entry_meta in sweetdate/functions.php which you can copy/paste to sweetdate-child/functions.php and remove this occurrence from it:

    COPY CODE
    
    echo '<li><i class="icon-calendar"></i> '.$date.'</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: Add friend button in member directory #5254
     SQadmin
    Keymaster

    Hi, The styles are in custom_buddypress/_inc/css/default.css and shoud apply. maybe you didn’t updated all files…
    with this you can address those buttons to style them:

    COPY CODE
    
    .bp-member-dir-buttons div.generic-button a.add, .bp-member-dir-buttons div.generic-button a.remove
    
    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: Removing "uploaded a new picture:" (activity wall) #5253
     SQadmin
    Keymaster

    Hi,
    That have to be translated in Buddypress plugin and not Sweetdate.
    Use Codestyling localization 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: Block free members of posting but not of viewing. #5252
     SQadmin
    Keymaster

    You probably have to change buddypress wall template files and show specific content only to some users:
    <?php if ( pmpro_hasMembershipLevel(array(1,2))) { ?> content <?php } ?>

    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: Can't change language #5251
     SQadmin
    Keymaster

    Try with a wordpress in your language clean install. Your admin should be in your language if 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: Search functions not filtering #5250
     SQadmin
    Keymaster

    Hi,
    It should show the numbers of users that have resulted from the search. Maybe you have altered some code or installed a plugin that interferes

    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: Blank page / screen when loading shortcodes #5249
     SQadmin
    Keymaster

    Hi, Please replace the contents of this file: wp-content/themes/sweetdate/framework/shortcodes/tinymce/get_wp.php with this:

    COPY CODE
    
    // Access WordPress
    $wp_load = "wp-load.php";
    $count = 0;
    while(!file_exists($wp_load)) {
    	$count++;
    	if ($count > 12) { 
    		break;
    	}
    	$wp_load = '../' . $wp_load;
    }
    
    if (file_exists($wp_load)) {
    	require_once(realpath($wp_load));
    }
    

    Please keep the first line
    <?php

    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: Quick css snippet question #5248
     SQadmin
    Keymaster

    Quick css is working. you have a comma that should not be there before {

    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 image #5194
     SQadmin
    Keymaster

    I think the best way is to import a slider we provided in the demo content folder in the package downloaded from Themeforest.
    In Sweetdate – Homepage set the Image to none

    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: Registration Issue (loop hole) #5192
     SQadmin
    Keymaster

    maybe from Facebook registration if you enabled it. If not then is something related to WordPress

    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: Online Users #5191
     SQadmin
    Keymaster

    The widget is original from Buddypress and it should work. Try disabling any plugins that might interfere.

    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: Tagg error. #5190
     SQadmin
    Keymaster

    Seems a buddypress wall problem. See if the file from the error exists.

    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: Post update #5189
     SQadmin
    Keymaster

    That is not possible. Try searching for a plugin,

    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: City Field #5188
     SQadmin
    Keymaster

    Our next feature will be the possibility to have dependencies country/city where country is a selectbox or textbox and the city is a textbox with auto-completion

    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 Digital Download Site #5187
     SQadmin
    Keymaster

    There is not so easy to do that. Woocommerce template files are located in sweetdate/woocommerce. Try reading woocommerce documentation on modifying their template pages

    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 search by username? #5186
     SQadmin
    Keymaster

    HI,
    It should be in the wp-content/plugins/plugin path

    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: Message for Members level #5185
     SQadmin
    Keymaster

    Hi,
    We’re glad you like our theme.
    What do you mean by “can’t send message to other members. ”
    Give more details, error message,etc
    By default everybody can send messages

    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: changing password Issue #5184
     SQadmin
    Keymaster

    Hi,
    Don’t know where is that since your question is vague

    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: Joyride Usage #5183
     SQadmin
    Keymaster

    No need to bump. All posts get a response.

    Joyride is not implemented in sweetdate.

    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: Remove post date #5182
     SQadmin
    Keymaster

    Add this css to sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css:

    COPY CODE
    
    ul.link-list li:first-child {
        display: none;
    }
    
    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: Reveal Modals #5181
     SQadmin
    Keymaster

    Then you should add the modal (not the link to it) in footer.php, before the wp_footer line

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

    Those are settings in admin and are not displayed in front. We will remove those from the menu anyway because is only one shortcode that generate both.

    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: Check if user is online #5179
     SQadmin
    Keymaster

    The full code is uphere: https://archived.seventhqueen.com/forums/topic/check-if-user-is-online#reply-2301

    Works 100%

    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 – rtMedia #5178
     SQadmin
    Keymaster

    Hi,
    We found a fix for the big video in the popup. Add this css to Sweetdate – Styling options – Quick css:

    COPY CODE
    
    embed,
    iframe,
    object,
    video {
    	max-width: 100%;
    }
    
    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: myCRED Modification Commission #5176
     SQadmin
    Keymaster

    Ok. Talk on email.

    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 translate this? #5175
     SQadmin
    Keymaster

    That is related to Buddypress, so you translate the Buddypress plugin strings into your language

    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 translate this? #5173
     SQadmin
    Keymaster

    That is generated by PHP. with the date function. Maybe your hosting can help you to set the locale.

    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 translate this? #5172
     SQadmin
    Keymaster

    Hi,
    I did changes again to some files so those strings now will show translated. Some strings from the PMPRO plugin also had some problems.

    Until next update, extract these files and replace them in your sweetdate main theme: https://archived.seventhqueen.com/files/sweetdate_trans_fix.zip

    the “Select”, “Upgrade account”, “My photos” string can now be found under Sweetdate theme
    View members.. and other should appear translated now if you have added them

    Let me know if you encounter other 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: Horizontal Search Field Bacground Color #5170
     SQadmin
    Keymaster

    And you changed the background color from #ffffff to 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: Very low photo quality for user profile #5168
     SQadmin
    Keymaster

    Hi, Make sure you have this file: wp-content/plugins/bp-custom.php
    If not, create it with this content:

    COPY CODE
    
    if ( !defined( 'BP_AVATAR_THUMB_WIDTH' ) )
    define( 'BP_AVATAR_THUMB_WIDTH', 120 ); //change this with your desired thumb width
     
    if ( !defined( 'BP_AVATAR_THUMB_HEIGHT' ) )
    define( 'BP_AVATAR_THUMB_HEIGHT', 120 ); //change this with your desired thumb height
     
    if ( !defined( 'BP_AVATAR_FULL_WIDTH' ) )
    define( 'BP_AVATAR_FULL_WIDTH', 580 ); 
     
    if ( !defined( 'BP_AVATAR_FULL_HEIGHT' ) )
    define( 'BP_AVATAR_FULL_HEIGHT', 580 ); //change this to default height for full avatar
     
    

    Normally the theme adds it when you install 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: Hide Profile tab #5151
     SQadmin
    Keymaster

    You have another function named like that. Change the above name function:
    function my_remove_profile_nav2() {
    global $bp;
    if (!bp_is_my_profile()) {
    bp_core_remove_nav_item( ‘profile’ );
    }

    }
    add_action( ‘bp_setup_nav’, ‘my_remove_profile_nav2’ );

    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: Check if user is online #5149
     SQadmin
    Keymaster

    Hey guys,
    I modified the above code so now it is only one functions and accepts as a parameter the user id. To show the status in member directory you have 2 options:

    1. edit members/members-loop.php and add this by hand where you want to appear inside the members loop:
    <?php if (kleo_is_user_online(bp_get_member_user_id())) { echo "Online"; } else { echo "Offline"; } ?>

    2. Add this code to sweetdate-child/functions.php to show it before the name:

    COPY CODE
    
    add_action('bp_members_meta', 'kleo_online_status');
    function kleo_online_status() {
    	if (kleo_is_user_online(bp_get_member_user_id())) {
    		echo "Online"; 
    	} else { 
    		echo "Offline"; 
    	}
    }
    
    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: charge different type users #5148
     SQadmin
    Keymaster

    Hi,
    JohnDoe was just trying to help.

    That code will work but you need to adjust it to check the if the user registered is a female and then add it to your level for females only.

    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: Activity delete #5147
     SQadmin
    Keymaster

    Only the admin could delete other posts.

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

Log in with your credentials

Forgot your details?