Forum Replies Created

Viewing 40 posts - 1,081 through 1,120 (of 2,655 total)
  • Author
  • in reply to: Urgent! Can't login/register anymore through modal.. #4800
     SQadmin
    Keymaster

    We haven’t changed anything related to Facebook in v2.2. Maybe is something you did until the update. Check again the settings in the Facebook App.

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

    Thanks @JohnDoe for your time

    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: Sending a message #4795
     SQadmin
    Keymaster

    Hi,
    Please add
    <?php bp_head(); ?>
    in header.php just before wp_head()

    Then add this css for little styling:

    COPY CODE
    
    #TB_window {padding:5px}
    #TB_title {margin-bottom:10px;}
    
    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 hover sticky top menu on home page #4794
     SQadmin
    Keymaster

    Is that happening also on our demo? http://seventhqueen.com/demo/sweetdatewp/
    It that is fine then you done something bad in there. Maybe you forgot to close a tag 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: Show username in Members directory instead of full name #4793
     SQadmin
    Keymaster

    This does the trick:

    COPY CODE
    
    /* Display Username in Directory  */
    function my_member_username() {
        global $members_template;
    
        return $members_template->member->user_login;
    }
    add_filter('bp_member_name','my_member_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: add users to mailchimp on signup #4788
     SQadmin
    Keymaster

    Hi.
    Mailchimp integration is only for the widget that shows the newsletter form. You can try searching for a 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: search users and activity #4785
     SQadmin
    Keymaster

    Hi,
    You can search by their name. Just check the name field in Sweetdate – Buddypress
    Username and activity is not possible unfortunately

    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: Membership Checkout Terms #4761
     SQadmin
    Keymaster

    Hi,
    Please change the contents of this file wp-content/themes/sweetdate/paid-memberships-pro/pages/checkout.php with this one: https://archived.seventhqueen.com/files/checkout.txt

    This will be included in next theme version to you can replace main theme file without 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: Accordion close or half open #4760
     SQadmin
    Keymaster

    Hi,
    I modified the shortcode to support the opened attribute. It can take as value the item number you want to be opened by default, or “none” value to have al closed.
    Example:

    COPY CODE
    
    [kleo_accordion opened="none"] [kleo_accordion_item title="Title"] Accordion Item Content [/kleo_accordion_item] [kleo_accordion_item title="Title2 "] Accordion Item Content 2 [/kleo_accordion_item] [kleo_accordion_item title="Title 3"] Accordion Item Content 3 [/kleo_accordion_item] [/kleo_accordion]
    
    [kleo_accordion opened="2"] [kleo_accordion_item title="Title"] Accordion Item Content [/kleo_accordion_item] [kleo_accordion_item title="Title2 "] Accordion Item Content 2 [/kleo_accordion_item] [kleo_accordion_item title="Title 3"] Accordion Item Content 3 [/kleo_accordion_item] [/kleo_accordion]
    

    Until next theme version update this files content:
    wp-content/themes/sweetdate/assets/scripts/app.js with this: https://archived.seventhqueen.com/files/app.js

    wp-content/themes/sweetdate/framework/shortcodes/shortcodes.php with this: https://archived.seventhqueen.com/files/shortcodes.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: How can I add a link to the horizontal search? #4752
     SQadmin
    Keymaster

    You can add a text before the form in Sweetdate – 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: RTMedia thumbnail on video? #4751
     SQadmin
    Keymaster

    Hi,
    It is probably related to rtMedia plugin. You can add css that applies to small devices like this: http://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    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: Tab name from user field data #4672
     SQadmin
    Keymaster

    Great. Just reorder the defined arrays inside the kleo_my_tabs function

    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: about IE6 warning box #4671
     SQadmin
    Keymaster

    @JohnDoe, that won’t work since only php templates work this way(copying them to the child folder)


    @zivix

    Editing the main theme file should do the trick. Maybe is just the cache the problem you don’t see the translated strings. Clear 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: RTMedia thumbnail on video? #4670
     SQadmin
    Keymaster

    I think you added some custom css that might affect this..
    Try adding this in Quick css box:

    COPY CODE
    
    .rtmedia-activity-container .rtmedia-list .rtmedia-item-thumbnail .mejs-poster img {
        display: block;
        margin-left: 0;
        margin-top: 0;
        max-height: inherit;
        max-width: inherit;
    }
    
    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: Bugs – rtMedia #4667
     SQadmin
    Keymaster

    Hi,
    That is default behaviour for rtMedia. I have tested it with the default BP theme.

    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 profile #4666
     SQadmin
    Keymaster

    Hi, Right now it is not possible but we will think of a solution

    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 Issues #4637
     SQadmin
    Keymaster

    Give me a link to your site please.

    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 hover sticky top menu on home page #4636
     SQadmin
    Keymaster

    Hi,
    There was a conflict with Revslider but we fixed it in v2.2. We did some changes to header.php if you changed the default header.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: View profile #4618
     SQadmin
    Keymaster

    Instead of your add_action(); add this add_action( ‘bp_setup_nav’, ‘ray_remove_public_nav’ );

    And add this code to plugins/bp-custom.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: tutorial smtp setup registering email #4613
     SQadmin
    Keymaster

    Hi,
    We did a test right now and we received the email. Check your spam folder please..

    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: back to search results #4610
     SQadmin
    Keymaster

    Hi,
    Also not a simple solution for your request. You have to extend the theme to achieve 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: restrict forum directory #4607
     SQadmin
    Keymaster

    Hi,
    Restrict different forums by users level : https://archived.seventhqueen.com/forums/topic/forum-visibility

    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 profile #4606
     SQadmin
    Keymaster

    Hi, Those are not possible by default. You need to alter the code in different places.

    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: Sign Up Homepage Login #4605
     SQadmin
    Keymaster

    Hi, That should work. That is a middle step to the final registration page. Take a look at our demo to see the normal behaviour: http://seventhqueen.com/demo/sweetdatewp-modern/

    Easily translate those plugins using Codestyling Localization plugin. It will do all the dirty work. After you translate the strings you have a button to generate the .mo file

    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 An account. #4603
     SQadmin
    Keymaster

    What do you mean by 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: Translation Problems #4602
     SQadmin
    Keymaster

    Even the update is done automatically, it starts only when you click to 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: Check if user is online #4601
     SQadmin
    Keymaster

    You copy the file to sweetdate-child/members/members-loop.php and edit it there.
    You must have the child theme activated. To see if the changes take effect add some text somethere and see if it appears. If the text appears then you are not doing the edit 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: Tab name from user field data #4599
     SQadmin
    Keymaster

    Hi @adam,
    That is interesting and I have created the code you have to enter in your sweetdate-child/functions.php

    COPY CODE
    
    add_action('bp_after_member_header','kleo_my_custom_tab', 0);
    
    function kleo_my_custom_tab()
    {  
    	global $bp_tabs;
    
    	$bp_tabs[] = array(
    	'type' => 'regular',
    	'name' => bp_get_member_profile_data( 'field=Test' ),
    	'group' => bp_get_member_profile_data( 'field=Test' ),
    	'class' => 'pagetab'
    	);
    }
    
    /* Add more  */
    add_action('after_setup_theme','kleo_my_tabs', 1);
    function kleo_my_tabs() {
    	global $bp_tabs;
    	//remove default tabs
    	$bp_tabs = array();
    	
    	//add here other tabs as the array examples
    }
    

    You must remember that you need to replace my “Test” field with your own. And also the value that is inside that field must be a name of a Group of fields.

    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: Layout Broken – Top Members #4597
     SQadmin
    Keymaster

    Hi, You can add this css to sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css:

    COPY CODE
    
    .section-members .two.columns:nth-child(6n+1) {
        clear: left;
    }
    
    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 profile #4596
     SQadmin
    Keymaster

    Hi,
    This code added to wp-content/bp-custom.php ges the job done

    COPY CODE
    
    
    function my_change_profile_default_subnav() {
        global $bp;
        bp_core_new_nav_default(array( 'parent_slug' => $bp->profile->slug, 'screen_function' => 'bp_profile_screen_edit', 'subnav_slug' => 'edit'));
    }
    add_action( 'bp_setup_nav', 'my_change_profile_default_subnav' );
    

    but you won’t be able to see other users’s profile 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: Translation in Breadcrumbs #4595
     SQadmin
    Keymaster

    Hi,
    – You need to translate Buddypress into your language.
    – You need to translate the Page names that are mapped to Buddypress.
    – You need to define the name for the Buddypress components. I gave an example here: 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: Just another slider issue #4593
     SQadmin
    Keymaster

    Hi all,
    ADMIN EDIT:
    Replacing theme original files is not advised. to add your custom css you can enable the child theme and add your style to sweetdate-child/style.css

    Also you cannot copy the style to child theme in assests/styles/app.css
    Only template PHP files work this way.
    custom CSS needs to be added to sweetdate-child/style.css

    You code:
    .section { padding: 10px; }

    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 Issues #4590
     SQadmin
    Keymaster

    Hi @gavinthompson
    Sorry for the late reply
    You request is not skipped and as @JohnDoe said we respond to all requests without exception depending on the topic

    For you issue you can add this CSS code to Sweetdate – Styling options – Quick css and adjust the height as you need:

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

    You also have a setting in your added Revolution slide to set the slider height

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

    I think I already said that all texts can be changed using this technique:
    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: RTMedia thumbnail on video? #4588
     SQadmin
    Keymaster

    Hi , We haven;t managed to reproduce your “glitch”.. Isn’t a way to give us 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: edit profile #4587
     SQadmin
    Keymaster

    Hi @adam
    The same should apply for the registration form.

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

    Hi,
    I did some changes to a theme file to allow this, so please change the contents of sweetdate/custom_buddypress/bp-functions.php with https://archived.seventhqueen.com/files/bp-functions.txt

    then this is the code you need to add to sweetdate-child/functions.php and customize:

    COPY CODE
    
    //manual number online members
    add_filter( 'kleo_online_users_count', 'kleo_my_online_users', 10, 2);
    function kleo_my_online_users($number, $value) {
    	switch ($value) {
    		//ALL MEMBERS ONLINE
    		case FALSE:
    			return '1 MILION';
    			break;
    
    		case "Woman":
    			return $number+50000;
    			break;
    		
    		case "Man":
    			return $number+1000;
    			break;
    		
    		
    		default:
    			return $number;
    			break;
    	}
        
    }
    
    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 Digital Download Site #4583
     SQadmin
    Keymaster

    HI,
    You can create you memberships level according to your needs and you could create a post for each product you are selling. In the post edit page you can choose which level to restrict. This way you can let users from a specific membership to download only some products you specify.

    You have also some shortcodes available to show content only to some 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: RTMedia thumbnail on video? #4542
     SQadmin
    Keymaster

    A temp user or a print-screen, something to see 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: RTMedia thumbnail on video? #4539
     SQadmin
    Keymaster

    Can you provide a link so we can understand the issue?

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

Log in with your credentials

Forgot your details?