[wordpress插件] Shabbat Zman WidgetShabbat Zman小部件

wordpress 插件 文章 2020-01-29 04:40 561 0 全屏看文

AI助手支持GPT4.0

评分

94

94

描述

Displays Shabbat information for the coming week.

显示下一周的安息日信息。

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 “shabbatzmanim”
    8. 在/ wp-content / plugins中创建一个名为“ shabbatzmanim”的目录

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

    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样式代码:

      • #frizman: a DIV tag that wraps all the widget content
      • #frizman:包裹所有小部件内容的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:

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

      #frizman { font-size: 12px;

        #frizman {font-size:12px; 

      }

      }

      #zmanbigtitle {        

      #zmanbigtitle {        

      font-size: 12px;        

      font-size:12px;        

      font-weight: bold;        

      font-weight:粗体;        

      text-decoration: underline;       

      文字装饰:下划线;       

      }

      }

      #zmantitle { font-weight: bold;

      #zmantitle {font-weight:粗体;

      }

      }

下载地址

https://downloads.wordpress.org/plugin/adatosystems-friday-zmanim.1.8.zip

https://downloads.wordpress.org/plugin/adatosystems-friday-zmanim.1.8.zip

-EOF-

AI助手支持GPT4.0