[wordpress插件] Daily Zman Widget每日Zman小部件

wordpress 插件 文章 2020-04-11 23:01 481 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

Displays Hebrew date, sunrise, sunset, and key times for prayers (latest Shema, earliest Plag, etc) along with multiple calculation options (GR”A, M”A).

显示希伯来语日期,日出,日落和祈祷的关键时间(最新的希玛,最早的拉格等),以及多个计算选项(GR” A,M” A)。

Display is highly customizable, with options to display or hide:

显示是高度可定制的,具有显示或隐藏选项:

安装步骤

    1. Download a copy of the zip file to your computer
    2. 将压缩文件的副本下载到您的计算机

    3. Extract the files.
    4. 提取文件。

    5. FTP to your webserver
    6. FTP到您的Web服务器

    7. Create a directory inside /wp-content/plugins named “dailyzmanim”
    8. 在/ wp-content / plugins中创建一个名为“ dailyzmanim”的目录

    9. Upload zmanfriday.php to the /wp-content/plugins/dailyzmanim directory
    10. zmanfriday.php 上载到 / wp-content / plugins / dailyzmanim 目录

    11. Activate the plugin through the ‘Plugins’ menu in WordPress
    12. 通过WordPress中的“插件”菜单激活插件

    13. Use Appareance -> Widgets to place this information on your page (does not currently support shortcodes or php inserts)
    14. 使用设备->小部件将此信息放置在您的页面上(当前不支持简码或php插入)

    Formatting

    格式化

    Several CSS style codes are included:

    其中包括一些CSS样式代码:

    * #dailyzman: a DIV tag that wraps all the widget content

    * #dailyzman:包裹所有小部件内容的DIV标签

    * #zmanbigtitle: a SPAN tag for the title of the widget

    * #zmanbigtitle:小部件标题的SPAN标记

    * #zmantitle: a SPAN tag for each of the titles within the widget.

    * #zmantitle:小部件中每个标题的SPAN标记。

    Thus, you could format the text by adding the following to your style sheet:

    因此,您可以通过在样式表中添加以下内容来设置文本格式:

    dailyzman { font-size: 12px;

    dailyzman {font-size:12px;

    }

    }

    zmanbigtitle {

    zmanbigtitle {

        font-size: 12px;    

     字体大小:12px;    

    font-weight: bold;    

    font-weight:粗体;    

    text-decoration: underline;

    文字装饰:下划线;

    }

    }

    zmantitle { font-weight: bold;

    zmantitle {font-weight:bold;

    }

    }

下载地址
https://downloads.wordpress.org/plugin/daily-zman-widget.1.1.zip
-EOF-

AI助手支持GPT4.0