Stevens Nahmias

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 82 total)
  • Author
    Posts
  • in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #290692

    Stevens Nahmias
    Expired Member
    Post count: 94

    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 page

    i 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.

    in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #290625

    Stevens Nahmias
    Expired Member
    Post count: 94
    This reply has been marked as private.
    in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #290543

    Stevens Nahmias
    Expired Member
    Post count: 94

    Hello 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’);

    in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #290340

    Stevens Nahmias
    Expired Member
    Post count: 94

    Hey Paolo thanks for letting me know check you guys out tomorow. Have a nice weekend.

    in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289361

    Stevens Nahmias
    Expired Member
    Post count: 94

    Ola 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;
    }

    in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289310

    Stevens Nahmias
    Expired Member
    Post count: 94

    Hi 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.

    in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289257

    Stevens Nahmias
    Expired Member
    Post count: 94

    also missing sidebar in the registration success page on the buddypress seems like they all need the same Girifix

    in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289225

    Stevens Nahmias
    Expired Member
    Post count: 94

    There’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?

    in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289215

    Stevens Nahmias
    Expired Member
    Post count: 94

    Thank you for your help & time keep up the good work love geodirectory!

    in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289212

    Stevens Nahmias
    Expired Member
    Post count: 94

    Fixed i had an old redirection i forgot about when started design to this theme i’m sorry about that!

    in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289182

    Stevens Nahmias
    Expired Member
    Post count: 94

    Done 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

    in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289179

    Stevens Nahmias
    Expired Member
    Post count: 94

    Thanks giri for your help, yes settings are set correctly for the buddypress pages what could be the other possibilities ?

    in reply to: Sidebar doesn't appear Whoop theme GEODIR & BUDDYPRESS #289177

    Stevens Nahmias
    Expired Member
    Post count: 94

    You’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 page

    even 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 ?

    in reply to: make the url in listing stay url #223183

    Stevens Nahmias
    Expired Member
    Post count: 94

    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 ?

    in reply to: make the url in listing stay url #222993

    Stevens Nahmias
    Expired Member
    Post count: 94

    Alright can I have a quote for this service please ?

Viewing 15 posts - 16 through 30 (of 82 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount