-
Brajesh Singh posted on the forum topic Reply Button Not Working in the group How-To and Troubleshooting: 13 years, 5 months ago
@mercime, thanks for supporting the theme here.
@JamieWade I am putting a new version of CB in next 3-4 days which will support the activity reply. If you have other feature suggestion please do let me know here or on the cosmic buddy’s blog page. sorry for the delayed reply.
-
Brooker posted on the forum topic LOAD MORE in the group How-To and Troubleshooting: 13 years, 5 months ago
@JamieWade replaced the read more with this code and it shows the numbers and arrow at the bottom… but when you click nothing happens… any idea why?
-
mercime posted on the forum topic Reply Button Not Working in the group How-To and Troubleshooting: 13 years, 5 months ago
== so I think its unlikely I can get into contact with him ==
@JamieWade I would recommend you leave a message for @sbrajesh at at his site because he’s the one who can address necessary updates to the theme..
-
mercime posted on the forum topic Reply Button Not Working in the group How-To and Troubleshooting: 13 years, 6 months ago
@JamieWade either follow up with theme dev for update or change theme.
-
bgrun80 posted an update 13 years, 6 months ago
Hey buds. I was wondering if you could help me with something.
Do you know where I can find the function for messages with pulls the dynamic number telling you how many new/unread messages you have?You can see something similar in the admin bar above this post, which says Followers (1).
I tried to find it myself, but just…[Read more]
-
gcortex posted on the forum topic BuddyPress Admin Bar Gone in the group How-To and Troubleshooting: 13 years, 6 months ago
@JamieWade, did you change something in footer ? When i edit the footer in fishbook theme , the admin bar disappears. Does anyone knows how to solve it ?
-
JessicaKay posted an update 13 years, 6 months ago
@JamieWade please help
I installed a plugin called confirm registration which is outdated, but works well in WordPress 3.1.2
and what it does holds new users account in pending until an administrator approves it.Well when you go in to approve the users you can only see the email and username. I want to
be able to see the group(s) that they are…[Read more] -
Brandon Allen posted on the forum topic BP Fatal Error? in the group How-To and Troubleshooting: 13 years, 6 months ago
@JamieWade Are you running the site with WP_DEBUG set to true?
-
mercime posted on the forum topic Can You Disable A Plugin On Mobile Theme Only? in the group How-To and Troubleshooting: 13 years, 6 months ago
@JamieWade, I would ask this at the plugin dev’s site, whether BP Chat is set up to sniff out whether user is browsing from mobile device or not.
-
bgrun80 posted on the forum topic Age Validation – how to do it? in the group How-To and Troubleshooting: 13 years, 6 months ago
Dude, thank you so much!! I would have never figured it out without your help.
Muchas Gracias!
-
pcwriter posted on the forum topic URGENT – How To Set Default Values? in the group How-To and Troubleshooting: 13 years, 6 months ago
This thread looks like it might have a workable solution for bp-custom.php. I haven’t tried it though…
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/changing-default_subnav_slug-for-activity/ -
mercime posted on the forum topic BuddyPress Admin Bar Gone in the group How-To and Troubleshooting: 13 years, 7 months ago
@JamieWade since you’re going to allow BP Admin Bar, you don’t need
define(‘BP_DISABLE_ADMIN_BAR’, false);
in wp-config.php at all. I see that you tried to resolve this issue with @pcwriter before who gave good troubleshooting tips. Another thing comes to mind, if you installed BP via auto install, re-upload BuddyPress manually via FTP, cpa…[Read more] -
mercime posted on the forum topic BuddyPress Admin Bar Gone in the group How-To and Troubleshooting: 13 years, 7 months ago
@JamieWade adding
to a theme’s footer.php file just before closing shouldn’t bring out a long list of pages in front end (you need
or pages_menu etc. for that to happen).
What theme are you using?
-
pcwriter posted a new activity comment 13 years, 7 months ago
Have you added anything to functions.php, bp-custom.php, or wp-config that might affect the adminbar?
Things like those discussed in this thread:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/show-bp-admin-bar-while-in-wp-admin-only-and-hide-it-in-the-rest-of-the-site/
Or maybe a remove_action call like…[Read more] -
pcwriter posted a new activity comment 13 years, 7 months ago
Let’s check the basics: enable bp-default theme and disable all plugins you have installed EXCEPT Buddypress. Does your adminbar show?
-
pcwriter posted a new activity comment 13 years, 7 months ago
I simply added the call to wp_footer which was missing, and removed a few paragraph & span tags that weren’t doing anything useful. Compare the code you had with the updated version and you’ll see the differences right away.
-
pcwriter posted a new activity comment 13 years, 7 months ago
Lol…just updated your footer.php code here: http://pastebin.com/tWhFuek8
-
pcwriter posted on the forum topic Admin Bar Is Gone? in the group How-To and Troubleshooting: 13 years, 7 months ago
Did you try with the default BP theme? If that woks OK, then you’ll need to check the changes you made to footer.php
-
pcwriter posted on the forum topic Admin Bar Is Gone? in the group How-To and Troubleshooting: 13 years, 7 months ago
@JamieWade
I’m answering your update here ‘cuz code doesn’t post well in update replies…
Make sureis present in your footer.php file, just before the closing
tag. Your adminbar should come back.
-
pcwriter posted on the forum topic Admin Bar Is Gone? in the group How-To and Troubleshooting: 13 years, 7 months ago
Did you change your theme? If so, make sure the call to wp_footer is present in footer.php of the new theme.
@jamiewade
Not recently active