shanebp
Forum Replies Created
-
Forum: Plugins
In reply to: [BP Bulk Delete] Does the plugin delete all related dataYou need to use the separate operations for Messages and Notifications, for example.
Forum: Plugins
In reply to: [BP xProfile Location] Latest version of BuddyPress broke pluginIt could be a conflict with the plugin you are using for the overall map.
Or, if you’re using a minifier for javascript, that could be the cause.
BuddyPress is in some turmoil at the moment, you’re probably best off in rolling back your BP version to the last one that worked for you.
Thanks for the report. No other users have reported this issue.
It may be that Gravity Forms ( or something else ) is converting $user from an array to an object. Have you tried registration without the purchase / form step(s)? If the error does not occur, then you know something is being changed in the register step when you use the purchase / form.
You could just change the $user ( in function pp_loc_activated_user ) to be read as an object – it is only 3 small changes.
Forum: Plugins
In reply to: [BuddyPress Simple Events] Call languageFixed. But still on version 6.1, so download again.
Forum: Plugins
In reply to: [BP Bulk Delete] Question about “older than” date when deleting messagesThe answer is: B.
Forum: Plugins
In reply to: [BuddyPress Simple Events] upcomming event not showOverride goes here: wp-content\themes\buddyx-child\events-loop.php
Forum: Plugins
In reply to: [BuddyPress Simple Events] upcomming event not showYou can edit this template: buddypress-simple-events\templates\events-loop.php
You can add your text there instead of in the wp-admin editor.
You can adjust the loop in that template to add images.
Forum: Plugins
In reply to: [BuddyPress Simple Events] upcomming event not showThere is already an events listing page: yoursite.com/events/
If it does not exist on your site already, then create a page with this slug: events
Forum: Plugins
In reply to: [BuddyPress Simple Events] upcomming event not showWe do not provide free customization services for this plugin. Try to create a shortcode for the event listings.
>… when I type a location name eg London, only the first 2 letters get entered, and a white exclamation mark in a grey circle appears,
There is a problem with your Google API key; a problem not controlled by our plugin. Check your browser’s console and you will see JavaScript errors re Google and those errors will include a link to more info on Google’s support pages.
Forum: Plugins
In reply to: [BP xProfile Location] Not geocoding from profile editWe cannot duplicate your issue on your BuddyPress site It’s probably, and usually, due to a conflict with some other code on your site, especially since you say that it works in the dashboard. Check your browser’s console for relevant javascript errors.
Forum: Plugins
In reply to: [BP xProfile Location] Constantly LoadingThe image you shared shows fields that are NOT created by the BP xProfile Location plugin which only creates ONE field.
So some other code on your site is creating all those fields. And the loading issue you describe. Check your browser’s console- it probably shows a series of related JavaScript errors.
Forum: Plugins
In reply to: [BP xProfile Location] Location status update“update on a regular basis” – that could be done various ways, including the one suggested above. However, there is no practical way to include a solution that would satisfy all users – especially in a free plugin. If you need it for your site, the easiest approach is to prompt your users to keep their location current.
Our plugin no longer uses “BP_MEMBERS_SLUG”.
And your error message clearly shows that it come from the woffice-map extension: …\wp-content\plugins\woffice-core\extensions\woffice-map\static.php on line 15
You need to contact woffice support.
- This reply was modified 2 years, 3 months ago by shanebp.
Forum: Plugins
In reply to: [BP Bulk Delete] Do images also get deleted?It does not delete images. We will consider that functionality for a future release – date TBD.