Justin
Forum Replies Created
-
Forum: Plugins
In reply to: [CF7 to Webhook] IFTTT WebhookI’m assuming it’s working since I was using Zapier without any issue. Now I changed the webhook from Zapier to IFTTT and it doesn’t seem to pass any information.
Forum: Plugins
In reply to: [Contact Form 7] Integration with IFTTTI posted this in the wrong forum. Apologies.
Forum: Plugins
In reply to: [AFI - The Easiest Integration Plugin] Revue Double Opt inWow. This is fantastic. Thank you!
I can confirm that with double opt-in turned off, there are no issues with names not getting to Revue. It seems everything is functioning very smoothly. I appreciate your support!
Forum: Plugins
In reply to: [AFI - The Easiest Integration Plugin] Revue Double Opt inAlso, it doesn’t seem like the plugin is sending data to the Revue API consistently. I get the email through Contact Form 7, but nothing shows up in Revue and no confirmation email is sent from Revue. Could there be an integration issue working with the Revue API?
I did use the dream.website link to set up the site initially before migrating the domain. When the domain fully transferred, I changed the settings to the correct domain. Whether that code should cause the issue or not, it fixed the problem. I just checked the activity log, and the URL switching hasn’t happened since.
Yeah, I think that wp-config code was the issue. It’s been about an hour and a half and the URL switching hasn’t occurred. Before removing the code, it was happening every 10 to 20 minutes. I’m going to call this resolved.
.htaccess was clean, though I found the following in wp-config:
/** * Removing this could cause issues with your experience in the DreamHost panel */ if (preg_match("/^(.*)\.dream\.website$/", $_SERVER['HTTP_HOST'])) { $proto = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') ? "https" : "http"; define('WP_SITEURL', $proto . '://' . $_SERVER['HTTP_HOST']); define('WP_HOME', $proto . '://' . $_SERVER['HTTP_HOST']); } /* That's all, stop editing! Happy blogging. */
That looks like what is most likely causing the issue. I removed the code and will keep an eye on the Jetpack Activity tab to see if it still bounces back and forth.
Thank you. I’ll follow the GitHub thread for updates.
Good morning.
Yes, this is for justincox.com and I am on the WP Admin of the JustinCox.com dashboard. These screenshots will look all pretty much the same, but I’ll explain:
1) Settings when I initially loaded the page (https://snipboard.io/dmlyjN.jpg)
2) Selecting “monthly” option for view (https://snipboard.io/JQTOnD.jpg)
3) What happens after I hit “submit” showing the settings don’t take the new option (https://snipboard.io/7Wbpri.jpg)Good morning.
I can confirm the Site Address settings are correct (https://snipboard.io/pOZVmi.jpg). However, the issue persists (https://snipboard.io/lU0PuE.jpg).