Razorfrog Web Design
Forum Replies Created
-
Forum: Plugins
In reply to: [Uptime Robot Plugin for Wordpress] Only loads 50 sitesI actually edited an older version of your plugin (1.3.3) to loop through three times (up to 150 monitors) pretty easily:
$offset = 0;
for ($i = 1; $i <= 3; $i++) {
$url = “https://api.uptimerobot.com/getMonitors?apiKey=”. $apiKey . “&customUptimeRatio=”.substr($GetUptimes, 0, -1).”&format=xml&monitors=”.get_option(‘uptime_robot_nh_monitors’).”&offset=”.$offset;// Table Display Code
$offset = $i*50;
Something like that might work well for you.
Forum: Plugins
In reply to: [WooCommerce] _order_count / wc_get_customer_order_count Shows Incorrect DataI resolved this by manually dropping all of the incorrect database rows and then re-generating them. Weird!
Forum: Plugins
In reply to: [Gravity Forms + Typeform Addon] Entry not saved?The entry and notification just showed up 7 hours later. That can’t be normal, can it?
Forum: Plugins
In reply to: [SparkPost] Sparkpost doesn't use gravity forms mail credentialsForum: Plugins
In reply to: [SparkPost] Sparkpost doesn't use gravity forms mail credentialsPlease don’t “fix” that bug – it’s the only one correctly pulling in the reply-to field from Gravity Forms. Can you make the other two do the same?
Forum: Plugins
In reply to: [SparkPost] Sparkpost doesn't use gravity forms mail credentialsJust updated. Interestingly HTTP API and SMTP 587 do not preserve the reply-to field, only SMTP 2525 does. Is that intentional or a bug?
Forum: Plugins
In reply to: [SparkPost] Sparkpost doesn't use gravity forms mail credentialsAny update on this? I’d be happy to provide access to a staging server with Gravity Forms installed if helpful. I’m moving over from Mandrill and improper GF name/email handling would be a dealbreaker.
Forum: Plugins
In reply to: [WooCommerce Products Per Page] Missing Product on Archive ViewsMarked as resolved.
Forum: Plugins
In reply to: [WooCommerce Products Per Page] Missing Product on Archive ViewsWe narrowed this down to products marked as In Stock, but with a quantity of 0. Very strange glitch that seemed related to this plugin due to how the items were paginated. My apologies for incorrectly assuming it was related and thank you for the reply!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] comment style not loadingWas just the same issue across multiple sites, but it now appears to have been resolved.
Forum: Fixing WordPress
In reply to: Automatic upgrade – how to disable fresh install of default themeWould it be possible to include only 2015 and not re-install 2013 and 2014?
Forum: Plugins
In reply to: [Groups] No content displayed after updateThanks for the update. Neither of the two sites that the update broke menus on are using W3TC. They are hosted on WPEngine however, which has internal caching.
Forum: Plugins
In reply to: [Groups] No content displayed after updateLots of problems here with the latest update as well. Menus (frontend and backend) are completely broken and hidden.
Forum: Plugins
In reply to: [Stream] Filter by Author not workingThanks Anton. This has been bothering me for the past month – I appreciate your contribution.