This topic has 18 replies, 7 voices, and was last updated 11 years by SQadmin.

  • Author
  • #1485
     pulla
    Participant

    Hello,

    I am using 1.5 and all of users Looking for tab and Album is not displaying on profile “About me” “looking for” Album”. it’s only “About me” now.
    I typed some content on “looking for” but not showing.

    I disabled “BP-Album” and installed rtMedia. created an album posted pictures. but not showing on profile page (top)

    How can I set it up?

    Thanks,

    #1490
     joninhas
    Participant

    Same problem here …

    #1495
     Splectic
    Participant

    Yes, I have this problem as well. Now all information is shown at the bottom when you click on “profile” instead of the header. the header is literally empty except for the private and public message boxes. I’m not sure what to do.

    #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
    #1562
     Rick26nl
    Participant

    Same here. I have 600 registered members so need to fix this ASAP. No tab at all in the profile header, no ‘my photo’ tabs and not even about me tab.

    Did not change anything in the fields groups. Just updated the theme to 1.5

    #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
    #1564
     Rick26nl
    Participant

    Doesnt work

    #1565
     joninhas
    Participant

    Solved, Thanks .

    Where can i change the “My Photos” and “About me” titles for my language?

    #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
    #1571
     joninhas
    Participant

    I`m having an error on this code…

    #1573
     Splectic
    Participant

    I have the same issue; my headers won’t show anything, not even the message buttons. I have the child theme installed, would that have anything to do with it?

    #1576
     SQadmin
    Keymaster

    PLease try again now. Thank you

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

    Hi, The buttons won’t show when you are viewing your own profile.
    If you have modified the Base and Looking for profile field groups please copy/paste the above code in your sweetdate-child/functions.php and rename them with the groups you want to show in the header

    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

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

    Thanks , Solved

    #1654
     wisinyyandel7
    Participant

    Hello,
    What do you mean for parent theme?
    I am using the child theme.
    Thanks

    #1655
     wisinyyandel7
    Participant

    Is it in the FTP Manager?
    I have the same problem with this.
    http://d.pr/i/iOoH this is your demo.
    http://d.pr/i/TGzB and this is mine.

    (Buddypress – Unique profile area & Smart notification – Super customized profile area and notifications for New Messages & New Friendship Requests attached to profile button and visible to every page after user has logged in to the system. This is super useful for any dating site as well for other community portals.)

    Do I get this notification when the person contact me? If doesn’t contact me it is not going to show in my screen? Is that right?

    #1673
     SQadmin
    Keymaster

    Hi,
    Please update to the latest version and you don’t need to do that step with class-bp-tabs.php because is included in it.
    After that when a user uploads some images it will automatically appear in the tab.

    Notifications will only appear when you have some, if you have no notifications they won’t appear

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

    Instead of using pictures for rtMedia, I am using videos. Can I still have the tab for My Pictures, but display videos instead?

    Thanks

    #1802
     SQadmin
    Keymaster

    Hi,
    Unfortunately the tab looks only for photos.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 19 posts - 1 through 19 (of 19 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?