Tabs
5 years ago
DSTemplate.php
6 years ago
DailyTimetablePrinter.php
5 years ago
HelpsAndTips.php
5 years ago
MonthlyTimetablePrinter.php
6 years ago
TimetablePrinter.php
5 years ago
dptWidgetForm.php
7 years ago
horizontal-div.php
9 years ago
widget-admin.php
5 years ago
HelpsAndTips.php
79 lines
| 1 | <p class="green" style="font-size:20px;"> |
| 2 | <span class="red">! important !</span> Please |
| 3 | <a href="plugins.php"> re-activate</a> |
| 4 | the plugin if your data is not imported |
| 5 | </p> |
| 6 | |
| 7 | <h2>Helps and Tips</h2> |
| 8 | <p> |
| 9 | <h3><u>Shortcodes:</u></h3> |
| 10 | <ol> |
| 11 | <li>[monthlytable]</li> |
| 12 | <li>[dailytable_vertical]</li> |
| 13 | <li>[dailytable_horizontal]</li> |
| 14 | <li>[display_ramadan_time] <i>(no shortcode options)</i></li> |
| 15 | <li>[daily_next_prayer] <i>display_dates=true</i></li> |
| 16 | <li>[fajr_prayer]</li> |
| 17 | <li>[sunrise]</li> |
| 18 | <li>[zuhr_prayer]</li> |
| 19 | <li>[asr_prayer]</li> |
| 20 | <li>[maghrib_prayer]</li> |
| 21 | <li>[isha_prayer]</li> |
| 22 | <li>[fajr_start]</li> |
| 23 | <li>[zuhr_start]</li> |
| 24 | <li>[asr_start]</li> |
| 25 | <li>[maghrib_start]</li> |
| 26 | <li>[isha_start]</li> |
| 27 | <li>[digital_screen]</li> |
| 28 | <li>[display_iqamah_update] <i>threshold={min}</i></li> |
| 29 | </ol> |
| 30 | |
| 31 | <h3>Shortcode Options:</h3> |
| 32 | <ol> |
| 33 | <li>asr=hanafi</li> |
| 34 | <li>display=iqamah_only/azan_only</li> |
| 35 | <li>hide_time_remaining=true</li> |
| 36 | <li>hide_ramadan=true</li> |
| 37 | <li>announcement="Any text" day=everyday/saturday/sunday/monday/tuesday/wednesday/thursday/friday</li> |
| 38 | <li>heading="any text"</li> |
| 39 | <li>use_div_layout=true (restrictive, no other options)</li> |
| 40 | <li>start_time=true (only for single prayer time)</li> |
| 41 | <li>view='vertical' (only for digital_screen)</li> |
| 42 | </ol> |
| 43 | </p> |
| 44 | <p> |
| 45 | <h3>shortcodes examples</h3> |
| 46 | <ol> |
| 47 | |
| 48 | <li><b>[sunrise]</b> - Display sunrise for the day, use span class dpt_sunrise to decorate your view</li> |
| 49 | <li><b>[isha_prayer]</b> - Display Isha prayer time, use span class dpt_jamah to write your css for jamah time</li> |
| 50 | <li><b>[fajr_prayer start_time=true]</b> - Display fajr prayer with start time, use span class dpt_start to design your css for start time</li> |
| 51 | <li><b>[daily_next_prayer]</b> - Display only next prayer on post or page</li> |
| 52 | <li><b>[monthlytable]</b> - Display Yearly and Monthly prayer time with ajax month selector</li> |
| 53 | <li><b>[monthlytable display=iqamah_only]</b> - Display Iqamah only for Yearly and Monthly prayer time with ajax month selector</li> |
| 54 | <li><b>[monthlytable display=azan_only]</b> - Display monthly time table heading in any language, default is 'Monthly Time Table for'</li> |
| 55 | <li><b>[monthlytable heading="Månedlige Tidsplan"]</b> - Display monthly time table heading in any language, default is 'Monthly Time Table for'</li> |
| 56 | <li><b>[monthlytable heading="Månedlige Tidsplan" display=azan_only]</b> - Please notice the use of " " while using multiple words in a shortcode option</li> |
| 57 | <li><b>[dailytable_vertical]</b> - Display daily timetable vertically</li> |
| 58 | <li><b>[dailytable_vertical asr=hanafi]</b> - Display daily timetable vertically with Hanafi Asr start method</li> |
| 59 | <li><b>[dailytable_horizontal]</b> - Display daily timetable horizontally</li> |
| 60 | <li><b>[dailytable_horizontal display=iqamah_only]</b> - Display daily azan only timetable horizontally</li> |
| 61 | <li><b>[dailytable_horizontal asr=hanafi]</b> - Display daily timetable horizontally with Hanafi Asr start method</li> |
| 62 | <li><b>[dailytable_horizontal asr=hanafi display=azan_only]</b> - Display daily iqamah only timetable horizontally with Hanafi Asr start method</li> |
| 63 | <li><b>[dailytable_vertical asr=hanafi announcement="First Khutbah: 1:15. Second Khutbah: 1:45" day=friday]</b> - Display announcement on your given day or everyday</li> |
| 64 | <li><b>[digital_screen]</b> - Display prayer time on big monitors in the masjid</li> |
| 65 | <li><b>[digital_screen view='vertical']</b> - Display prayer time in Portrait mode</li> |
| 66 | |
| 67 | </ol> |
| 68 | <a href="https://wordpress.org/plugins/daily-prayer-time-for-mosques/screenshots/" target="_new">Please check the screen shots <i class="fa fa-external-link" aria-hidden="true"></i></a> |
| 69 | </p> |
| 70 | <p> |
| 71 | <h3><u>How to update ramadan timetable</u></h3> |
| 72 | Simply put '1' for the column(is_ramadan) in the sample csv for the days belongs to ramadan before upload |
| 73 | </p> |
| 74 | <p> |
| 75 | <h3><u>How to use custom hijri date</u></h3> |
| 76 | Insert your own calculated Hijri date in the csv column(hijri_date) and allow visibility from settings |
| 77 | </p> |
| 78 | |
| 79 |