Forum Replies Created

Viewing 40 posts - 601 through 640 (of 2,655 total)
  • Author
  • in reply to: wrapping in search box #6359
     SQadmin
    Keymaster

    Hi, those controls are put in columns defined by Foundation framework and therefore should rewrite default values ​​but I do not think it is the best solution. Allow me 1-2 days to make some tests and maybe I’ll come with a better idea.

    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: problem with Icons #6356
     SQadmin
    Keymaster

    Hi, it doesn’t work because you try to use the newest version 4.0 of Font Awesome and this was completely rewritten from the previous version 3.2.1 that SweetDate was built.

    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: Shortcode to Display Only Standard Post Formats #6353
     SQadmin
    Keymaster

    I think is a preference not to display the avatar and not something that can;t be done

    We are displaying the avatar in the recent posts widget.

    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: TV Commercial Buttom – homepage #6351
     SQadmin
    Keymaster

    Those buttons are added in the content of the page from WP Admin – Pages – Home page
    Find the video button shortcode and replace it with a normal button. Copy the other button or generate a button from our visual shortcodes icon (the pink one)

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

    I see what you mean. You need to add this css to modify the minimum height of the slider

    COPY CODE
    
    .page-template-page-templatesfront-page-php .rev_slider_wrapper {
        min-height: 220px;
    }
    

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

    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: Create a Group Button Only Display for Admin #6349
     SQadmin
    Keymaster

    Thanks @hughm for pointing this out. We will release the fix with v2.3 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: Increase Group Excerpt Limit #6348
     SQadmin
    Keymaster

    Adding that code should do it. Make sure you have the child theme activated

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

    Try the updated code

    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: Sweetdate WP Showcase #6321
     SQadmin
    Keymaster

    Great 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: Database crash #6320
     SQadmin
    Keymaster

    I see that one IP is doing a dirty work or something. Can’t you check with the hosting provider? Maybe they can understand the problem better

    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 make forum links open in a new window? #6319
     SQadmin
    Keymaster

    Hi,
    Try adding this to your sweetdate-child/functions.php

    COPY CODE
    
    function autoblank($text) {
    	$return = str_replace('<a', '<a target="_blank"', $text);
    	return $return;
    }
    add_filter('the_content', 'autoblank');
    
    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 #6318
     SQadmin
    Keymaster

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

    Hi,
    1 and 2 have to deal with your Captcha plugin. Try replacing it or adapt it’s functionality to the other login places.
    3. The create account should be in your site. There is no way to know if a user wants to register of activate it;s account 🙂

    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 About Me Fields from Profile View #6316
     SQadmin
    Keymaster

    Hi @frien337,
    Since we all understood different thing, try to exemplify with some screen-shots

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

    Code gets screwed sometimes when paste here. Take the code again:
    http://pastebin.com/4fqM3yaG

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

    The online/offline will be included this month in 2.3 update.

    To check if online, see this topic: https://archived.seventhqueen.com/forums/topic/check-if-user-is-online#reply-5149

    if you are on a profile page you need to replace bp_get_member_user_id() with 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: Select Matching Fields (optional)? #6307
     SQadmin
    Keymaster

    Hi, You can use multiselect starting with 2.2 but you cannot use them as Matching fields. They are different field types that saves data different…

    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: Building search queries for non-dating sites #6305
     SQadmin
    Keymaster

    Starting with 2.2, multiselect is allowed

    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: CCBill as Payment Gateway #6304
     SQadmin
    Keymaster

    Hi, It is not an option for Paid memberhips pro, which is our supported memberships plugin.
    There are ways of adding extra gateways. Check their site and documentation.
    http://www.paidmembershipspro.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: hide register buttons #6303
     SQadmin
    Keymaster

    You have a shortcode in the Misc section of the visual shortcodes button:
    [kleo_only_members]Content to show for members only[/kleo_only_members]

    Put the button inside the shortcode, like the example 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: simple ads manager and wp better mail #6302
     SQadmin
    Keymaster

    Hi,
    We haven’t heard of this until now. You can try replacing the simple ad manager with another similar 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: Remove activity from profile. #6300
     SQadmin
    Keymaster

    This is the topic for hiding the forums.. 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: Private-Group request – No buttons! #6289
     SQadmin
    Keymaster

    Sorry.. I can’t login with franzi and the pass you provided

    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: Shortcode to Display Only Standard Post Formats #6288
     SQadmin
    Keymaster

    Unfortunately WordPress doesn’t allow to query normal post formats. You can query each of the other formats. You can also create a category for the normal ones and get only posts from that category with the attribute cat=”cat_id”

    You can’t do it from the shortcode but you can add a css to customize that:

    COPY CODE
    
    .widgets-container h2 { font-size:16px}
    

    Change the size of the font to match your needs

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

    this is just a notice. no need to worry. it says that there is no carousel to initialize in that 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: Shortcode for displaying a single member #6285
     SQadmin
    Keymaster

    Thanks for the rating. We appreciate it.
    You can change the shortcode to include the name and to center it:

    COPY CODE
    
    function kleo_my_avatar() {
    	global $current_user;
    	get_currentuserinfo();
    	$output = '';
    	$output .= '<div class="friend-item" style="text-align:center;"><div class="avatar">';
    	$output .= get_avatar( $current_user->ID, 94 );
    	$output .= '</div>';
    	$output .= '<span class="member-name">'.$current_user->display_name .'</span></div>';
    	
    	return $output;
    }
    add_shortcode('kleo_my_avatar', 'kleo_my_avatar');
    

    Please adapt your code in you need extra things added

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

    This hides the album, added to sweetdate-child/functions.php.
    You have the code above in a reply:

    COPY CODE
    
    function my_remove_album_nav() {
        if (!bp_is_my_profile()) {
            remove_action( 'bp_setup_nav', 'bp_album_setup_nav' );
        }
    }
    add_action( 'bp_setup_nav', 'my_remove_album_nav', 9 );
    
    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: Manual number of members change #6282
     SQadmin
    Keymaster

    I guess 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: activity tab #6280
     SQadmin
    Keymaster

    You can hide it with a css

    COPY CODE
    
    #subnav ul li#activity-filter-select {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: Hide Admin from site members #6279
     SQadmin
    Keymaster

    Hi, We checked and the admin doesn’t appear. Make sure you login as that admin user and have the codes added to your 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: members list , Male & Female nav option. #6273
     SQadmin
    Keymaster

    Hi,
    That is not easy and we haven’t done this already

    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: Manual number of members change #6251
     SQadmin
    Keymaster

    You code goes to sweetdate-child/functions.php at the end just before the “?>” line

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

    See this for the hearts: https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-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: Adding level restrictions #6249
     SQadmin
    Keymaster

    See here the whole array that you can modify and move up/down the array options:
    https://archived.seventhqueen.com/forums/topic/extra-membership-restrictions-how-to

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

    Use a service like droplr.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: Membership Level Customization #6247
     SQadmin
    Keymaster

    You can’t add that to the pricing table shortcode. Both codes go to Quick css and the code is for the default membership levels

    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 Customization #6243
     SQadmin
    Keymaster

    Hi,

    1. add this css:

    COPY CODE
    
    .row.membership .two.columns:nth-child(4n+1) {
        clear: left;
    }
    .row.membership .two.columns {
        width: 25%;
    }
    .row.membership .two.columns:last-child {
        float: left;
    }
    

    3. The borders aren’t blue, but to edit them add this css to Sweetdate – Styling options – Quick css

    COPY CODE
    
    .pricing-table {
        border: 1px solid #DDDDDD;
    }
    
    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 #6242
     SQadmin
    Keymaster

    Hi, try this:

    1. Replace in header.php “Login buttons” section, around line 127, with the following code:

    COPY CODE
    
    
    <!--Login buttons-->  
    				<div class="eight columns login-buttons">
    					<ul class="button-group radius right">
    						<?php if (is_user_logged_in()): ?>
    							<?php /* Only show if Buddypress is installed */ ?>
    								<?php if (function_exists('bp_is_active')): ?>
    								<li class="relative btn-profile">
                      <div href="#" class="secondary button dropdown" data-options="is_hover:true">
                        <a href="<?php bp_loggedin_user_link(); ?>" class="tiny secondary button radius"><i class="icon-user hide-for-medium-down"></i> <?php _e("PROFILE", 'kleo_framework'); ?></a><div class="kleo-notifications"><?php if( bp_is_active('messages') && messages_get_unread_count() > 0 ) { ?><a href="<?php echo bp_loggedin_user_domain().'messages/'; ?>" data-width="210" title="<?php _e("New messages", 'kleo_framework');?>" class="kleo-message-count has-tip tip-left"><?php echo messages_get_unread_count(); ?></a><?php } ?><?php if (bp_is_active('friends') && bp_friend_get_total_requests_count() > 0): ?> <a href="<? echo bp_loggedin_user_domain().'friends/requests'; ?>" data-width="210" title="<?php _e("Friend requests", 'kleo_framework');?>" class="kleo-friends-req has-tip tip-right"><?php echo bp_friend_get_total_requests_count(); ?></a><?php endif; ?> </div>
                        <ul>
                          <li id="nav-menu-item-862"><a href="http://sweet.codez.ro/about-us/" rel="nofollow">About us</a></li>
                          <li id="nav-menu-item-855"><a href="http://sweet.codez.ro/reasons-to-join/" rel="nofollow">Reasons to join</a></li>
                          <li id="nav-menu-item-857"><a href="http://sweet.codez.ro/404-page/" rel="nofollow">404 Page</a></li>
                          <li id="nav-menu-item-860"><a href="http://sweet.codez.ro/full-width/" rel="nofollow">Full Width Template</a></li>
                          <li id="nav-menu-item-858"><a href="http://sweet.codez.ro/left-sidebar-template/" rel="nofollow">Left Sidebar Template</a></li>
                          <li id="nav-menu-item-859"><a href="http://sweet.codez.ro/right-sidebar-template/" rel="nofollow">Right Sidebar Template</a></li>
                          <li id="nav-menu-item-830"><a href="http://seventhqueen.com/demo/sweetdatewp/?s=Lorem" rel="nofollow">Search Page</a></li>
                          <li id="nav-menu-item-866"><a href="http://sweet.codez.ro/shortcodes/layout/" rel="nofollow">Shortcodes</a></li>
                        </ul>
                      </div>        
    								</li>
    								<?php endif; ?>
    						<li><a href="<?php echo wp_logout_url(get_bloginfo('url')); ?> " class="tiny button radius"><i class="icon-off hide-for-medium-down"></i> <?php _e("LOG OUT", 'kleo_framework'); ?></a></li>
    						<?php else: ?>
    						<li><a href="#" data-reveal-id="login_panel" class="tiny secondary button radius"><i class="icon-user hide-for-medium-down"></i> <?php _e("LOG IN", 'kleo_framework'); ?></a></li>
    						<?php if(get_option('users_can_register')) { ?>
    								<li><a href="#" data-reveal-id="register_panel" class="tiny button radius"><i class="icon-group hide-for-medium-down"></i> <?php _e("SIGN UP", 'kleo_framework'); ?></a></li>
    						<?php } ?>
    						<?php endif; ?>
    					</ul>
    				</div>
    				<!--end login buttons-->
    
    

    2. Add in app.css the following lines:

    COPY CODE
    
    
    /* Profile dropdown button */
    .btn-profile {}
    .btn-profile .dropdown { padding: 0 24px 0 0; border: none; }
    .btn-profile .dropdown:hover { border: none; }
    .btn-profile .dropdown .secondary.button { border: none; }
    
    .btn-profile .button.dropdown:after { border-width: 4px; right: 10px; border-color: black transparent transparent transparent; }
    .btn-profile .button.dropdown > ul { border-color: #e3f4f9; }
    .btn-profile .button.dropdown > ul li:hover a,
    .btn-profile .button.dropdown > ul li:focus a { background-color: #e3f4f9; color: #000 !important; }
    .btn-profile .button.dropdown > ul li .label { font-size: 10px; border-radius: 2px; }
    
    

    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: Membership level names #6241
     SQadmin
    Keymaster

    There is already a topic… which is also Sticky
    https://archived.seventhqueen.com/forums/topic/extra-membership-restrictions-how-to

    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: Showcase Section #6239
     SQadmin
    Keymaster

    We created a sticky topic: https://archived.seventhqueen.com/forums/topic/sweetdate-wp-showcase

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

Log in with your credentials

Forgot your details?