• Resolved Ronnie Albert

    (@roway)


    Just found this plugin, and i’m liking it. I see there are more futures in an upgrade, but I don’t see any details about it, can you give a link or details. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Ronnie Albert

    (@roway)

    I can’t get the [weather_field key=”obs_desc”] shortcode to work, just returns a underline, also how do you get the current conditions icon to work. Thanks

    Plugin Author Vincent Maiello

    (@one8mediagroup)

    Thanks for reaching out!

    For the current conditions description, make sure you’re using straight quotes in the shortcode. Try copying this exactly:

    [weather_field key="obs_desc"]

    If you use smart/curly quotes like this:

    [weather_field key=”obs_desc”]

    WordPress may not read the field name correctly, which can cause the fallback value to appear instead.

    For the current conditions icon, use:

    [weather_field key="obs_icon"]

    That field returns the URL of the NOAA weather icon rather than displaying the image automatically.

    If you want to display the actual icon, you can place the shortcode inside an image tag using a Custom HTML block:

    <img src='[weather_field key="obs_icon"]' alt="Current weather conditions">

    WordPress will replace the shortcode with the current NOAA icon URL, and the browser will display the image.

    If obs_desc still only shows the fallback after using the exact shortcode above, let us know and we can help check the weather data being returned for your location. If that’s the case, let us know the weather station you are using:

    Not all weather stations are created equally. Your best bet for testing your setup is to use a station you know will be fully active, like a major airport. I use JFK in New York for testing.

    I hope this helps!

    ~Vin

    Thread Starter Ronnie Albert

    (@roway)

    Thank you for getting back to me. It was a quotes thing. Everything is working now.

    How do you get the Forecast add-on for Period Forecast Keys (0-13). Thanks

    Plugin Author Vincent Maiello

    (@one8mediagroup)

    Glad to hear you got it working.

    The Period Forecast Keys (0–13) are part of our Forecast add-on. The add-on is complete and we’re currently finishing the release and download setup for all of our premium extensions: Forecast, Alerts, and Active Radar.

    We expect to have these all available within the next few days. I’ll let you know as soon as it’s live.

    Thanks again for trying One 8 Weather Fields — and for reaching out with the questions.

    Best,
    Vin

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.