Forum Replies Created

Viewing 40 posts - 2,121 through 2,160 (of 2,655 total)
  • Author
  • in reply to: CollabPress Plugin #1569
     SQadmin
    Keymaster

    Indeed it converted some characters. This one should be fine:
    http://pastebin.com/KGf639AM

    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 Buddypress Media To Member Header #1568
     SQadmin
    Keymaster

    Just install and activate rtMedia plugin. If the user has uploaded some images then the tab will appear

    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: I can't find "Looking for" and Album tabs. #1566
     SQadmin
    Keymaster

    If you want to change the group name then go to Users -> Profile fields and rename the existing groups to match your language.

    Then you need to change the tabs to show that translated groups. Add this to your sweetdate-child/functions.php. Just rename the group names here also:

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_actions');
     
    function kleo_my_actions()
    {
        global $bp_tabs;
        $bp_tabs =  array();
    
        $bp_tabs['looking-for'] = array(
            'type' => 'cite',
            'name' => apply_filters('kleo_extra_tab1', __('Looking for', 'kleo_framework')),
            'group' => apply_filters('kleo_extra_tab1', __('Looking for', 'kleo_framework')),
            'class' => 'citetab'
        );
    
        $bp_tabs['base'] = array(
            'type' => 'regular',
            'name' => apply_filters('kleo_extra_tab2',__('About me', 'kleo_framework')),
            'group' => 'Base',
            '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: I can't find "Looking for" and Album tabs. #1563
     SQadmin
    Keymaster

    Can you email us temporary FTP access to take a look? themesupport@seventhqueen.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: I can't find "Looking for" and Album tabs. #1561
     SQadmin
    Keymaster

    Hi,
    For Bp-Album there is this fix until the next update:

    Replace the contents of this file custom_buddypress/class-bp-tabs.php in the parent theme with this one:
    https://archived.seventhqueen.com/files/class-bp-tabs.txt

    After 1.5.1 update this is no longer needed

    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 please-Does this theme change our buddypress files? #1560
     SQadmin
    Keymaster

    Ha, No problem. We try to answer if we can also in the weekends.
    I already responded that the theme does not replaces buddypress core files but maybe someone else reads this topic.

    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: Looking for and Album disapear from profile page #1558
     SQadmin
    Keymaster

    Please check this topic if you want to add the renamed tabs to the profile:
    https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
    So to display the renamed group you should add this snippet:

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_actions');
     
    function kleo_my_actions()
    {
        global $bp_tabs;
        $bp_tabs['looking-for'] = array(
            'type' => 'cite',
            'name' => __('My new tab', 'kleo_framework'),
            'group' => __('My new tab', 'kleo_framework'),
            'class' => 'citetab'
        );
    }
    

    For the photos replace the contents of this file bp_custom/class-bp-tabs.php in the parent theme with this one:
    https://archived.seventhqueen.com/files/class-bp-tabs.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: Mixed frontpage form problem #1555
     SQadmin
    Keymaster

    Before the update have you modified some theme files? Or maybe after the 1.5 update you changed some 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: Mixed frontpage form problem #1554
     SQadmin
    Keymaster

    No we don’t modify any core files. I did the same exact test as in your site but without https and I set a prefix not a sufix for the blogs.
    We will figure it out. No 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: Mixed frontpage form problem #1551
     SQadmin
    Keymaster

    I removed my account to register again. Definitely it is not a Home page form issue

    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 can't register #1550
     SQadmin
    Keymaster

    Thanks guys for your support.

    @twoshoes
    this problem was resolved in the latest update by removing a redirect. We first added a redirect in the login modal so after login you should go back to the previous page you were on and because the last page was “Activate” page, the site was redirecting you to the page where you already activated.
    Both @mcgreggor and @kswift solutions are right

    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: Mixed frontpage form problem #1548
     SQadmin
    Keymaster

    I registered now and I haven’t received it. This happens only with the mixed option? Seems odd to be an issue with that. With the Bp default theme does this issue still exists?

    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: Mixed frontpage form problem #1545
     SQadmin
    Keymaster

    Thanks for registering! To complete the activation of your account please click the following link:

    https://socialhive.biz/activate/?key=5a630f403137ca7e

    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: Mixed frontpage form problem #1542
     SQadmin
    Keymaster

    And if I try to register the same site name again it says I can’t, which is good meaning that the request is saved but maybe you have an email problem and is not sending emails

    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: Mixed frontpage form problem #1541
     SQadmin
    Keymaster

    I see some options to go premium at bottom and Uses wordpress plugins developed by http://www.wpdevelop.com in the footer that renders kind of bad on the success page. Can you disable extra plugins for testing?

    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: Mixed frontpage form problem #1539
     SQadmin
    Keymaster

    That page gives a 404 error, meaning it doesn’t exist. That was the problem all along?

    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 By Selected Fields #1537
     SQadmin
    Keymaster

    Hi, We are testing this and will let you know the solution. Thanks

    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 Menus #1530
     SQadmin
    Keymaster

    Hi,
    We will take this into consideration. Right now it is not possible to have another menu in header without modifying header.php template 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: Forum Tab in Main Menu #1529
     SQadmin
    Keymaster

    Hi,
    The main menu is configurable from Appearance -> Menu.
    You can add existing pages or a custom link like: /forums

    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: Mixed frontpage form problem #1528
     SQadmin
    Keymaster

    Hi,
    The site user is created once the activation mail is clicked.
    Try to change the content of main theme functions.php with the one we are testing:
    https://archived.seventhqueen.com/files/functions.txt
    Give us a link to your site if it still doesn;t work

    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: Gravatar Not Working #1525
     SQadmin
    Keymaster

    Hi,
    That is automatically generated… so maybe something else interfering to produce 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: Signup new profile #1524
     SQadmin
    Keymaster

    Hi, Can you make a screenshot?
    It should look like this when you are editing your profile:
    http://d.pr/i/N8T8

    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: Recent Posts Widget doesn't update #1522
     SQadmin
    Keymaster

    Hi,
    Please replace the content of the file located in the main theme: sweetdate/framework/widgets/widget_recent_posts.php with the one from this file:
    https://archived.seventhqueen.com/files/widget_recent_posts.txt

    Thanks

    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: Disable Profile tab below profile image #1521
     SQadmin
    Keymaster

    Hi,
    This snippet added to sweetdate-child/functions.php should do the trick:

    COPY CODE
    
    function my_remove_profile_nav() {
    	global $bp;
        if (!bp_is_my_profile()) {
            bp_core_remove_nav_item( 'profile' );
        }
    
    }
    add_action( 'bp_setup_nav', 'my_remove_profile_nav' );
    
    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: Initial site setup – How to #1517
     SQadmin
    Keymaster

    Hi there,
    First thing you need to do is to import the demo content( see the documentation)
    – Go to Settings -> Reading and select the Home page as the static front page and Blog page for the latest posts
    – Go to Appearance -> Menus and set the Sweetdate menu in the primary location.
    – You need to configure the widgets for the sidebar and footer. Go to Appearance -> Widgets and add whatever widgets you like in the preconfigured locations. See the image with the locations in the documentation
    In our theme we have added the following widgets in the footer:
    – in Footer Widget 1 we added: About us widget
    – in Footer Widget 2 we added: Custom menu (you can define it in Appearance -> Menus)
    – in Footer Widget 3 we added: Twitter widget (you also need to define twitter settings in Sweetdate -> Miscellaneous )
    – in Footer Widget 4 we added: Latest posts Widget

    We have added to this theme another footer section above the main footer which you can enable by adding widgets to Footer Section 1 and Footer section 2 widget locations

    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: Membsership plans suggestions #1515
     SQadmin
    Keymaster

    Thanks for your suggestion. Good one

    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: carousel , latest members and group widget #1514
     SQadmin
    Keymaster

    Hi,
    I am not sure what you are talking about. Can you provide some screenshots or 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: Mixed frontpage form problem #1513
     SQadmin
    Keymaster

    Hi,
    We did some tests and it seems like when you have the multisite enabled and choose to register a blog you will receive an email to activate your account(check your spam folder too). If you don’t click the email activation link your user won’t be created.
    We modified a file from the theme that we think could cause the issue: sweetdate/registration/register.php
    Replace the contents of that file with this: https://archived.seventhqueen.com/files/register.txt

    Do a test with the new file and check your spam folders or try with other email account and let us know

    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: CollabPress Plugin #1506
     SQadmin
    Keymaster

    Hi,
    If you don’t want them to access the admin create a new page and add the shortcode in it: [collabpress]
    This way they can use this page instead of admin.
    I tried to add that shortcode to render in a profile tab but collabpress can’t render the content there(it shows some errors).
    Anyway to add a tab to buddypress this is the code(add it to sweetdate-child/functions.php), maybe you can talk with the devs at collabpress to fix it:
    http://pastebin.com/YwkxFerT

    To modify the content of the tab you need to change the function my_projects_page_function_to_show_screen_content()

    To add a page next to profile tabs, add it also to the sweetdate-child/functions.php. This displays the Reasons to join page. You can modify the name of the page you want to show:
    http://pastebin.com/KGf639AM

    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: Chat plugin #1502
     SQadmin
    Keymaster

    Hi,
    You can try http://buddydev.com/buddypress/bp-chat-a-facebook-like-chatting-plugin-for-buddypress/
    We haven’t fully tested it but looks promising

    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: Mobile View Nav Bar Question #1500
     SQadmin
    Keymaster

    Hi,
    Replace your foundation.min.js with this one and … magic will happen 🙂
    https://archived.seventhqueen.com/files/foundation.min.js

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

    Hi,
    1. You can do this by adding the following snippet in sweetdate-child/funtions.hp

    COPY CODE
    
    function kleo_new_wp_login_url() { return home_url(); }
    add_filter('login_headerurl', 'kleo_new_wp_login_url');
    
    function kleo_new_wp_login_title() { return get_option('blogname'); }
    add_filter('login_headertitle', 'kleo_new_wp_login_title');
    

    2. That text is found in sweetdate/registration/register.php at line 34. Copy the file in your child theme and modify it there(keep the same folder structure)

    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: Useful Links – Footer #1465
     SQadmin
    Keymaster

    Hi wisinyyandel7,
    You should have “Footer” selected menu in Appearance/Widgets/Footer Widget 2/Custom menu.

    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: Gravatar Not Working #1461
     SQadmin
    Keymaster

    Hi,
    You should check the image source that fails to load and maybe share it with us.

    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: Signup new profile #1460
     SQadmin
    Keymaster

    Hi,
    At registration only the fields from Base group appear. After registering you can’t see the other groups in the profile edit screen?

    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: Recent Posts Widget doesn't update #1455
     SQadmin
    Keymaster

    Hi,
    We’ll get back to you with a quick fix. This happens because of a cache we added not to query all the posts every time the page loads. To fix it quickly just re-save the widget
    Thanks

    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: Gravatar Not Working #1446
     SQadmin
    Keymaster

    Hi,
    Maybe you are testing it on a local domain. That could be the problem. We haven’t got any issues with Gravatar.

    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: 'Log In / Sign Up' buttons #1440
     SQadmin
    Keymaster

    Great. You had to map your pages with 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: Mixed frontpage form problem #1439
     SQadmin
    Keymaster

    Hi,
    We will test this and see what is it about.
    If you go directly to /register link and complete the fields this happens 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: Do You Do Custom Work? #1427
     SQadmin
    Keymaster

    Hi, Yes we do but it depends on the projects we are currently working on. Give us an email at themesupport@seventhqueen.com with more details.

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

Log in with your credentials

Forgot your details?