Stevens Nahmias
Forum Replies Created
-
AuthorPosts
-
October 24, 2016 at 2:23 pm in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #290692
Sorry i added rich text editor to buddypress activity yes i’m in learning process as you can see errors learning tool if understood so i erased all the overides in the child theme footer.php the buddypress subfolders included except the post-form.php wich was the only file i needed to edit.
I just haven’t gotten figured out the steps in the private message
1. adding the sidebar to the buddyforms tabs
2. getting the footer back on front page
3. getting the whoop login widget to work on front pagei guess i’m not asking the right questions at the right place could you tell me where it would be more appropriate peharps ? i can not afford any paid services at this moment only membership to wpgeodirectory was a smart move good theme good forum have a great day.
October 24, 2016 at 1:23 pm in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #290625This reply has been marked as private.October 24, 2016 at 10:52 am in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #290543Hello Giri you fixed it very well! I added notifications, messages, friends, groups & settings following your steps but i cain’t get the function to work for the bbpress forums or for buddyforms can you show me the way once again ?
THOSE DONT WORK
function whoop_user_proposition_initiative_citoyenne_bp_sidebar() {
if (bp_is_user_proposition_initiative_citoyenne()) {
get_sidebar(‘bp-details’);
}
}
add_action(‘bp_whoop_sidebar’, ‘whoop_user_proposition_initiative_citoyenne_bp_sidebar’);function whoop_user_forums_bp_sidebar() {
if (bp_is_user_forums()) {
get_sidebar(‘bp-details’);
}
}
add_action(‘bp_whoop_sidebar’, ‘whoop_user_forums_bp_sidebar’);WORKING SIDEBAR FUNCTIONS ADDED TO functions.php in the child theme
///////////////////////////////////////////////////////////////////////////////
// add function sidebar to whoop buddypress notifications tabs
//////////////////////////////////////////////////////////////////////////////
function whoop_user_notifications_bp_sidebar() {
if (bp_is_user_notifications()) {
get_sidebar(‘bp-details’);
}
}
add_action(‘bp_whoop_sidebar’, ‘whoop_user_notifications_bp_sidebar’);
///////////////////////////////////////////////////////////////////////////////
// add function sidebar to whoop buddypress messages tabs
//////////////////////////////////////////////////////////////////////////////
function whoop_user_messages_bp_sidebar() {
if (bp_is_user_messages()) {
get_sidebar(‘bp-details’);
}
}
add_action(‘bp_whoop_sidebar’, ‘whoop_user_messages_bp_sidebar’);
///////////////////////////////////////////////////////////////////////////////
// add function sidebar to whoop buddypress friends tabs
//////////////////////////////////////////////////////////////////////////////
function whoop_user_friends_bp_sidebar() {
if (bp_is_user_friends()) {
get_sidebar(‘bp-details’);
}
}
add_action(‘bp_whoop_sidebar’, ‘whoop_user_friends_bp_sidebar’);
///////////////////////////////////////////////////////////////////////////////
// add function sidebar to whoop buddypress groups tabs
//////////////////////////////////////////////////////////////////////////////
function whoop_user_groups_bp_sidebar() {
if (bp_is_user_groups()) {
get_sidebar(‘bp-details’);
}
}
add_action(‘bp_whoop_sidebar’, ‘whoop_user_groups_bp_sidebar’);
///////////////////////////////////////////////////////////////////////////////
// add function sidebar to whoop buddypress settings tabs
//////////////////////////////////////////////////////////////////////////////
function whoop_user_settings_bp_sidebar() {
if (bp_is_user_settings()) {
get_sidebar(‘bp-details’);
}
}
add_action(‘bp_whoop_sidebar’, ‘whoop_user_settings_bp_sidebar’);October 23, 2016 at 10:15 pm in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #290340Hey Paolo thanks for letting me know check you guys out tomorow. Have a nice weekend.
October 21, 2016 at 6:14 pm in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289361Ola Paolo Perfectly implemented sidebar on all the buddypress main pages thank you geodirectory for such a well coded theme but now i also see the side bar in the members activity tabs at the bottom right of the content instead of being in the right sidebar so i tried to solve it with css like this but it’s stuck at the bottom and it won’t go where it’s suppose to be what needs to be applied for this css should be enough right ?
.buddypress #gd-sidebar-wrapper {
border-left: medium none;
float: right !important;
}#buddypress #item-body {
border-left: 1px solid #e5e5e1;
padding: 0 15px;
width: 400px;
}October 21, 2016 at 4:45 pm in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289310Hi giri thanks for answering again i would like the sidebar to show in all bp pages got it working for groups following your path but not working for registration
if (bp_is_groups_directory()) {
$sidebar = apply_filters(‘whoop_groups_page_sidebar’, true);
if (!$sidebar) {
$full_width = true;
}
}I’d love to try out your solution but i cain’t access the file: https://gist.githubusercontent.com/mistergiri/ba7b4344bc79d70867f02236adf517eb/raw/ff4585a5bc160450cf3aade4eaef156954bf2767/buddypress.php
Would you mind sharing your link once again please. Thanks ahead.
October 21, 2016 at 3:44 pm in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289257also missing sidebar in the registration success page on the buddypress seems like they all need the same Girifix
October 21, 2016 at 2:15 pm in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289225There’s also no sidebar on the buddypage registration so i tried setting it to full width template but i still have that blank space like it was on the activity page how do i get the sidear or get it set to full width is it custom or pre build?
October 21, 2016 at 1:58 pm in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289215Thank you for your help & time keep up the good work love geodirectory!
October 21, 2016 at 1:54 pm in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289212Fixed i had an old redirection i forgot about when started design to this theme i’m sorry about that!
October 21, 2016 at 1:49 pm in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289182Done but no luck this time i stay on the gd-login page no buddypress registration page even when i try to go http://grfkbox.com/inscription
October 21, 2016 at 1:38 pm in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289179Thanks giri for your help, yes settings are set correctly for the buddypress pages what could be the other possibilities ?
October 21, 2016 at 1:17 pm in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289177You’re amazing works like magic!
If you can also tell me why have my buddypress registration is not working properly even though
1 installed buddypress integration
2 i checked the box to redirect to buddypress login
3 all my buddypages pages are creates
4 anyone can register is checked i keep getting redirected to gd-login pageeven when i put my direct url path grfkbox.com/inscription/ it goes to gd-login.
Could i of misconfigured something or do you have a fix to apply for that as well ? 🙂
while i’m asking i would like to have a page for users who are not logged & the same page a little dirent for users who are logged what would be the easiest way to implement that solution ?
With the custom code you provided and a plugin i was able to achieve what i wished thanks alot! topic can be closed 🙂
I had one last question how long until the app is available to install ?
Alright can I have a quote for this service please ?
-
AuthorPosts