-
GhostPool replied to the topic buddypress.js not loading in the forum How-to & Troubleshooting 10 years, 1 month ago
Changing buddypress.js to buddypress.min.js. where? I don’t know about brgallag, but my theme does not manually call buddypress.js and as I mentioned this issue also happens when using the default Twenty Fourteen theme.
It should be noted I also only experience this issue on a WP Engine server when the “Update Activity Automatically” option is…[Read more]
-
GhostPool replied to the topic buddypress.js not loading in the forum How-to & Troubleshooting 10 years, 1 month ago
Changing buddypress.js to buddypress.min.js. where? I don’t know about brgallag, but my theme does not manually call buddypress.js and as I mentioned out this issue also happens when using the default Twenty Fourteen theme.
It should be noted I also only experience this issue on a WP Engine server when the “Update Activity Automatically” option…[Read more]
-
GhostPool replied to the topic Custom Activity Loop in the forum How-to & Troubleshooting 10 years, 1 month ago
Solved partly.
For those having the same issue to get the Load More button working make sure you wrap your activity loop in the <div id=”buddypress”> container.
-
GhostPool started the topic Custom Activity Loop in the forum How-to & Troubleshooting 10 years, 1 month ago
Hi there,
I’ve created my own activity loop shortcode. This worked fine with BuddyPress 2.0.2 and below, but with the recent changes to bp_has_activities() regarding the activity count the pagination is no longer working. I’ve also tried implementing the new load more button but when clicked it does not load more content. Here is the code I’m…[Read more]
-
GhostPool started the topic Custom Activity Loop in the forum How-to & Troubleshooting 10 years, 1 month ago
Hi there,
I’ve created my own activity loop shortcode. This worked fine with BuddyPress 2.0.2 and below, but with the recent changes to bp_has_activities() regarding the activity count the pagination is no longer working. I’ve also tried implementing the new load more button but when clicked it does not load more content. Here is the code I’m…[Read more]
-
GhostPool replied to the topic buddypress.js not loading in the forum How-to & Troubleshooting 10 years, 3 months ago
Nothing as far as I know, the installations are identical.
There’s nothing in mu-plugins that relates to BuddyPress and bp-custom.php is not present.
This is a new install on a live server with a standard version of WordPress (3.9.1), not WordPress multisite.
-
GhostPool replied to the topic buddypress.js not loading in the forum How-to & Troubleshooting 10 years, 4 months ago
Thanks for the reply @mercime.
I have reinstalled BuddyPress but this made no difference. On closer inspection buddypress.js is only not loaded on the Activity page, it is loaded on all other pages (Groups, Members etc.). This issue occurs on any theme I use.
-
GhostPool started the topic buddypress.js not loading in the forum How-to & Troubleshooting 10 years, 4 months ago
Hi there,
WordPress: 3.9.1
Theme: Twenty Fourteen
BuddyPress: 2.0.1
Plugins: None installedbuddypress.js is not being loaded on the site so things like the activity comment box loading within the page is not working. I have other sites with BP installed and they all load buddypress.js without issue. I’ve deleted and reinstalled BuddyPress but…[Read more]
-
GhostPool started the topic buddypress.js not loading in the forum How-to & Troubleshooting 10 years, 4 months ago
Hi there,
WordPress: 3.9.1
Theme: Twenty Fourteen
BuddyPress: 2.0.1
Plugins: None installedbuddypress.js is not being loaded on the site so things like the activity comment box loading within the page is not working. I have other sites with BP installed and they all load buddypress.js without issue. I’ve deleted and reinstalled BuddyPress but…[Read more]
-
GhostPool replied to the topic Groups Directory button issue in the forum How-to & Troubleshooting 11 years, 1 month ago
Thanks for a response. I’m not fiddling around with the templates, nor am I trying to adjust the text labels. I’m using a custom theme so naturally BuddyPress is using the theme’s own page.php template. The “Create A Group” button displays just fine on the “Groups” page, but when I actually go to the “Create A Group” page the button is switched.
-
GhostPool started the topic Groups Directory button issue in the forum How-to & Troubleshooting 11 years, 1 month ago
Hi there,
On the create a group page the “Groups Directory” button just says “Groups” and is loaded before the “Create a Group” text. The source code looks like this:
<h1 class="entry-title">
<a class="button" href="http://demo.ghostpool.com/multidev/groups/">Groups</a>
Create a Group</h1>
If I switch back to the default BuddyPress…[Read more]
-
GhostPool replied to the topic BuddyPress 1.8 Issue in the forum How-to & Troubleshooting 11 years, 3 months ago
I’ve now discovered the issue, which could be considered a BuddyPress bug. My left sidebar is loaded before the page content and if the sidebar contains BuddyPress widgets the buttons do not appear. If I remove the BuddyPress widgets or move them to the right sidebar which is loaded after the page content the buttons display.
-
GhostPool replied to the topic BuddyPress 1.8 Issue in the forum How-to & Troubleshooting 11 years, 3 months ago
I already have the following in my custom BP functions file:
if(bp_is_active('friends'))
add_action('bp_member_header_actions', 'bp_add_friend_button');if(bp_is_active('activity') && bp_activity_do_mentions())
add_action('bp_member_header_actions',…[Read more] -
GhostPool replied to the topic BuddyPress 1.8 Issue in the forum How-to & Troubleshooting 11 years, 3 months ago
Nobody else has had the same issue? Lets try a different tact. Has there been any changes made to private message, add friend and public message buttons in 1.8?
-
GhostPool started the topic BuddyPress 1.8 Issue in the forum How-to & Troubleshooting 11 years, 4 months ago
Hi there,
The private message, add friend and public message buttons have disappeared from the user profile pages once I upgraded to BuddyPress v1.8 on my custom theme designed to work with BuddyPress.
I’ve compared the code in my BP functions.php with the default BP theme’s functions.php and cannot see anything that is omitted. I’ve updated…[Read more]
-
GhostPool replied to the topic [Resolved] Checking BuddyPress version in the forum How-to & Troubleshooting 11 years, 8 months ago
Excellent. That pointed me in the right direction. I modified it slightly so it compares versions with the “beta” in version number also.
if((version_compare(BP_VERSION, '1.7*') == -1))
-
ghostpool started the forum topic Fatal error: Cannot redeclare function on compose page in the group How-To and Troubleshooting 12 years, 6 months ago
WordPress 3.3.2
BuddyPress 1.5.5I get the following error message when trying to compose a message:
`Fatal error: Cannot redeclare gp_skin_class() (previously declared in […]
-
ghostpool joined the group How-To and Troubleshooting 12 years, 6 months ago
@ghostpool
Active 3 years ago