Forum Replies Created

Viewing 40 posts - 7,441 through 7,480 (of 8,607 total)
  • Author
  • in reply to: Private Messages #11557
     Abe
    Keymaster

    I marked it as private. I believe you haven’t read my posts since I said that I logged in and saw you haven’t applied any restrictions, you only applied to not members and not logged in

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Add Profile tabs #11550
     Abe
    Keymaster

    Hi, Make sure you don’t have any spaces and the end in the field name in Users – Profile fields
    and you are missing one line in the function. THis is correct

    COPY CODE
    
    // Add another tab
    add_action('after_setup_theme','kleo_my_actions');
    function kleo_my_actions() 
    {
    	global $bp_tabs;
    	$bp_tabs['lifestyle'] = array(
    		'type' => 'regular',
    		'name' => __('Lifestyle', 'kleo_framework'),
    		'group' => 'Lifestyle',
    		'class' => 'regulartab'
    	);
    	return $bp_tabs;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Private Messages #11549
     Abe
    Keymaster

    Ok. Restrictions do work if you set the proper restrictions in Sweetdate – Memberships

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Search not working #11548
     Abe
    Keymaster

    Hi, Your site: Your connection to this server has been blocked in this server’s firewall.

    Make sure user completed their profiles. It should work if they completed their profile

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

     Abe
    Keymaster

    yes that should do it

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Buddypress Top Menu #11546
     Abe
    Keymaster

    Hi Kieran. We made this available by default in v1.1 😉

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: User name is to be displayed under 768px screen sizes too. #11545
     Abe
    Keymaster

    Hi, The admin bar comes from WordPress so you need to find it’s added media queries and add some css to override them. Try WordPress forums

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: SignUp Profile Questions? #11544
     Abe
    Keymaster

    Hi, Sure they do. Go to WP admin – Users – Profile fields and change the fields. The Base group has the fields that appear at registration

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Facebook Integration Problem #11543
     Abe
    Keymaster

    Hi, Make sure you have created a website application and correctly entered your domain name and it is not in sandbox mode

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Terms and Condition in signup #11542
     Abe
    Keymaster

    And for registration page you need to make your custom code and add change sweetdate/registration/register.php

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Terms and Condition in signup #11541
     Abe
    Keymaster

    That code is for the home register form. Add it to sweetdate-child/functions.php and make sure you have the child theme active
    http://d.pr/n/K6G1

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Comet Chat is Not loading on theme #11539
     Abe
    Keymaster

    Hi, We haven’t done any changes to the header.php or any templates that would affect it.
    You probably did some changes to the main template files and after the update are gone. Use a child theme and make sure it is activated and copy the header.php there and apply changes

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: W3 Total Cache – Now having Site & Layout issues #11538
     Abe
    Keymaster

    Hi, You need to disable the plugin. Delete it from the plugins folder. Probably you applied some bad settings

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Profile page tabs data, First Name Last Name, Age issues #11537
     Abe
    Keymaster

    Hi, This is the page template to edit for the register modal
    wp-content\themes\sweetdate\page-parts\general-register-modal.php

    Please see this topic to change the tabs next to profile image:
    https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image

    You can edit users data from front-end by going to their profile edit page. eq: members/testuser/profile/edit

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Multilingual #11535
     Abe
    Keymaster

    You don’t need multisite. Just install WPML and follow the initial wizard

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Activated KLEO then SWEET DATE Still loads KLEO assets #11534
     Abe
    Keymaster

    Hello, Thanks for your purchase.
    Maybe you have some cache active. Try deleting your browser cache and re-save theme options

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Buddypress dynamic country and state selector #11533
     Abe
    Keymaster

    Hi, We are not aware of a solution for that. Try searching for plugins to do that

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: traslation #11532
     Abe
    Keymaster

    Hello, You can use Codestyling localization plugin for translations.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Hide content on mobile view? #11531
     Abe
    Keymaster

    Hi, Since Sweetdate is built on Zurb framework please see this classes you can add to show based on screen size: http://foundation.zurb.com/docs/v/3.2.5/media-queries.php#screenCode

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Problem with FIND MEMBER PAGES and LANGUAGES #11530
     Abe
    Keymaster

    Hi, You need to install Buddypress Multilingual plugin
    Browsing to other page should be done by AJAX and not page refresh so the link won’t change

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Mobile Image Problem #11529
     Abe
    Keymaster

    Hi, Give us a link to your site and give us details on the device used and browser

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Several issues with Kleo as I build out a new site #11528
     Abe
    Keymaster

    Hi, Icons should work without intervention. Maybe it is hosting since it works if you add that to htaccess.
    2. This also happens on our demo?
    3,4 Looks like a hosting problem not alowing to post via AJAX. Try getting in contact with the hosting company or test this in another environment
    4. We fixed the bottom border thing in v1.1. For gallery format you should have a slider there and that is why looks like that. Add images from the post in Theme general settings – Slider

    Thanks

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Site Multi-language translation #11525
     Abe
    Keymaster

    Hi escort. We haven’t tested it yet but it should work since it is the same translation principle

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Member age and Cities Autocomplete #11504
     Abe
    Keymaster

    Only textbox for autocomplete, Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Homepage online members status icons – How to #11501
     Abe
    Keymaster

    Display total site members:

    COPY CODE
    
    [kleo_status_icon type="total" subtitle="Members in total"]
    

    Display total site online members:

    COPY CODE
    
    [kleo_status_icon type="members_online" subtitle="Members online"]
    

    Display members with certain value for a profile field

    COPY CODE
    
    [kleo_status_icon type="custom" field="I am a" value="Woman" subtitle="Women online" image="http://link_to_icon"] 
    

    Display online members with certain value for a profile field

    COPY CODE
    
     [kleo_status_icon type="custom" online="yes" field="I am a" value="Woman" subtitle="Women online" image="http://link_to_icon"]
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Upgrade Problem #11499
     Abe
    Keymaster

    Hi, Probably you need to set your menu from Appearance – Menus

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Problem with Facebook login integration #11498
     Abe
    Keymaster

    Seems that it can’t take the email account from your Facebook, account. Try removing the access from your facebook account to your app and try reconnecting again.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: FONCTION "ONLINE STATUS" #11496
     Abe
    Keymaster

    Make sure you are not overriding the members/members-loop.php template in child theme and have the latest theme version

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Membership Pro pages… #11495
     Abe
    Keymaster

    Hi, Let the plugin add them for you automatically. There is a link in Membership _ Pages. See the documentation

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Homepage member search module box. #11493
     Abe
    Keymaster

    Edit from Sweetdate – Buddypress

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Edit Profile Link #11492
     Abe
    Keymaster

    Hi, instead of
    href=”profile/edit/group/1/#item-nav”
    try
    href=”<?php echo bp_loggedin_user_domain();?>/profile/edit/group/1/#item-nav”

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: buddypress and bbpress conflict #11491
     Abe
    Keymaster

    Hello,
    That should not happen. Could be a hosting problem. To see any errors generated try setting WP_DEBUG to TRUE in wp-config.php. You can also try increasing php memory limit to 128 mb (talk at your hosting company)

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

     Abe
    Keymaster

    Hi, Try changing by css

    COPY CODE
    
    #gallery-carousel .circle img, #gallery-carousel .circle {height: 150px;}
    #gallery-carousel {
        left: 0 !important;
    }
    

    3. you need to edit sweetdate\members\single\member-header.php and make your customizations there

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Member age and Cities Autocomplete #11484
     Abe
    Keymaster

    If you set the Country Field= Country and it shows on that page the you don;t have to set Country Code=GB

    City should be a textbox and it completes while you type

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: I want to edit the text on Member Search module #11482
     Abe
    Keymaster

    Yes we have the mail. No need to added them elsewhere

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Members directory page with sidebar – How to #11481
     Abe
    Keymaster

    Hi, this is the code but you will need to change a file for it to work until version 2.5 of the theme

    COPY CODE
    
    //Members left sidebar
    add_filter('kleo_bp_directory_main_cols', 'kleo_custom_members_cols');
    function kleo_custom_members_cols() {
    	return 'eight';
    }
    
    add_action('bp_before_directory_members', 'kleo_add_buddy_sidebar', 99);
    function kleo_add_buddy_sidebar() {
    	get_sidebar('buddypress');
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Remove header profile/login buttons #11478
     Abe
    Keymaster

    Hi,
    You have to edit header.php inside the theme files on your server and remove all from

    COPY CODE
    
    <!--Login buttons--> 
    

    to

    COPY CODE
    
    <!--end login buttons-->
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

     Abe
    Keymaster

    Hello,
    1. you can redirect users to another page instead of the levels page. Use this code in sweetdate-child/functions.php to redirect them to your own page:

    COPY CODE
    
    //Redirect users to another page instead of the levels page
    add_filter('kleo_pmpro_url_redirect', 'my_custom_redirect');
    
    function my_custom_redirect() {
    	return 'http://my-custom-link';
    }
    

    2. Users wanted different menus in most cases, not to restrict pages. Paid memberships Pro can already restrict pages

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: I want to edit the text on Member Search module #11473
     Abe
    Keymaster

    Hi, This is editable from Sweetdate – Buddypress

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: user manual #11472
     Abe
    Keymaster

    Hi,
    If you followed the documentation and video tutorial then you should have your install looking the same as our demo. From this point you go and
    – delete any pages that you don’t need
    – modify pages with your own text like Homepage
    – change profile fields from Users – Profile fields
    – change search form from Sweetdate – Buddypress

    Depending on what you are trying to achieve there a different steps. We do not take care of customizations so if you need something different that is not the way you want it, hire a developer from microlancer.com to help you

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 40 posts - 7,441 through 7,480 (of 8,607 total)

Log in with your credentials

Forgot your details?