› 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 6 years, 3 months ago by
Anas.
-
AuthorPosts
-
April 24, 2019 at 7:28 am #64635
Anas
GuestHello ,
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 #64637Anas
Guesthttp://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 #64638Stefano
KeymasterHi 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,
StefanoApril 24, 2019 at 11:14 am #64641Anas
GuestIam using bimber WordPress theme, version 7. What I can do , is there any way to solve this?
April 24, 2019 at 2:16 pm #64650Stefano
KeymasterOne 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,
StefanoApril 24, 2019 at 4:42 pm #64654Anas
GuestSorry this is not working for me.
April 24, 2019 at 4:44 pm #64657Anas
GuestIts working , when I try the Theme TwentyEighteen
April 24, 2019 at 4:51 pm #64660Stefano
KeymasterI 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 #64721Anas
GuestDid you got any reply from the authors of Bimber theme??
Is there any Updates on this problem?
April 27, 2019 at 8:42 am #64724Stefano
KeymasterOh 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 #64728Anas
GuestOk,sir
I have contact them..they are giving support. Anyway thank you for your time..
April 27, 2019 at 9:54 am #64731Stefano
KeymasterYou are very welcome, let me know if you manage to get the issue fixed! ๐
May 14, 2019 at 11:15 am #65043Anas
GuestHi,
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 methodbp_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 #65046Anas
GuestMay 15, 2019 at 9:52 am #65061Stefano
KeymasterHi 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 oninit, so maybe it’s too late for them? ๐Have a nice day and let’s hope to sort this out,
StefanoMay 16, 2019 at 11:01 am #65080Anas
GuestHi,
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 #65083Anas
GuestThis is the file he send me to give you
May 16, 2019 at 12:46 pm #65098Stefano
KeymasterThanks 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 #65102Anas
GuestSir, 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 #65137Stefano
KeymasterOn 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 ๐
-
AuthorPosts
- The topic ‘My Earning Tab is not showing’ is closed to new replies.
