attaqwa
Forum Replies Created
-
Forum: Plugins
In reply to: [Daily Prayer Time] Issues with time remaining to fajr iqama timeAssalamualaykum
Were also seeing this issue. Shows 12am for fajr iqamah after isha up until midnight.
Forum: Plugins
In reply to: [Daily Prayer Time] A few feature requestsAA
Thank you for such a speedy reponse – may Allah swt be pleased with you and your efforts!
Regarding point 2, at the bottom our the Digital Screen, it shows the following:
Iqamah Update For Tomorrow Fajr: 3:01 am Maghrib: 9:33 pmHowever, in our plugin configuration, the Iqama time change alert threshold is set to 6 minutes.
As the time difference between today’s and tomorow’s prayers are less than 6 minutes, I would not expect the message to show on the digital screen for Fajr and Maghrib.
I hope thats a little clearer 🙂
Forum: Plugins
In reply to: [Daily Prayer Time] Highlight on tableYou could try adding a HTML widget with the following pasted in. Uses javascript to find Sunrise and hide the row
<script> function onLoad() { jQuery("tr:contains('Sunrise')").hide(); }; if (window.addEventListener){ window.addEventListener('load', onLoad) }else{ window.attachEvent('onload', onLoad) } </script>Forum: Plugins
In reply to: [Daily Prayer Time] The prayer time table shows yesterday prayer timesPerhaps check the date settings of your wordpress site – if this is in teh wrong timezone then this could be a reason?
Forum: Plugins
In reply to: [Daily Prayer Time] Ideas to improve some featuresYou can use a database plugin (I use https://wordpress.org/plugins/ari-adminer/ but there are other options too) which allows you to export and maintain the timetable data.
Forum: Plugins
In reply to: [Daily Prayer Time] Limit on number of rows on csv fileI use a plugin like https://wordpress.org/plugins/ari-adminer/ to allow me to review the uploaded timetable for the whole year and delete old old enteries.
Easy to use and the timetables are in a table is called “timetable”.
Forum: Plugins
In reply to: [Daily Prayer Time] Error uploading timetable csv – time format incorrect!?!Not to worry – I haven’t specified a valid 24hr format for Asr start time – should be 13:46 not 01:46.
Will try that – hopefully will fix my issue!
Forum: Plugins
In reply to: [Daily Prayer Time] Error uploading timetable csv – time format incorrect!?!Forgot to mention, I am using WordPress 4.9.7.
- This reply was modified 7 years, 11 months ago by attaqwa.