Forum Replies Created

Viewing 40 posts - 641 through 680 (of 2,655 total)
  • Author
  • in reply to: Sweetdate WP Showcase #6238
     SQadmin
    Keymaster

    We would like to put some works on the Themeforest item page, so if you want it to share your website with the world… 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: Disable links of Latest Members carousel #6236
     SQadmin
    Keymaster

    You can add this css code to WordPress Admin – Sweetdate – Styling options – Quick css

    COPY CODE
    
    .profile-thumbs a, #profile-thumbs a {cursor: auto;}
    
    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 Align #6235
     SQadmin
    Keymaster

    To work best also for responsive, add this css instead into Sweetdate – Styling options – Quick css:

    COPY CODE
    
    .just-after-header .five.columns { float: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: Display username instead of Name in profile #6234
     SQadmin
    Keymaster

    Well, it will ask it yes. Maybe edit registration/register.php and make it a input hidden type instead of text and set the value to a space or something

    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 Search Box Boarder #6233
     SQadmin
    Keymaster

    Thanks @adam πŸ™‚

    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)? #6229
     SQadmin
    Keymaster

    Matching fields can be textboxes or selectboxes. If you stick to those types then you will be fine

    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: Is this possible…discount code #6228
     SQadmin
    Keymaster

    Hi, This is more a custom request and we don’t have a solution for you. Try microlancer for custom wordpress development

    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: Full width menu and body #6225
     SQadmin
    Keymaster

    Hi airsidworld, I’m trying to help you but I think I don’t understand what exactly you want. Can you explain please in a little more detail, maybe with a prinscreen and some arrows?

    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: "Username already exists" situation at registration #6220
     SQadmin
    Keymaster

    To put the cursor in the username fields you have to add this javascript code to registration/register.php somewhere at the end of the file before the get_footer( ‘buddypress’ ); line

    COPY CODE
    
    <script type="text/javascript">
    jQuery(document).ready( function() {
    	jQuery("#signup_username").focus();
    });
    </script>
    
    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: Cards after member search #6217
     SQadmin
    Keymaster

    Add it to sweetdate-child/functions.php … You probably added it wrong… it has to be before the ending “?>”

    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: Slider Buttons #6216
     SQadmin
    Keymaster

    We included this in the readme.txt:
    “We also included the custom slider bullets and arrows in folder revslider_assets. If you want to use them you have to replace the default ones located in wp-content/plugins/revslider/rs-plugin/assets/”

    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 activity from profile. #6215
     SQadmin
    Keymaster

    Hi,
    This code works

    COPY CODE
    
    
    function my_remove_profile_nav() {
        global $bp;
    	bp_core_remove_nav_item( 'activity' );
    }
    add_action( 'bp_setup_nav', 'my_remove_profile_nav' );
    

    Also removing the activity, which is the default component that shows when you are viewing a profile you will have a 404 page. See this to change the default component:
    https://archived.seventhqueen.com/forums/topic/buddypress-profile-landing-page-change

    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! #6212
     SQadmin
    Keymaster

    Give me temp. access to the franzi username to check. Change the password after. set the reply as private

    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 level restrictions #6210
     SQadmin
    Keymaster

    If you want to add another one you can do it in the same function above like:

    COPY CODE
    
    add_filter('kleo_pmpro_level_restrictions', 'kleo_extra_pmpro_restrictions');
    
    function kleo_extra_pmpro_restrictions($restrictions) {
    
    $restrictions[] = array(
    'title' => __('Chat with users','kleo_framework'),
    'front' => __('Chat with users','kleo_framework'),
    'name' => 'unique_identifier'
    );
    
    $restrictions[] = array(
    'title' => __('Another restriction','kleo_framework'),
    'front' => __('Another front restriction description','kleo_framework'),
    'name' => 'unique_identifier2'
    );
    
    return $restrictions;
    
    }
    
    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: Login Issue #6209
     SQadmin
    Keymaster

    Yes, send here the link and mark the reply as private

    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: reply to address #6208
     SQadmin
    Keymaster

    This has to do with WordPress and you can change it with any plugin like Configure SMTP

    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: Disable links of Latest Members carousel #6178
     SQadmin
    Keymaster

    I opened your site and your links don’t work…which id good πŸ™‚

    try clearing cache or use another 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: tweeks #6177
     SQadmin
    Keymaster

    I gave you an answer above. Haven’t you seen 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: Disable links of Latest Members carousel #6149
     SQadmin
    Keymaster

    I saw your link somewhere above.
    You are right. We did some changes to the theme for next version and some things changed. Please try the code again. Sorry for that:
    http://d.pr/n/zTu8

    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 Error message #6148
     SQadmin
    Keymaster

    Great.

    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: ul.button-group #6147
     SQadmin
    Keymaster

    hehe
    Great πŸ˜€

    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: paypal button size #6141
     SQadmin
    Keymaster

    So you want the select smaller. You said image button
    add it like:

    COPY CODE
    
    <select class="three" name="os0">
    
    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: ul.button-group #6140
     SQadmin
    Keymaster

    the style isn’t applied. you’r using caching plugin. disable that πŸ˜‰
    also I think you need -30px instead of 30px

    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: Text Color Help #6137
     SQadmin
    Keymaster

    Hi,
    Try adding this to WP Admin – Sweetdate – Styling options – Quick css to make the text white:

    COPY CODE
    
    .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select {
    color: white;
    }
    
    
    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: ul.button-group #6135
     SQadmin
    Keymaster

    I added it and works for mobile..
    What is your site link?

    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 Verified Member Plugin Compatibility #6134
     SQadmin
    Keymaster

    Then disable your plugins one by one. Like I said, I tested and it works. Make sure to have the latest theme installed also

    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 button , dropdown #6124
     SQadmin
    Keymaster

    put your code in “pre” html tag to display it and not render 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: Display username instead of Name in profile #6123
     SQadmin
    Keymaster

    Then you have to edit wp-content/themes/sweetdate/members/single/member-header.php and change bp_displayed_user_fullname with bp_displayed_user_username

    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: Border problem… #6122
     SQadmin
    Keymaster

    hehe, this happens to the best also πŸ™‚

    no problem

    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: View Your Membership Account #6121
     SQadmin
    Keymaster

    Hi, file is wp-content/themes/sweetdate/paid-memberships-pro/pages/confirmation.php around line 113

    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: paypal button size #6119
     SQadmin
    Keymaster

    If you are talking about the image, put a width=100 attribute to set the width manually

    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 PMPRO #6107
     SQadmin
    Keymaster

    Yep πŸ™‚

    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 button , dropdown #6105
     SQadmin
    Keymaster

    You will need to edit header.php and do a search for “Profile” to find the button.
    You need to have the structure like in the menu, eq:

    COPY CODE
    
    <ul>
    <li class="has-dropdown" id="nav-menu-item-836"><a class="main-menu-link" href="#">Features</a>
    <ul class="dropdown">
    	<li id="nav-menu-item-862"><a class="sub-menu-link" href="#">About us</a></li>
    	<li id="nav-menu-item-855"><a class="sub-menu-link" href="#">Reasons to join</a></li>
    	<li id="nav-menu-item-857"><a class="sub-menu-link" href="#">404 Page</a></li>
    	<li id="nav-menu-item-860"><a class="sub-menu-link" href="#">Full Width Template</a></li>
    	<li id="nav-menu-item-858"><a class="sub-menu-link" href="#">Left Sidebar Template</a></li>
    	<li id="nav-menu-item-859"><a class="sub-menu-link" href="#">Right Sidebar Template</a></li>
    	<li id="nav-menu-item-830"><a class="sub-menu-link" href="#">Search Page</a></li>
    	<li id="nav-menu-item-866"><a class="sub-menu-link" href="#">Shortcodes</a></li>
    </ul>
    </li>
    </ul>
    
    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 Shortcode or Three Column Solution #6103
     SQadmin
    Keymaster

    Who’s onine widget shows members horizontally.

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

    See this topic: https://archived.seventhqueen.com/forums/topic/how-do-i-remove-the-forums-tab

    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 Error message #6097
     SQadmin
    Keymaster

    public message takes you to the Activity page. Is your page accessible and set in Settings – BUddypress – 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: tweeks #6095
     SQadmin
    Keymaster

    See this topic on manipulating the numbers: https://archived.seventhqueen.com/forums/topic/manual-number-of-members-change

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

    To start a new topic, choose a theme from the right sidebar then down on the page you have the form.

    For space in usernames: https://archived.seventhqueen.com/forums/topic/users-with-spaces-in-their-usernames-cant-register

    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: Display username instead of Name in profile #6093
     SQadmin
    Keymaster

    have you tried this? http://wordpress.org/plugins/buddypress-usernames-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: Private-Group request – No buttons! #6092
     SQadmin
    Keymaster

    hehe, you did some customizing πŸ™‚ nice
    I think you need to be an administrator of that group to manage requests. login as Franzi-Niedermeier/

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

Log in with your credentials

Forgot your details?