Hi Brajesh,
Thank You for your Reply.
I Could Even Wait for Nearly 15-20 Days, There aren’t Any Issues At All.
I Just Need to Finish the Project At Early Feb. Your Support will be Most Valuable though.Hi Ravi,
Thank You for Checking Them 🙂
If There are No Options Available for Adding Button on Cover Image,
Could I Add it At Profile Header Section? I Mean at The Place Where the Buttons from Your Moderation Plugin are Added? (Report, Suspend, etc.). As I Could Confirm they do Seem to Appear instead of Theme Issues, without Altering Core Theme Files or Overriding Them?Thank You,
Cromacio- This reply was modified 3 years ago by Princy Cromacio.
Hello Princy,
Yes, you can add there. I have tried the following code please look at it and let me know if helps or not.
add_action( 'bp_member_header_actions', function () { echo do_shortcode( '[bp_better_messages_pm_button text="Message" target="_self" class="extra-class" fast_start="0"]' ); } );
Regards
RaviHi Ravi, Thanks.
That Code and Even the Shortcode Work’s Perfect, but the Button is Just Blank without The Text Added in Shortcode- ‘Message’. Also, Could I add Styling to this Button (using CSS)? Could I Get an Example?Here Are Screenshots Regarding This- https://prnt.sc/20hodd4 & https://prnt.sc/20hoh2u
Thanks,
CromacioHello Princy,
For me it is working fine. Please look at the markup weather button have text or not. Also, make sure any CSS rule not hiding this button text.
https://www.awesomescreenshot.com/image/17170180?key=8f013c35d7d5ae8411141d5633f160e7
Regards
RaviHi Ravi,
Thanks for Suggestion,I Tried Removing Every External CSS, Results were Still Same.
Hope I Will Be Able to Figue it Out Myself 🙂Thanks for Giving Your Valuable Time to This.
Marking As Resolved 🙂Regards,
CromacioHi Ravi,
The Issue Was Due to Font Color, after changing Button Color, Everything is Working Perfect.The Theme Hides All Submenus under the Settings Tab at User Profile. Coz of Which, I’m Unable to Use BuddyPress Profile Visibility Manager Plugin.
I Just Need Someone to Take Look at This too, to see if this could be Resolved too.
If not, No Issues, as I Already Use the Plugin on Another SiteKind Regards,
CromacioHello Princy,
As seems Sub navigation item is marked hidden by the theme author. Please contact the Theme author and ask if there is any theme setting to enable Member’s secondary nav items.
Or use the following CSS rule:
.buddypress-wrap .bp-subnavs { display: block; }
Regards
RaviHi Ravi,
Thanks for Sharing This.I Already Tried Contacting Them, But Their Support is the Worst, This Is What I Have Learnt 🙁
Well, It Worked btw. Thanks 🙂Cromacio
You must be logged in to reply to this topic.