Derek Springer
Forum Replies Created
-
Forum: Plugins
In reply to: [BeerXML Shortcode] Options Don’t WorkHowdy @blacklodgebeer, thanks for the report. It might be possible that the recipe was cached with the previous settings. Try setting the cache value to to -1 (e.g.
[beerxml recipe=https://example.com/wp-content/uploads/2012/08/bowie-brown.xml cache=-1
) to clear the cache and see if that updates it.Otherwise, can you give me some more details about the recipe/site that’s having the issue?
Forum: Plugins
In reply to: [BeerXML Shortcode] Updates?Perhaps! ?? Is there anything in particular you’re interested in?
Forum: Plugins
In reply to: [BeerXML Shortcode] SRM -> EBCHowdy, thanks for the message @sprithansi, sorry for the late reply. There’s a handful of changes I plan on rolling into an update hopefully soon — I’ll add it to the list!
Forum: Plugins
In reply to: [AdControl] Incompatibility between the AdControl plugin and the Hueman themeIt looks like infinite scroll is a feature of the Pro version of the Hueman theme, so it’s not something that I’m able to diagnose. I’d recommend contacting the theme developer and inquiring if there’s a filter or function we can use to determine if a load is happening via infinite scroll. If so I can probably whip of a small plugin to block the loading on our side.
Otherwise, I think your best bet is to disable infinite scroll or ads on the front page.
Forum: Plugins
In reply to: [AdControl] Incompatibility between the AdControl plugin and the Hueman themeHowdy again @xaviermi,
As far as I’ve tested Hueman doesn’t seem to support infinite scroll via Jetpack. Is there some other infinite scroll plugin you’re using? It would also be helpful if you could let me know the site you’re having an issue with.Generally speaking, we’ve noticed that loading posts via infinite scroll and inserting the ad code can cause race conditions in some themes. We’ve disabled loading additional ads via Jetpack’s infinite scroll plugin, but if you’re using another plugin that’s likely the cause.
Forum: Plugins
In reply to: [AdControl] Incompatibility between the AdControl plugin and the Hueman themeHowdy @xaviermi, I’ve got a test site up and running with the Hueman theme and can’t seem to replicate the issue you describe. Can you please give me a bit more detail on your theme settings (or any other settings the might be affecting this issue)?
A list of active plugins and Jetpack modules would be helpful too, as well as the site you’re having issues with.
- This reply was modified 6 years, 7 months ago by Derek Springer.
Forum: Plugins
In reply to: [BeerXML Shortcode] Link to StyleYeah, unfortunately it’s one of those annoying technical things about WordPress that’s preventing it since it’s a new taxonomy, but it’s pretty easy to fix. All you need to do is flush your rewrite rules by updating your permalinks settings.
Follow these steps to flush your rewrite rules:
* Navigate to your WordPress Admin panel and login
* Go to Settings->Permalinks
* Locate the “Save Changes” button at the bottom of the screen and click it.
* That’s it, you don’t actually need to make any changes to the settings here.Forum: Plugins
In reply to: [BeerXML Shortcode] Notes = falseYeah, that definitely seems like a good option.
I generally just create a copy of the recipe that’s cleaned up to my liking before exporting, but I suppose I shouldn’t force folks to use my workflow ??
Forum: Plugins
In reply to: [BeerXML Shortcode] Great Plugin. Where can I get recipes?@gitarwmn yeah, I primarily made this plugin to allow authors to share their homebrew recipes on their blogs. I know the folks over at https://brulosophy.com/ do a good job of sharing their recipes (they use the BeerXML Shortcode too), so that’s a great place to check. Also, I typically post recipes on my own site too: https://www.fivebladesbrewing.com/homebrew-recipes/.
Good luck and happy brewing! ??
Forum: Plugins
In reply to: [AdControl] Insecure content on https sitesHowdy @labrujulaverde,
Generally speaking all of our connections should be using https. It’s possible one of the winning bidders of the ad auction inserted a creative with a http resource, but it is not permitted by our network and should be cleared up shortly. Please let us know if the situation persists.Forum: Plugins
In reply to: [AdControl] Sticky Ad WidgetWe will generally inform you if your account is no longer in good standing. Don’t purchase fake traffic and don’t run NSFW content and you should have no problem.
Forum: Plugins
In reply to: [AdControl] Sticky Ad WidgetEarnings reports come out up to a month after the current month has ended. We’re currently working on an update to give a real-time estimate of monthly earnings, but in the mean time if you opened your account in July you should expect to see your first earnings update in August.
There are a handful of earnings in the Settings->AdControl page, but we’ve intentionally left the options sparse, our POV is that ads are too complicated and we want to have a simple turn-key option to get ads on your website.
Forum: Plugins
In reply to: [AdControl] Sticky Ad WidgetHowdy @egoman,
A “sticky” widget isn’t something we currently support, though we’ll take it into consideration for future releases.Otherwise, there’s no problem with copying the output of our widget into the other widget as long as your WordAds account is in good standing. Just keep in mind that if your account loses good standing the widget might not function as intended and you’ll receive no credit for any ads shown.
Forum: Plugins
In reply to: [BeerXML Shortcode] Cannot load the recipeYou can add
""
around a value, but it’s optional. This dang editor converted it into a different character though which breaks the shortcode if you copy/paste it straight.Forum: Plugins
In reply to: [BeerXML Shortcode] Cannot load the recipeGreat, sometimes various server configurations have trouble with fiddly bits like encodings or something small like that.