This topic has 20 replies, 3 voices, and was last updated 9 years by abidjan-loves.

  • Author
  • #48844
     abidjan-loves
    Participant

    Hello,
    Hope you doing good.
    I trying to add Bp-Album profile tab with this code (https://archived.seventhqueen.com/forums/topic/how-to-add-tabs-next-to-profile-image-extended) without succes:( …
    Maybee i miss something…
    Need help
    thank

    #49022
     Laura
    Moderator

    Hello, have you tried using the admin panel from Sweetdate? Its called BP Profile Tabs, if you dont have it, please update your theme version 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #50286
     abidjan-loves
    Participant

    well i known how to enable pb-album and it allready enable .
    I want to be able to show on user profile like “About me” or “Media” tab (like on the screenshot)
    Thank’s

    Attachments:
    You must be logged in to view attached files.
    #50804
     Laura
    Moderator

    Hello, can you share login credentials so i can check it out?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #51728
     abidjan-loves
    Participant
    This reply has been set as private.
    #52010
     Laura
    Moderator

    Hello, website would help 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #52250
     abidjan-loves
    Participant
    This reply has been set as private.
    #52420
     Laura
    Moderator

    Hello, i need admin permisison please 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #52823
     abidjan-loves
    Participant
    This reply has been set as private.
    #53006
     Laura
    Moderator

    Hello, i just noticed that you are not using the child theme, please install it and activate it, if not, any change that you want will be lost once you update the theme. The child theme is located in the folder when you purchased it.

    For your question, once you have the child theme activated, go to your ftp and in the child theme folder under wp-content/themes find functions.php and add the following lines

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_custom_tabs');
    function kleo_my_custom_tabs() 
    {
    	global $bp_tabs;
    	$bp_tabs = array();
    	/* rtMedia tab - only if plugin installed */
    	if (class_exists('RTMedia')) 
    	{
    		$bp_tabs['rtmedia'] = array(
    				'type' => 'rt_media',
    				'name' => __('My work', '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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #53206
     abidjan-loves
    Participant

    Hello,
    I install and activate child theme but when paste the code in functions.php , I got this error :

    Parse error: syntax error, unexpected ‘=’, expecting ‘)’ in /home/abidjanl/www/wp-content/themes/sweetdate-child/functions.php on line 25

    #53207
     abidjan-loves
    Participant

    well i resilved this, but ALbum tab not appear 🙁

    #53352
     Laura
    Moderator

    Hello, can you share ftp credentials? 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #53489
     abidjan-loves
    Participant
    This reply has been set as private.
    #53730
     Laura
    Moderator

    Hello, please let me know if its working now

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #54755
     abidjan-loves
    Participant

    not resolved 🙂

    #54756
     abidjan-loves
    Participant

    🙁 🙁 not work

    #54761
     Laura
    Moderator

    Hello, do oyu have the plugin installed and activated?
    https://wordpress.org/plugins/bp-album/

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #54797
     abidjan-loves
    Participant

    I can’t activate BuddyPress Album plugin , i got this message :
    Fatal error: Cannot redeclare bpa_init() (previously declared in /home/abidjanl/www/wp-content/themes/sweetdate/custom_buddypress/bp-functions.php:125) in /home/abidjanl/www/wp-content/plugins/bp-album/loader.php on line 30

    #55188
     Andrei
    Moderator

    Hi, you don’t need any additional plugin ( bp-album is bundled inside our theme), so you just have to go to Theme Options > BuddyPress and enable BP-Album option. After that you’ll have to go to Theme Options > BP Profile Tabs and enable BP Album, and that’s it.

    Please note that the tab will appear only after you have some media uploaded in your album, so under Profile, you’ll find a tab called Album from where you can upload your album picture, and after that, they will appear as a profile tab.

    Hope this clears out everything.
    Cheers

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

    well it kworks fine since i desactivate rtmedia media plugin.
    thank you for your help!

Viewing 21 posts - 1 through 21 (of 21 total)

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

Log in with your credentials

Forgot your details?