raiserweb
@raiserweb on WordPress.org
- Member Since: December 5th, 2013
- Location: UK
- Website: raiserweb.com
- Job Title: Developer
- Employer: Raiserweb
Bio
Interests
Contribution History
raiserweb’s badges:- Plugin Developer
-
Created a topic, Appearance > Customise not hiding – BUG, on the site WordPress.org Forums:
When trying to hide Appearance --Customise, it indeed …3 months ago
-
Created a topic, Css adding padding – BUG, on the site WordPress.org Forums:
Why does this plugin add css .nav-menus-php { pad…3 months ago
-
Posted a reply to Integration with BookingWP / WooCommerce Appointments, on the site WordPress.org Forums:
Hi @jodzeee , send us a direct message here: https://raiserweb.com/contact/ We can look into integrating…3 months ago
-
Created a topic, Simple to use, on the site WordPress.org Forums:
Good plugin4 months ago
-
Committed [2384577] to Plugins Trac:
browser support message4 months ago
-
Committed [2384513] to Plugins Trac:
fix map not found4 months ago
-
Committed [2384420] to Plugins Trac:
gutenberg editor support4 months ago
-
Committed [2384354] to Plugins Trac:
fix help tab hidden bug4 months ago
-
Committed [2384281] to Plugins Trac:
readme update4 months ago
-
Committed [2384280] to Plugins Trac:
readme update4 months ago
-
Committed [2383713] to Plugins Trac:
screenshots4 months ago
-
Committed [2383697] to Plugins Trac:
images4 months ago
-
Committed [2383603] to Plugins Trac:
Initial commit4 months ago
-
Created a topic, Bug in code related to get_the_excerpt, on the site WordPress.org Forums:
Hi, There is a bug in your plugin file /php/class-min…4 months ago
-
Posted a reply to No support for Subscription template ‘Customer Payment Retry’?, on the site WordPress.org Forums:
Hi @skafte This feature is now added. Please update to 2.3.6 to use Thanks5 months ago
-
Posted a reply to No support for Subscription template ‘Customer Payment Retry’?, on the site WordPress.org Forums:
Go to the premium tab and insert your license key Then from the WordPress plugins…5 months ago
-
Posted a reply to No support for Subscription template ‘Customer Payment Retry’?, on the site WordPress.org Forums:
Actually I've found a bug, will fix shortly5 months ago
-
Posted a reply to No support for Subscription template ‘Customer Payment Retry’?, on the site WordPress.org Forums:
Hi @skafte I've just updated to support this, please let me know if this works…5 months ago
-
Committed [2370934] to Plugins Trac:
fix undefined var5 months ago
-
Created a topic, Variable Products, on the site WordPress.org Forums:
Hi, does this plugin support download limit options fo…5 months ago
-
Posted a reply to functions.php loaded twice, on the site WordPress.org Forums:
Hi @marcusjwilson I've just pushed an update that hopefully will fix this - let me…5 months ago
-
Posted a reply to Duplicate content, on the site WordPress.org Forums:
Hi @jodzeee thanks for your comment. Can you let me know what other (id any)…5 months ago
-
Posted a reply to Dont install, on the site WordPress.org Forums:
Sorry to hear this @flegmacro - what is the error so I can try and…7 months ago
-
Posted a reply to Free for template view, not sending emails !, on the site WordPress.org Forums:
Hi @michaelhabibjims the free version does not send emails, but lets you view the email…1 year ago
-
Posted a reply to 3.5 Compatible, on the site WordPress.org Forums:
Yes it is compatible Thanks2 years ago
-
Posted a reply to Doesn’t work with most recent Woocommerce, on the site WordPress.org Forums:
Hi @steainsworth What WP and Woo versions are you using please? I cannot recreate this…2 years ago
-
Posted a reply to Plugin premium version purchased, on the site WordPress.org Forums:
Resent to the above email3 years ago
-
Posted a reply to Plugin premium version purchased, on the site WordPress.org Forums:
Hi Thanks for the purchase. I have emailed you the details. Thanks3 years ago
-
Created a topic, From Email, on the site WordPress.org Forums:
The from email field seems to have no effect, and the …3 years ago
-
Posted a reply to Didn’t work + broke all of my site’s CSS, on the site WordPress.org Forums:
Hi @straubcreative Sorry to hear this. The plugin only allows admin users to view previews…3 years ago
-
Posted a reply to Changes failing to update test, on the site WordPress.org Forums:
You're not missing a step with the app. Is there some cacheing happening? Make a…3 years ago
-
Created a topic, Wholesale Price, on the site WordPress.org Forums:
I have a wholesale price plugin activated. When using…3 years ago
-
Posted a reply to Does not work, on the site WordPress.org Forums:
Hi aljuk This was a bug that is fixed. Please reconsider your review Thanks3 years ago
-
Posted a reply to Doesn’t work with most recent Woocommerce, on the site WordPress.org Forums:
Please kindly edit this review from 1 star, since the issue was not related to…3 years ago
-
Posted a reply to does not install very well, on the site WordPress.org Forums:
This is now fixed Please update the plugin to the latest version, deactivate, and re-activate…3 years ago
-
Posted a reply to does not install very well, on the site WordPress.org Forums:
This is now fixed3 years ago
-
Posted a reply to Doesn’t work with most recent Woocommerce, on the site WordPress.org Forums:
Are there any orders in your woocommerce setup? If not, please create at least 1…3 years ago
-
Posted a reply to Doesn’t work with most recent Woocommerce, on the site WordPress.org Forums:
Hi @briangelhaus That fatal error is showing a file path to a file within your…3 years ago
-
Posted a reply to Table remain empty, on the site WordPress.org Forums:
Oh hang on, I thought you meant you were echoing the whole query. Try echoing…3 years ago
-
Posted a reply to Table remain empty, on the site WordPress.org Forums:
Doesn't look right try chaning line 98 of functions.php to $orderby = " ORDER BY…3 years ago
-
Posted a reply to Table remain empty, on the site WordPress.org Forums:
Please add the following lines into the top of the acf_google_maps_search_save_post function // now update…3 years ago
-
Posted a reply to Table remain empty, on the site WordPress.org Forums:
Not sure. Try commenting this if statement function acf_google_maps_search_save_post( $post_id ) { // bail early…3 years ago
-
Posted a reply to Table remain empty, on the site WordPress.org Forums:
Ok, since test is displayed, it shows that the function is firing when you save…3 years ago
-
Posted a reply to Table remain empty, on the site WordPress.org Forums:
Sorry I mean this: function acf_google_maps_search_save_post( $post_id ) { echo 'test'; exit; // bail early…3 years ago
-
Posted a reply to Table remain empty, on the site WordPress.org Forums:
Try this first. If no var dump, then you know the hook is not firing.…3 years ago
-
Posted a reply to Table remain empty, on the site WordPress.org Forums:
You can perform the action on the front end (ie save the post), and add…3 years ago
-
Posted a reply to Table remain empty, on the site WordPress.org Forums:
It should work for products, since they are posts To debug, please check that the…3 years ago
-
Posted a reply to Table remain empty, on the site WordPress.org Forums:
How you mean? Have you added this is a plugin? Yes the functions.php needs to…3 years ago
-
Posted a reply to Table remain empty, on the site WordPress.org Forums:
Are you using ACF? // bail early if no ACF data if( empty($_POST['acf']) ) {…3 years ago
-
Posted a reply to Patch: support existing woocommerce_mail_content filter, on the site WordPress.org Forums:
Hi Skillio Thank you kindly for your patch. Raiserweb3 years ago
Developer
-
ACF Google Maps Radius Search
Active Installs: 80+
-
Competition Form
Active Installs: 300+
-
WooCommerce Email Test
Active Installs: 10,000+
-
WooCommerce Order Emails Log
Active Installs: 400+
-
WP Admin Help Videos
Active Installs: Less than 10
Contributor
-
Map My Locations
Active Installs: Less than 10