Post Pay Counter

The best way to pay authors on WordPress

  • Features
    • PRO version
  • Cart
    • Addons
  • Documentation
  • Support

My Earning Tab is not showing

by

› Forums › BuddyPress › My Earning Tab is not showing

We are based in Europe with a GMT+1/GMT+2 time zone - support replies may be delayed due to time zone differences with your country.

  • This topic has 22 replies, 2 voices, and was last updated 5 years, 10 months ago by Anas.
Viewing 20 posts - 1 through 20 (of 23 total)
1 2 →
  • Author
    Posts
  • April 24, 2019 at 7:28 am #64635
    Anas
    Guest

    Hello ,
    I have activated the licence of ppc-buddypress and everything done good. But its not showing the my earning tab. I have found same topic by someone. As you told there by opening the my earning tab manually I can access that.

    I don’t know what I can do to solve this problem. How to solve this buddypress problem on this?

    April 24, 2019 at 7:36 am #64637
    Anas
    Guest

    http://i66.tinypic.com/2eob76a.png

    This is the screenshot I have open it manually. PayPal email tab also not available .

    April 24, 2019 at 10:20 am #64638
    Stefano
    Keymaster

    Hi Anas,
    I think the problem is the BuddyPress theme you are using, that probably does not allow custom tabs. What is it?

    Have a nice day,
    Stefano

    April 24, 2019 at 11:14 am #64641
    Anas
    Guest

    Iam using bimber WordPress theme, version 7. What I can do , is there any way to solve this?

    April 24, 2019 at 2:16 pm #64650
    Stefano
    Keymaster

    One thing you could try is change line 77 in ppc-buddypress/ppc-buddypress.php, which should be this:

    add_action( 'init', array( __CLASS__, 'add_nav_items' ) );

    to this

    add_action( 'bp_setup_nav', array( __CLASS__, 'add_nav_items' ) );

    Let me know if that works. Otherwise, I guess the best thing would be to reach out to them and ask for support. You can try to switch to a default WordPress theme (like TwentyEighteen or anything similar) to see that the Post Pay Counter BuddyPress addon works as expected… ๐Ÿ™‚

    Have a nice day,
    Stefano

    April 24, 2019 at 4:42 pm #64654
    Anas
    Guest

    Sorry this is not working for me.

    April 24, 2019 at 4:44 pm #64657
    Anas
    Guest

    Its working , when I try the Theme TwentyEighteen

    April 24, 2019 at 4:51 pm #64660
    Stefano
    Keymaster

    I would reach the support team of theme, reporting your findings (mention that it works with the standard theme) and maybe ask if they are aware of this fact ๐Ÿ™‚

    April 27, 2019 at 5:57 am #64721
    Anas
    Guest

    Did you got any reply from the authors of Bimber theme??

    Is there any Updates on this problem?

    April 27, 2019 at 8:42 am #64724
    Stefano
    Keymaster

    Oh sorry, I think there was a misunderstanding here. I meant that you should contact the theme support team – because you are the one who owns it and bought it ๐Ÿ™‚

    April 27, 2019 at 9:37 am #64728
    Anas
    Guest

    Ok,sir

    I have contact them..they are giving support. Anyway thank you for your time..

    April 27, 2019 at 9:54 am #64731
    Stefano
    Keymaster

    You are very welcome, let me know if you manage to get the issue fixed! ๐Ÿ™‚

    May 14, 2019 at 11:15 am #65043
    Anas
    Guest

    Hi,

    Sorry it took so long but I had to check all possibilities. Unfortunately at the moment your plugin is not compatible with our theme. We use the function

    bp_nav_menu();
    to render nav menu but your plugin requires the other method

    bp_get_displayed_user_nav();
    If I switch to it you lose formatting and submenus. Can you ask your plugin’s author about that? I mean to ask him about possibility, from his plugin, to hook into the BP menu rendered via bp_nav_menu() function? It’s a matter of adding a few filters probably so maybe he will be able to help.

    May 14, 2019 at 11:18 am #65046
    Anas
    Guest

    This is the reply I have got from the Theme Authors. Is there anything you can do with this ?

    Screenshot-20190514-144454

    May 15, 2019 at 9:52 am #65061
    Stefano
    Keymaster

    Hi Anas,
    thanks for the information. It’s not too clear, though, because I am using what is the BuddyPress standard function to add a new menu item, bp_core_new_nav_item() https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_item/ . This shouldn’t require any particular display function for menus. When does the custom theme require navigation items to be added? Because we do it on init, so maybe it’s too late for them? ๐Ÿ™‚

    Have a nice day and let’s hope to sort this out,
    Stefano

    May 16, 2019 at 11:01 am #65080
    Anas
    Guest

    Hi,

    Please send him this message:

    We checked the other plugin “BuddyPress Follow” and it uses the same method (bp_core_new_nav_item)
    as your plugin to register new item to the main menu (screen below).
    https://snag.gy/au3qTo.jpg
    The registered items from the BP Follow plugins are added to our menu with no problems (screen below).
    https://snag.gy/vtIGdq.jpg
    Please compare the way the BP Follow registers their items with yours. Maybe
    the priority of used filter is wrong and it’s fired too late. I don’t know.
    Somehow the items from BP Follow are in the menu and yours not.
    Please send him the BP Follow plugin for checking. It’s in attachment.

    buddypress-followers.zip

    May 16, 2019 at 11:04 am #65083
    Anas
    Guest

    This is the file he send me to give you

    https://www.datafilehost.com/d/5d912701

    May 16, 2019 at 12:46 pm #65098
    Stefano
    Keymaster

    Thanks for sharing! I see the other plugin is doing things totally differently. I’ll see if I manage to get it fixed in a reasonable time, but it will require some time as there is definitely some work involved and I pretty busy with other works right now, sorry!

    May 16, 2019 at 1:46 pm #65102
    Anas
    Guest

    Sir, it’s ok…
    Take your own time, but I need to make it fix, even it took time.

    May 17, 2019 at 9:32 am #65137
    Stefano
    Keymaster

    On second thoughts, could you privately share the code of your theme? I’d like to have a look at whether there may be a simpler solution ๐Ÿ™‚

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 23 total)
1 2 →
  • The topic ‘My Earning Tab is not showing’ is closed to new replies.

Your cart

Number of items in cart: 0

  • Your cart is empty.
  • Total: €0.00
  • Checkout

What are you looking for?

BEFORE POSTING

Before posting, please please please do have a look at our Documentation section. Your problem may be addressed there, allowing you to solve it without help from us :)

Copyright © 2025 ยท Centric Theme on Genesis Framework ยท WordPress ยท Log in