Forum Replies Created

Viewing 40 posts - 561 through 600 (of 2,655 total)
  • Author
  • in reply to: Remove About Me Fields from Profile View #6497
     SQadmin
    Keymaster

    It doesn’t matter on what page you are on a profile page, the tabs will show the same thing. You can control what profile group to show using this topic https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image

    Please provide a link to your site to better understand your issue.

    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 Results mismatch #6495
     SQadmin
    Keymaster

    Try our demo because it show work fine now. http://seventhqueen.com/demo/sweetdatewp/members/

    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 Results mismatch #6494
     SQadmin
    Keymaster

    Fixeeeed it 🙂
    Indeed is was a really strange problem but me managed to fix it. we will release the fix in v2.3 that will come this month

    Thanks for noticing

    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 admin from search results #6480
     SQadmin
    Keymaster

    Hi,
    We already fixed it and will be available in next version 2.3. If you are anxious to fix it you can download the working version: https://archived.seventhqueen.com/files/sweetdate_2.3.zip

    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: Private-Group request – No buttons! #6459
     SQadmin
    Keymaster

    Sorry 🙂

    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: tweeks #6457
     SQadmin
    Keymaster

    I gave you a link where you can find several methods to change the site url to whatever you like

    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: Same age in members-loop #6455
     SQadmin
    Keymaster

    Hi,
    Maybe is related to some custom code added or plugin used. In our demo it looks good

    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: 404 on friend request notification button #6454
     SQadmin
    Keymaster

    Hi, This is related to your PHP configuration, not allowing to use php short tags.
    This will be fixed in the next version 2.3,.
    Until then open header.php from the sweetdate theme via FTP to your server and search for:

    COPY CODE
    
    "<? "
    

    and replace it with

    COPY CODE
    
    "<?php "
    

    PS: Do not include the quotes in the search/replace. Last character is a space

    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 #main for member profile #6453
     SQadmin
    Keymaster

    Hi, See if this helps: https://archived.seventhqueen.com/forums/topic/keeping-scroll-bar-on-the-last-position-when-refresh

    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 Results mismatch #6452
     SQadmin
    Keymaster

    Will take a look but doesn’t make sense 🙂

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

    Hi,

    1.You should pick the plugin from the Codestyling localization page and translate the strings in it. Generate the .mo file after you finished
    2. That is related to BP Wall and I am sure it implies core changes

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

    Many 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: List of users who has more affinity #6449
     SQadmin
    Keymaster

    Hi Snake24,
    We haven’t developed something like that unfortunately. If you want that functionality you can try contracting custom work from microlancer or similar sites.

    Cheers,
    Abe

    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 album – how to install #6448
     SQadmin
    Keymaster

    rtMedia is a alternative plugin for media uploading just like bp-Album. You can choose one of those to use.

    bp-Album should work out of the box. It is a problem with your links. Maybe you have a plugin interfering. Try re-saving the settings in Settings – Permalinks. Try the rtMedia 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: Membership level names #6447
     SQadmin
    Keymaster

    You are doing something wrong since it works for us and others. Read the instructions carefully

    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 thumbnails are actually resized full size images #6445
     SQadmin
    Keymaster

    In some locations it was our intention because default buddypress avatar was too small. Let me know in which location you have those images and I will tell you how to change them to use the avatar

    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 login.. Stuck on Sending info #6444
     SQadmin
    Keymaster

    Do you know what was the problem?

    Regards,
    Abe

    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-line-text field. paragraph stripping #6443
     SQadmin
    Keymaster

    Hi, Probably this is default functionality. Try searching buddypress forums. Try adding this to sweetdate-child/functions.php

    COPY CODE
    
    remove_filter( 'xprofile_get_field_data', 'wp_filter_kses', 1 );
    
    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: Sign up form #6442
     SQadmin
    Keymaster

    Hi,
    Thanks for purchasing our theme.
    First, you should enable registration from WP Admin – Settings – general.
    Then you should map the Buddypress registration component to the Register page from Settings – Buddypress – Pages

    See the video tutorial for initial setup:
    https://archived.seventhqueen.com/video-tutorials

    You should only install whatever plugins you think might help. Buddypress should be enabled if you want a community site.

    Cheers,
    Abe

    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 Online Status #6441
     SQadmin
    Keymaster

    It should be the exact sentence but instead of echo-ing the online status, you echo the button

    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 admin from search results #6440
     SQadmin
    Keymaster

    Hi,
    I’ll take a look and come with a solution.

    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: Default Member Level Homepage #6436
     SQadmin
    Keymaster

    Hi, Probably you restricted it only to some membership levels from the page edit screen. In the right you can check which levels have access to 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: Inaccurate search results #6435
     SQadmin
    Keymaster

    We modified several files for that and can’t give you files individually but you can download the unfinished version from here if you like: https://archived.seventhqueen.com/files/sweetdate_2.3.zip

    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: Select Matching Fields (optional)? #6434
     SQadmin
    Keymaster

    Yes, this logic might help you achieve what you want.

    Regards,
    Abe

    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: Still having the facebook Issue #6432
     SQadmin
    Keymaster

    Hi @petebrazier, That is strange. It works on our demo? What is your site url?

    Regards,
    Abe

    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: tweeks #6431
     SQadmin
    Keymaster

    Normally you just change the name under Settings – General.
    Reade more here if you encounter problems: http://codex.wordpress.org/Changing_The_Site_URL

    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 Avatar #6430
     SQadmin
    Keymaster

    That is generated by Buddypress and can’t be easily relocated. Try hiring a developer from microlancer if you want to achieve that

    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: Solely use Login with facebook (disable standard) #6429
     SQadmin
    Keymaster

    Hi,
    You can remove the registration button from header by editing the header.php file from the sweetdate theme. Search for “SIGN UP” and remove the whole line

    Further customizations for the login pop-ups you can do in the files located in page-parts/general-login-modal.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: Twitter & Social Icons #6428
     SQadmin
    Keymaster

    I am sorry but you have a different theme for mobile on your site.. If I go the the normal site the links work. Also works on our demo site here: http://seventhqueen.com/demo/sweetdatewp/

    What browser are you using on iPhone? we tested from several devices and all works so maybe it is a problem with your browser

    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 Friends tab #6427
     SQadmin
    Keymaster

    It is just like the other nav items:
    https://archived.seventhqueen.com/forums/topic/remove-activity-from-profile

    COPY CODE
    
    function my_remove_friends_nav() {
        global $bp;
    	if (!bp_is_my_profile()) {
    		bp_core_remove_nav_item( 'friends' );
    	}
    }
    add_action( 'bp_setup_nav', 'my_remove_friends_nav' );
    
    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: Blog sidebar problem #6426
     SQadmin
    Keymaster

    Hi,
    Indeed that didn’t work. Please replace the content of this file:
    wp-content/themes/sweetdate/framework/classes/multiple_sidebars.php
    with the content from this one:
    https://archived.seventhqueen.com/files/multiple_sidebars.txt

    and it will fix your problem

    Cheers,
    Abe

    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 form #6425
     SQadmin
    Keymaster

    Hi,
    You need custom development for that since it implies some changes to your search logic. Try microlancer for that

    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: Problems with the signup process #6424
     SQadmin
    Keymaster

    Best is to change the login button not to open the modal, and send you to wp-login.php

    Search for the PROFILE button in header.php and replace this:

    COPY CODE
    
    href="#" data-reveal-id="login_panel"
    

    with

    COPY CODE
    
    href="/wp-login.php"
    

    Otherwise you have to change the modal to include that captcha functionality.

    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: Modal register/login button customization #6423
     SQadmin
    Keymaster

    Remove the login buttons trough the site.. and maybe search for a plugin that prohibits that

    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 Activity Plus #6422
     SQadmin
    Keymaster

    Hi, That comes from the plugin and not the theme because by default Buddypress doesn’t have this ability of uploading pictures

    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: Tick Bullets #6421
     SQadmin
    Keymaster

    Hi, you can only to this by css right now. After you have added a normal list in your editor, switch to the Text tab and find your list and give it a class name as you like, something like:

    COPY CODE
    
    <ul class="my-list">
    ...
    </ul>
    

    After that you can style in by adding css to sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css
    More on styling lists: http://www.w3schools.com/cssref/pr_list-style-type.asp

    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: Member Level Displayed on all users Profile #6420
     SQadmin
    Keymaster

    Add this function to sweetdate-child/functions.php

    COPY CODE
    
    function kleo_membership_info_guest()
    {
      global $membership_levels,$current_user;
      if (! $membership_levels) {
        return;
      }
      
      if (!bp_is_my_profile())
      {
    	  $membership = pmpro_getMembershipLevelForUser(bp_displayed_user_id());
        if ($membership)
        {
    		
          echo '<span class="label radius pmpro_label">'.$membership->name.'</span>';
        }
        else
        {
          echo '<span class="label radius pmpro_label">'.__("No membership",'kleo_framework').'</span>';
        }
      }
    }
    add_action('kleo_bp_after_profile_name', 'kleo_membership_info_guest');
    
    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: Site messing up in Internet Explorer #6419
     SQadmin
    Keymaster

    IE8 is not capable of responsive

    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: wrapping in search box #6401
     SQadmin
    Keymaster

    Hi again, I have a temporary fix for you until the next update, put these lines in sweetadmin/styling options/quick css box:

    COPY CODE
    
    .form-search.custom .columns {
    	height: 32px;
    	display: table;
    }
    .form-search.custom label {
    	line-height: 16px;
    	display: table-cell;
    	vertical-align: middle;
    }
    .form-search.custom .three.mobile-one.columns {
    	height: inherit;
    	display: inherit;
    }
    

    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: Select Matching Fields (optional)? #6360
     SQadmin
    Keymaster

    Unfortunately it can’t be easily resolved

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

Log in with your credentials

Forgot your details?