nuttyben
Forum Replies Created
-
Thanks Gezim!
Sorry for falsely accusing you of adding the tracking beacon. I guess I was looking at the wrong repo.
(This commit makes it look like you added the tracking beacon: https://github.com/hgezim/recipe_plugin/commit/84444aca75476ab52ede9d5bec46598e8b3348c7 … but now I’m guessing that was just due to some sort of merge or something. I found that repo by traversing the forks of the original ZL plugin.)
Thanks for quickly addressing these issues! I’ve removed my beacon-disabling hack and updated our plugin, and everything is now working smoothly, with no SSL warnings.
And if we encounter any further issues on our side, I’ll definitely submit them as pull requests. Thanks again for carrying this plugin forward!
-Ben
(Also, it turns out that the Zip Recipes registration form cannot be submitted if you have wp-admin running over SSL. It tries to post to a non-SSL form. I ended up manually setting zrdn_registered = 1 in my wp_options table to get past the form, but if you happen to fix this I’ll revert that option and then we’ll actually register the plugin. :))