This topic has 20 replies, 3 voices, and was last updated 9 years by abidjan-loves.
-
Author
-
March 5, 2015 at 15:51 #48844abidjan-lovesParticipant
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
thankMarch 6, 2015 at 22:10 #49022LauraModeratorHello, 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 solutionLaura 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 🙂
March 16, 2015 at 17:04 #50286abidjan-lovesParticipantwell 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’sAttachments:
You must be logged in to view attached files.March 19, 2015 at 13:07 #50804LauraModeratorHello, 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 solutionLaura 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 🙂
March 29, 2015 at 04:51 #52010LauraModeratorHello, website would help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
March 31, 2015 at 16:34 #52420LauraModeratorHello, 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 solutionLaura 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 🙂
April 3, 2015 at 08:14 #53006LauraModeratorHello, 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 CODEadd_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 solutionLaura 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 🙂
April 4, 2015 at 14:10 #53206abidjan-lovesParticipantHello,
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
April 4, 2015 at 14:15 #53207abidjan-lovesParticipantwell i resilved this, but ALbum tab not appear 🙁
April 6, 2015 at 03:53 #53352LauraModeratorHello, 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 solutionLaura 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 🙂
April 9, 2015 at 06:21 #53730LauraModeratorHello, 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 solutionLaura 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 🙂
April 16, 2015 at 12:38 #54761LauraModeratorHello, 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 solutionLaura 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 🙂
April 16, 2015 at 15:14 #54797abidjan-lovesParticipantI 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 30April 20, 2015 at 06:13 #55188AndreiModeratorHi, 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.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 30, 2015 at 15:42 #56782abidjan-lovesParticipantwell it kworks fine since i desactivate rtmedia media plugin.
thank you for your help! -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.