
<a href="http://webdesign.adatosystems.com/files/2013/10/screenshot-1.jpg">Top half of admin panel</a>
THIS PLUGIN IS NO LONGER SUPPORTED.
For a version that works with current WordPress installations, please see Zmanim WP or some other plugin.
Displays Hebrew date, sunrise, sunset, and key times for prayers (latest Shema, earliest Plag, etc) along with multiple calculation options (GR”A, M”A). Display is highly customizable, with options to display or hide:
Within those options, there are choices to show English or Hebrew, Ashkenazi or Sephardi transliterations, and multiple options for calculating times (GR”A, M”A, etc)
This plugin makes one JSON call to hebcal.com for the the Hebrew date. More information on how this feature works can be found here:
http://www.hebcal.com/home/219/hebrew-date-converter-rest-api
This plugin also makes two JSON calls to Google’s Maps API: one to obtain the latitude/longitude for the provided zip code, and another to determine the time zone for that zip code.
More information can be found here:
https://developers.google.com/maps/documentation/geocoding/
…and here…
https://developers.google.com/maps/documentation/timezone/
For Shabbat Zman display, please see this plugin: https://wordpress.org/plugins/adatosystems-friday-zmanim/
zmanfriday.php to the /wp-content/plugins/dailyzmanim directoryFormatting
Several CSS style codes are included:
* #dailyzman: a DIV tag that wraps all the widget content
* #zmanbigtitle: a SPAN tag for the title of the widget
* #zmantitle: a SPAN tag for each of the titles within the widget.
Thus, you could format the text by adding the following to your style sheet:
dailyzman { font-size: 12px; }
zmanbigtitle {
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}
zmantitle { font-weight: bold; }
= The plugin works for part of the day, and then stops =
The Google API has a limit of 2,500 requests per day. If you need more than that, contact the developer for the pro version that covers high-volume websites.
Check the “debug” option at the bottom of the widget to get some of the initial calculations that are coming in. Otherwise, contact the developer. I hear he’s a great guy.