Forum Replies Created

Viewing 40 posts - 1,281 through 1,320 (of 2,655 total)
  • Author
  • in reply to: Changing wp-admin (login acces url) #4066
     SQadmin
    Keymaster

    In this: http://d.pr/n/mzl7 you have the function that handles non-logged in buttons. Have you changed those values inside the function?

    For translating other default strings you should follow @jdhrrs77 answer and follow this instructions: http://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/

    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: W3TC + Cloudfront >> sprite-problem #4065
     SQadmin
    Keymaster

    Oh, sorry. It has to do with font-awesome.min.css.
    Try disabling the css minify or if you can exclude it by name somehow

    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: Paid memberships pro guide. #4062
     SQadmin
    Keymaster

    I modified the above code to also include that 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: RTMEDIA UPDATE THEME ISSUE #4046
     SQadmin
    Keymaster

    Hi @nicholaus1221
    That still isn’t fixed.
    I will try some more hacks this week and maybe I can find a way that doesn’t imply 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: Sweetdate WP Feature Requests #4045
     SQadmin
    Keymaster

    You should try searching for plugins that already to that and integrate with buddypress.
    Thanks for your suggestions

    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: Buy membership before sign up #4043
     SQadmin
    Keymaster

    To modify the link, you can modify line 136 from header.php. Copy the file from sweetdate theme to sweetdate-child theme and edit it there. Here is the new line:

    http://pastebin.com/h24u18zj

    This will go to levels page but a user has to be registered before picking a level.

    Also, a better way is to assign users a default level at registration: https://archived.seventhqueen.com/forums/topic/membership-auto-in-registration

    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 wp-admin (login acces url) #4042
     SQadmin
    Keymaster

    Hi,
    Try Theme my Login plugin. That should redirect the wp-admin to /login
    Please see this topic for those labels: https://archived.seventhqueen.com/forums/topic/add-friend-add-me-as-a-friend

    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: Multiple City Text Box #4039
     SQadmin
    Keymaster

    Hi,
    You can add the City field as a multiselect box instead of textbox. You will have to add all city options and then users will be able to select multiple options to search for

    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: different navbar for logged in users #4038
     SQadmin
    Keymaster

    Thanks @Anchora
    That seems a cleaner way of doing 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: W3TC + Cloudfront >> sprite-problem #4037
     SQadmin
    Keymaster

    Hi,
    Those icons are generated using Font Awesome icons. That script is loaded with the theme so I don’t think you will do some load time saving by adding theme as sprites.
    If they do not load maybe you have activated minified javascript and it results in a js error and they don’t load.

    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: Upgrade Version Theme #4036
     SQadmin
    Keymaster

    Hi,
    You should rename your sweetdate folder to sweetdate_2.1 to know which version it was if you want to save a history of versions.
    You DO NOT replace sweetdate-child. Thar remains intact since it has all your theme customizations.

    After you have renamed sweetdate folder, just copy the updated sweetdate folder. That is all. There is no need for screenshots since it is not a complicated process.

    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: Sweetdate Updates Change log #4035
     SQadmin
    Keymaster

    Hi and thank you for appreciating our work

    Since theme version 2.1 you can use the update directly from wordpress repository. We included all changes needed in our theme so you can use the plugin as it is. Since Sweetdate 2.1 we have moved the Buddypress restrictions to WP Admin -> Sweetdate -> Memberships
    Yes the theme works with multisite.

    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 add Subset #4034
     SQadmin
    Keymaster

    Hi,
    Choosing the font from Sweetdate -> Styling options doesn’t render those characters correctly?

    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 Child activate #4032
     SQadmin
    Keymaster

    I saw what the problem is. You removed the style.css from sweetdate-child theme.
    Please replace your sweetdate-child files with the ones included in the package downloaded(put the default sweetdate-child theme unmodified)

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

    Hi,
    Thanks for letting us know about this. We fixed it and it will be available in this week update v.2.2

    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: Paid memberships pro guide. #4027
     SQadmin
    Keymaster

    Hi,
    You need to add this css to Sweetdate-> Styling options -> Quick css

    COPY CODE
    
    .membership .pricing-table .price, .membership .bullet-item:before, .button.link-button {color:#0095C2}
    

    Change #0095C2 with your own color

    The “Popular” label it is an image located in wp-content/themes/sweetdate/paid-memberships-pro/images/pop.png

    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, Yes, only the Base group fields appear at registration. Move the fields you want to appear at registration to the Base group

    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: Modifying modal.php not working #4013
     SQadmin
    Keymaster

    Hello and thanks for the kind words.

    Do you have a caching plugin? You must edit the files via FTP or something similar that changes the file on the hosting server.
    Normally you should have activated the sweetdate-child theme and copy the file you want to edit in the exact same location.

    If you want to get rid of those features, you can disable those specific Buddypress components from Settings -> Buddypress.
    After that you still need to add this code to disable the buttons for non-logged in users. Add it to sweetdate-child/functions.php

    COPY CODE
    
    add_action('after_setup_theme','kleo_remove_buttons');
    function kleo_remove_buttons() {
    //non-logged in users
    remove_action('kleo_bp_header_actions', 'kleo_bp_member_buttons');
     // Friends button
    remove_action( 'bp_member_header_actions', 'bp_add_friend_button', 5 );
    // Activity button
    remove_action( 'bp_member_header_actions', 'bp_send_public_message_button', 20 );
    // Messages button
     remove_action( 'bp_member_header_actions', 'bp_send_private_message_button', 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: Wrong link on notification and css proplemt #4012
     SQadmin
    Keymaster

    Hi,
    for the register button please see this topic: https://archived.seventhqueen.com/forums/topic/register-button-gone

    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 when restricting pages #4011
     SQadmin
    Keymaster

    Hi,
    I got your credentials for the site.
    1,2 . I think you should get rid of the “I am a”” field and just leave the Looking for one.
    3. We will take a closer look and see what is happening

    That is ok.

    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: rtMedia Photo Privacy #4008
     SQadmin
    Keymaster

    Hi,
    We did some test and privacy seems to be working fine. For example we set an image to be private and then logged out and went to that profile and the image doesn’t appear.
    Maybe you have some caching plugin.. just a thought

    You can change the limit. We added a filter there: apply_filters(‘kleo_rtmedia_photo_limit’,100);
    You can change it by adding a code like this to sweetdate-child/functions.php:

    COPY CODE
    
    add_filter('kleo_rtmedia_photo_limit','kleo_rtmedia_limit');
    function kleo_rtmedia_limit() {
    return 20; 
    }
    

    We did some tests to check the images that aren’t loading. How did you made the image tab to be the first? You should followed this topic https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image and moved the images tab first like this:

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_custom_tabs');
    function kleo_my_custom_tabs()
    {
        global $bp_tabs;
        $bp_tabs = array();
    
        /* rtMedia tab - only if plugin installed */
        if (class_exists('RTMedia'))
        {
            $bp_tabs['rtmedia'] = array(
                    'type' => 'rt_media',
                    'name' => __('My work', 'kleo_framework'),
                    'class' => 'mySlider'
            );
        }
     
        /* Bp-Album tab - only if plugin installed */
        elseif (function_exists('bpa_init')) {
            $bp_tabs['bp-album'] = array(
                    'type' => 'bp_album',
                    'name' => __('My photos', 'kleo_framework'),
                    'class' => 'mySlider'
            );
        }
    
        $bp_tabs['looking-for'] = array(
                'type' => 'cite',
                'name' =>  __('Looking for', 'kleo_framework'),
                'group' => 'Looking for',
                'class' => 'citetab'
        );
     
        $bp_tabs['base'] = array(
                'type' => 'regular',
                'name' => __('About me', 'kleo_framework'),
                'group' => 'Base',
                'class' => 'regulartab'
        );
        
        $bp_tabs['social'] = array(
                'type' => 'regular',
                'name' => __('Social', 'kleo_framework'),
                'class' => 'regulartab'
        );
    }
    
    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 #4007
     SQadmin
    Keymaster

    Hi,
    This code added to sweetdate-child/functions.php modifies the length of the excerpt:

    COPY CODE
    
    // group custom excerpt
    add_filter( 'bp_excerpt_length', 'kleo_my_custom_group_excerpt');
    function kleo_my_custom_group_excerpt($length)
    {
    	return 225;
    }
    

    Modify the 225 length to whatever you want

    Also you need to add this css to Sweetdate – Styling options – Quick css to disable the limited height:

    COPY CODE
    
    #groups-list .search-body {height: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: Sweetdate Child activate #3995
     SQadmin
    Keymaster

    wow 🙂
    I don’t know how you did that. Try removing everything from the sweetdate/functions.php and see it that solves the problem, then add your custom codes one by one inside the php tags.
    If it is still the same then it is a problem with a plugin you are using

    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: Paid memberships pro guide. #3993
     SQadmin
    Keymaster

    Hi,
    I don’t see anything blue in the Upgrade page 🙂

    You can use Cometchat or search for other third party chat plugins that are compatible with WordPress and Buddypress

    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) Members Widget in Sidebar #3992
     SQadmin
    Keymaster

    Hi,
    That is a styled by css default Buddypress widget and can’t be easily modified.
    But this can be done by css. Add this to Sweetdate -> Styling options -> Quick css:

    COPY CODE
    
    #members-list-options, .widget_bp_core_members_widget #members-list .item-meta {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: Groups Navigation #3990
     SQadmin
    Keymaster

    Hi Guys,
    Please add this css to Sweetdate -> Styling options -> Quick css:

    COPY CODE
    
    #groups-list .four.columns:nth-child(3n+1) { clear: left;}
    #groups-list .search-item h5 { height: auto; }
    
    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,
    That is not possible by default. Theme can be extended to do that but you have to develop it.

    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: Members Page Layout #3988
     SQadmin
    Keymaster

    I don’t think there is a plugin for that but you can search for one.
    To modify the way it looks you need to change the template file located in sweetdate/members/members-loop.php. That implies some HTML and CSS knowledge.

    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 can't register using the default BP register Page #3987
     SQadmin
    Keymaster

    Hi,
    Maybe you have some fields that are required and aren’t completed or you have some plugins that interfere.
    Try disabling extra plugins or talk at your hosting if the POST data isn’t being sent

    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: Stop Same Gender interaction #3986
     SQadmin
    Keymaster

    Hi,
    You can accomplish that but you need a custom solution that involves css and javascript development since it is not some quick code I can provide for you.

    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: Wrong link on notification and css proplemt #3964
     SQadmin
    Keymaster

    Hi,
    For first question:
    That happens because of your php environment having the open short tag restriction. We will add this compatibility fix in this week update. To fix this until then, you need to edit sweetda/header.php and search for ” 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: different navbar for logged in users #3963
 SQadmin
Keymaster

Hi, This plugin does the job: http://wordpress.org/plugins/menu-items-visibility-control/

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 levels #3962
 SQadmin
Keymaster

Please use the latest theme version and your membership templates will look like they should.
Also in the latest version of the theme the restriction settings can be found in WP Admin -> Sweetdate -> Memberships

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 when restricting pages #3961
 SQadmin
Keymaster

You cannot restrict to the popup since that is included in every page and it is just a modal window that appears over the current page and can be closed easily.

Please provide a temporary username and password to take a look on the restricted pages for the other questions

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: Predefined Profile tabs missing #3959
 SQadmin
Keymaster

Following the topic you should end you adding this to sweetdate-child/functions.php

COPY CODE

add_action('after_setup_theme','kleo_my_custom_tabs');
function kleo_my_custom_tabs() 
{
	global $bp_tabs;
	$bp_tabs = array();

	$bp_tabs['base'] = array(
			'type' => 'regular',
			'name' => __('Base', 'kleo_framework'),
			'group' => 'Base',
			'class' => 'regulartab'
	);
	$bp_tabs[] = array(
			'type' => 'regular',
			'name' =>  __('Summary', 'kleo_framework'),
			'group' => 'Summary',
			'class' => 'regulartab'
	);
	$bp_tabs[] = array(
			'type' => 'regular',
			'name' =>  __('Physical', 'kleo_framework'),
			'group' => 'Physical',
			'class' => 'regulartab'
	);
	$bp_tabs[] = array(
			'type' => 'regular',
			'name' =>  __('Location', 'kleo_framework'),
			'group' => 'Location',
			'class' => 'regulartab'
	);
	/* rtMedia tab - only if plugin installed */
	if (class_exists('RTMedia')) 
	{
		$bp_tabs['rtmedia'] = array(
				'type' => 'rt_media',
				'name' => __('My photos', 'kleo_framework'),
				'class' => 'mySlider'
		);
	}

	/* Bp-Album tab - only if plugin installed */
	elseif (function_exists('bpa_init')) {
		$bp_tabs['bp-album'] = array(
				'type' => 'bp_album',
				'name' => __('My photos', 'kleo_framework'),
				'class' => 'mySlider'
		);
	}
}
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: Revolution slider appears just half on homepage #3956
 SQadmin
Keymaster

We are releasing an update this week and it will include this fix for Safari 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: Sweetdate Child activate #3955
 SQadmin
Keymaster

Hi,
I think you added a custom code to sweetdate-child/functions.php
Please check to have at the first line of the functions.php file this:
<?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: Paid memberships pro guide. #3954
 SQadmin
Keymaster

Hi,
Please see the included Documentation that comes with the theme, there is a Memberships menu. Since version 2.1 the restrictions settings from WP Admin -> Memberships -> Advanced were moved to WP Admin -> Sweetdate -> Memberships.

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: Ads in groups pages #3953
 SQadmin
Keymaster

Hi,
That plugin allows you to define a zone and have different settings to show/hide ad for different categories or post type. It does not have an option to show different ads on different groups page.
Normally you add a New Place then you can add a New Zone to contain the previous added Place. Then you can add it as a widget from Appearance -> Widgets

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: tutorial smtp setup registering email #3952
 SQadmin
Keymaster

Hi, If you are not sending emails trough your smtp server it is possible for emails to arrive in the spam folder.
Try using a plugin like Configure SMTP to send using a smtp server.
SMTP settings for the server should be provided by your hosting provider.

Thanks @arno8 for your answers

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 - 1,281 through 1,320 (of 2,655 total)

Log in with your credentials

Forgot your details?