Philip Crumpton
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Blocks] Container Block img use srcset@lukecarbis, do you know if this request has any traction? This is affecting some page speed scores for us and I would hope it could be a simple change.
Thanks!
Forum: Plugins
In reply to: [Genesis Blocks] Container Block img use srcsetThanks!
Forum: Plugins
In reply to: [Easy Appointments] Disable dates and offer paid and free options@loncar, thank you for your response! Is there any way to filter or exclude specific dates from the calendar such as holidays or days off? I would also like to have a different service offered on some holidays (higher price) if that is possible. I am comfortable with filters and hooks.
I have now updated to 3.18.1 and still have the same issue. I have run Optimize Database, Clean-Up Database, Re-evaluate all ads. Same problem. When creating a new ad it defaults to 1969 and when saving, the date will not update.
Forum: Plugins
In reply to: [bbPress Votes] How to remove actionsThank you for your reply! This ended up working for me.
remove_action( 'bbp_theme_after_topic_started_by', array(bbP_Votes::instance(), 'display_topic_score')); remove_action( 'bbp_theme_after_reply_author_details', array(bbP_Votes::instance(), 'display_reply_author_karma'));
@adegans, thank you. Will a fix be coming? I’ve updated the plugin to v3.17 and it’s still happening.
FYI, I’m able to get the ads scheduled by manually editing the database. Not ideal especially since my client wants to manage through WordPress. Here’s the scoop.
wp_adrotate_schedule entries are not getting created, so I create them
wp_adrotate_linkmeta I then add a row for the ad, linking it to the schedule
wp_adrotate update ad status to activeThat does update the schedule but the GUI still doesn’t work.
- This reply was modified 7 years, 11 months ago by Philip Crumpton.
Forum: Plugins
In reply to: [SendGrid] Email wasn’t sentMy versions are the same. WordPress 4.6.1 and SendGrid 1.10.2.
Forum: Plugins
In reply to: [SendGrid] Email wasn’t sentI’m having the same issue.
1 POST https://api.sendgrid.com/api/mail.send.json 400 Bad Request WP_Http->post() wp-includes/class-http.php:576 wp_remote_post() wp-includes/http.php:187 Sendgrid_API->send() wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/class-sendgrid-api.php:50 wp_mail() wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/sendgrid-wp-mail.php:407 Sendgrid_Settings::send_test_email() wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-settings.php:768 Sendgrid_Settings::do_post() wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-settings.php:384 Sendgrid_Settings::show_settings_page() wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-settings.php:142 do_action('settings_page_sendgrid-settings') wp-includes/plugin.php:524 Plugin: sendgrid-email-delivery-simplified 5 0.0792
Also, I checked the database and there is not an entry in the adrotate_schedule table for the new ad.
I’m having the same problem but with 31/Dec/1969. WordPress 4.6.1, AdRotate 3.16. Was having the problem with a previous version of AdRotate so I installed the AdRotate Update. I did click the green update button. I can change dates for pre-existing ads but all new ads will only use 31 December 1969 as the start and end date.
Forum: Fixing WordPress
In reply to: WordPress Update – Can't Upload Image to BlogSetEnv MAGICK_THREAD_LIMIT 1
Fixed the same issue for me, too! InMotion VPS. Thank you, davidvc!
Thank you for your response!
Forum: Plugins
In reply to: [Edit Flow] Image Upload NotificationAwesome! Very appreciative of your help. This should get me going quite well.
By the way, I couldn’t find documentation on the edit flow site (I did look!). Is there any formal documentation?
Forum: Plugins
In reply to: [Edit Flow] Image Upload NotificationThank you for your response!
That’s VERY close. The only thing I’d like to figure out is how to get the current post’s subscribed users or groups dynamically before sending instead of hard-coding the group.
Thank you for the question about workflow. I’m building out a university’s student news site and they place a high emphasis on photo quality, thereby wanting notifications when photos are added to a post so it can be properly reviewed.