Forum Replies Created

Viewing 40 posts - 1,161 through 1,200 (of 2,655 total)
  • Author
  • in reply to: Move the menu and quick profile nav #4423
     SQadmin
    Keymaster

    But I already responded to you..

    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: Opposite Member Display Results #4422
     SQadmin
    Keymaster

    I gave detailed instructions. It is all there. . plugin name … where to add and what to add…I also added a screen-shot … I tkink is more than enough 🙂

    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 customs to pricing table on memberships. #4421
     SQadmin
    Keymaster

    The extra setting will appear just like existing restrictions in back-end Sweetdate -Memberships and front-end Levels 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: V2.2 #4420
     SQadmin
    Keymaster

    We can’t add that to main theme since you can override the normal registration that contains defined required fields. I’ll try to give you the changes you need to make

    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: Issues with rtMedia #4419
     SQadmin
    Keymaster

    Hi.
    You are right. It was because they updated the templates.
    It is fine now with latest v.2.2 and latest rtmedia plug in

    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: Psychological matching #4418
     SQadmin
    Keymaster

    Hi.
    Very nice plugin indeed. To integrate it with Sweetdate it has to save the results to the database After that you could easily query the data

    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 2.2 fixed #4415
     SQadmin
    Keymaster

    If there was a topic on this you should have commented there instead of opening a new one.
    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: Revolution slider 2.2 fixed #4414
     SQadmin
    Keymaster

    Hi.
    What exactly isn’t working?

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

    GOOD NEWS 🙂
    WE managed to resolve this without core changes. Seems that the rtmedia team listened to our suggestions and added some filters that we could modify from our theme.
    It will be available in 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: Move the menu and quick profile nav #4394
     SQadmin
    Keymaster

    You go to the plugin menu and choose the Sweetdate theme and search for the string you are interested in

    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 button #4393
     SQadmin
    Keymaster

    To change the color you can remove the “alert” class to make it a default button or you can apply your own class and style it via 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: Breadcrumb #4392
     SQadmin
    Keymaster

    That is not a ready to paste code. It requires some programming to accomplish what you want. I just gave you the path to follow.

    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: rtMedia lightbox image stretched #4391
     SQadmin
    Keymaster

    Fixed in upcoming v.2.2. Make sure to have checked you receive an email from themeforest when the theme update is available.

    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: Getting a 404 error for Reasons To Join and Contact Page #4390
     SQadmin
    Keymaster

    Thank you very much for this.We try to help as much as we can if we have the time even though some topics are off-topic.
    To create a topic choose a theme from the right sidebar and at the end of the page, after the topics, you can create your own.

    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: bbpress translation #4389
     SQadmin
    Keymaster

    To translate bbPress you do not translate Sweetdate theme. You go and choose the bbPress plugin from the list and translate 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: Change activity links to buttons #4388
     SQadmin
    Keymaster

    You edit that file and search for the links you want to change. You just add those classes to the classs attribute. It is just a search operation..

    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,
    Add this css to Sweetdate – Styling options – Quick css:

    COPY CODE
    
    .widgets-container .widgets ul li:before {content: ""} 
    
    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: Horizontal Search Bar on other pages #4385
     SQadmin
    Keymaster

    Hi,
    Add it just after the line with get_header(‘buddypress’) in wp-content\themes\sweetdate\members\single\home.php
    <?php do_action('kleo_search_form_horizontal');?>

    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: Name on profile page #4382
     SQadmin
    Keymaster

    if you get an error you probably add it wrong. Not giving more details doesn’t help

    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 customs to pricing table on memberships. #4381
     SQadmin
    Keymaster

    Hi,
    When v.2.2 wil be out, you will able to do it by adding this to sweetdate-child/functions.php and settings how the restrictions will appear from Sweetdate – Memberships

    COPY CODE
    
    add_filter('kleo_pmpro_level_restrictions', 'kleo_extra_pmpro_restrictions');
    function kleo_extra_pmpro_restrictions($restrictions) {
    	$restrictions[] =     array(
            'title' => __('Title that appears on Sweetdate - Memberships','kleo_framework'),
            'front' => __('Description in the Levels page','kleo_framework'),
            'name' => 'unique_identifier'
        );
    	
    	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: V2.2 #4378
     SQadmin
    Keymaster

    Hi.“email adress allready in use” is not included

    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: V2.2 #4375
     SQadmin
    Keymaster

    Hi,
    Another couple of hours for testing. This is what it will include:
    + NEW SHORTCODE: Members – Display members list just like Members directory page anywhere you like
    + NEW SHORTCODE: Toggle
    + NEW FUNCTIONALITY: Ajax login from the popup window
    – Fixed button from the register modal
    – Optimized restrictions altgorithm that works with Paid Memberships Pro
    – Fixed visual shortcodes white popup on some environments
    – Fixed some Strict standard notices
    – Groups page – fixed styling when group title was very long
    – Fixed Add Friend, Public Message and Private message buttons, for not logged in users, to appear only when those components are activated
    – Fixed Ajax pagination on members profile when search is active
    – Fixed profile page rtMedia tab privacy in some cases
    – Added action to show extra social icons
    – Fixed Admin bar overlapping the sticky Main Menu when both were enabled
    – Fixed revolutions sliders dropdown on theme options page when WPMU enabled

    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: Cometchat plugin compatibility #4372
     SQadmin
    Keymaster

    Hi,
    That allows only level 3 members. To allows admin change to:
    if ( pmpro_hasMembershipLevel(array(3)) AND is_super_admin() ) {

    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: Breadcrumb #4368
     SQadmin
    Keymaster

    Hi,
    That is part of the theme core framework . There is this filter added that you can manipulate:

    COPY CODE
    
    apply_filters( 'breadcrumb_trail_get_buddypress_items', $trail, $args )
    
    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: Social Media Icons #4367
     SQadmin
    Keymaster

    Hi,
    Add this css to Sweetdate -> Styling options – Quick css and change the color:

    COPY CODE
    
    a [class^="icon-"] {color:red}
    
    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: [HELP ]Registration Form Question #4366
     SQadmin
    Keymaster

    Hi @mpaxton.
    You need to edit page-parts/home-register-modal.php
    Editing main theme files is not recommended if you want to easily update the theme with future releases. You should activate the sweetdate-child theme and copy there to the same folder structure any files you want to change.

    PS: Try disabling caching plugins of clearing browser cache

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

    Hi, Yes we are packing it and doing some final test. Won’t take long. Today it will be sent for approval.
    Thanks for understanding.

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

    Hi, I modified the above code to work whether you are logged in or not. Try again with it. You should add it to sweetdate-child/functions.php and you need to have the child theme activated.,

    Give more details about IE, what version, what OS, a link to your 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: Editing Header.php #4361
     SQadmin
    Keymaster

    Hi @adam,
    You need to add this css to Sweetdate – Styling options – Quick css since it takes styling from the top-link section:

    COPY CODE
    .top-links a.button {color: #f00056;}
    
    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: Opposite Member Display Results #4360
     SQadmin
    Keymaster

    Hi,
    You can take advantage of the searching feature to do that and combine it with this plugin Menu Item Visibility Control

    Once you install that plugin you will have in Appearance – Menus a Visibility field for each menu.
    You need to create two custom menu links one to show for Man one to show for Woman from here: http://d.pr/i/OU1i
    In the link section you will add the path to the search directory when filtering by a specific search criteria(eq. searching for Man when you are creating the Woman menu)

    In the visibility field you need to add this and modify it accordingly with your field names and values:

    COPY CODE
    
    bp_get_profile_field_data('field=I am a&user_id='.bp_loggedin_user_id()) == 'Man'
    
    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: Awesome (Thank You) #4359
     SQadmin
    Keymaster

    THANK YOU VERY MUCH.
    We really really appreciate your comments and we are glad to see people happy.

    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 not showing in search results #4358
     SQadmin
    Keymaster

    If you imported your users, in order for them to show in the buddypress search, they need to have an activity meta added to the user.
    Add it with this php function in your import script:
    add_user_meta( $user_id, ‘last_activity’, date(“Y-m-d H:i:s”));

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

    Hi,
    That code hides only the admin with user ID = 1 by default
    You need to modify this to match your ids:
    $excluded_user=’1′;//comma separated ids of users whom you want to exclude

    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: Separate the text on top menu from the text in the form #4353
     SQadmin
    Keymaster

    With this you set the color for the form:

    COPY CODE
    
    .form-search a:not(.button), .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select {
    color: #000000;
    }
    
    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 – Java Pop-Up #4352
     SQadmin
    Keymaster

    Hi,
    That is strange. Try to set WP_DEBUG to TRUE in wp-config.php and see if it appear any error in that popup.
    Also you can try disabling some plugins

    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: Issues with rtMedia #4351
     SQadmin
    Keymaster

    Hi,
    Try activating the album option from WP Admin – RtMedia – settings

    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: Redirecting WordPress's Login page to a custom login page. #4349
     SQadmin
    Keymaster

    To update without losing your changes you have to use the sweetdate-child theme and to have there all your modified templates.
    If you have looked at the existing anchor that triggers the login modal you would have seen it is like this:

    COPY CODE
    
    <a href="#" data-reveal-id="login_panel" class="tiny secondary button radius">LINK

    So this is what you need to have: data-reveal-id=”login_panel”

    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 Setup #4348
     SQadmin
    Keymaster

    Hi Guys,
    We have included the demo sliders in the main package: Main Files\Demo content\revolution_slider
    You have there all you need to re-create our slider. Read the documentation or the readme.txt

    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 Friends activity on profile page #4346
     SQadmin
    Keymaster

    Try adding this to wp-content/plugins/bp-custom.php

    COPY CODE
    
    function bbg_change_subnav() {
        global $bp;
        $bp->bp_options_nav['activity']['friends']['position'] = 5;
    }
    add_action( 'bp_setup_nav', 'bbg_change_subnav', 999 );
    
    
    function my_change_activity_default_subnav() {
    	global $bp;
    	bp_core_new_nav_default(array( 'parent_slug' => $bp->activity->slug, 'screen_function' => 'bp_activity_screen_friends', 'subnav_slug' => $bp->friends->slug));
    }
    add_action( 'bp_setup_nav', 'my_change_activity_default_subnav' );
    
    

    This is buddypress related. Please try searching of buddypress forums for similar 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: Modal register form changes. #4342
     SQadmin
    Keymaster

    Hi, The modal doesn’t take care of validation right now since the actual registration in done in the register page, the modal being just a middle step.

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

Log in with your credentials

Forgot your details?