simonbennett
Forum Replies Created
-
Thanks for getting back to me. Everything is set correctly in the API I believe. The error message in the retrieved data tab is as follows:
{ “error_message”: “This API project is not authorized to use this API.”, “html_attributions”: [], “status”: “REQUEST_DENIED” }
Forum: Plugins
In reply to: [Imsanity] Imasnity search problemOh, one other thing. It appears that this plugin ignores images imported with wpallimport to the media library ??
Forum: Plugins
In reply to: [Imsanity] Imasnity search problemI have the same problem. The search returns the same 250 images even after I’ve resized them.
I have set all options to width 1920 and height 0.
Forum: Plugins
In reply to: [Import Property Listings into WP Residence] ImagesYour support team resolved this. Brilliant support, thanks.
Forum: Fixing WordPress
In reply to: Bug in 4.2.3Colin, you’re a diamond!
Worked like a charm. Thanks buddy.
Paul,
Did it work? I’m looking to do the same.
Forum: Plugins
In reply to: [WP Frontpage News] Fatal error with Front Page pluginSame problem.
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Stopped working?Ray,
Are you able to offer me paid support on this?
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Stopped working?Mail Queues plugin crashed my WP Email plugin ??
The only solution would be the fix on your plugin by the looks of it.
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Stopped working?I suspect that’s probably the issue, even though the group size is only around 500. I’ll try a Mail Queue plugin. Thanks Jay ??
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Stopped working?Sorry Ray, it is in a forum group wall. If I post a status update and press ‘post’- it just hangs there – forever and the whole site locks up. Only after restarting mySQL or Apache on the server will the site become operational again, but the status update shows, haha.
I tried the new version above – same issue.Debugging shows no errors.
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Stopped working?My site locks up when a new group message is posted. I’m using wordpress 4, latest buddypress and version of your plugin.
If I disable your plugin, it all works again.
Forum: Plugins
In reply to: [BuddyPress Registration Groups] BuddyPress Registration GroupsI don’t need options, but I am really desperate to make this a dropdown as I too will have hundreds of groups.
Any pointers appreciated as this almost works, but not quite…
<select id="field_reg_groups_<?php echo $i; ?>" name="field_reg_groups[]" value="<?php bp_group_id(); ?>"> <option><?php printf( __( '%s', 'buddypress-registration-groups-1' ), bp_get_group_name() ); ?></option> </select>