jamal1wp
Forum Replies Created
-
For anyone facing the issue, installing cURL extension in cPanel fixed the issue with PHP 8.1.
I would also install pearl HTTP_Request2 module.
- This reply was modified 4 months, 1 week ago by jamal1wp.
Forum: Plugins
In reply to: [Daily Prayer Time] Hijri Date incorrect?Asalam Alaikum,
Just thought to give a hint if someone else encounters the same issue.
Go to Settings, Hijri tab, and click Use Ummul Qura Calendar, then save changes.
Forum: Plugins
In reply to: [Daily Prayer Time] addition cssAsalam Alaikum,
In addition to what Br. Mustafiz mentioned, maybe one of the plugins listed on the link below would help:
https://blog.hubspot.com/website/best-wordpress-plugins-to-add-custom-code
Jamal
Forum: Plugins
In reply to: [Daily Prayer Time] Fix for is24Hours functionAsalam Alaikum,
Actually, just now I got the validation message:
10:29 is not in 24 hour time format for date: 1/1/2021
You must follow 24 hours time format, valid time format is HH:MMIt failed on the the first line, 7th value:
“d_date”,”fajr_begins”,”fajr_jamah”,”sunrise”,”zuhr_begins”,”zuhr_jamah”,”asr_mithl_1″,”asr_mithl_2″,”asr_jamah”,”maghrib_begins”,”maghrib_jamah”,”isha_begins”,”isha_jamah”,”is_ramadan”,”hijri_date”
“1/1/2021″,”23:58″,”00:23″,”01:00″,”07:04″,”12:30″,”10:29″,”15:00″,”15:00″,”13:07″,”13:12″,”14:09″,”19:45″,”0″,”0”Jamal
Forum: Plugins
In reply to: [Daily Prayer Time] Fix for is24Hours functionAsalam Alaikum,
It seems to be working now; I did not write exactly the time that it did not verify correctly, but it was something like 10:30. It could have been an issue with WordPress and an update fixed it. Anyway, you are welcome to use the improved function which should work flawlessly and efficiently.
Jamal
- This reply was modified 3 years, 4 months ago by jamal1wp.
Forum: Plugins
In reply to: [Daily Prayer Time] Fix for is24Hours functionForum: Plugins
In reply to: [Daily Prayer Time] How to make the monthly timetable responsiveAsalam Alaikum,
Try the following:
.text-responsive {
font-size: .8vw !important;
}Add the class to the div element below:
<div class="monthlyTimetable text-responsive" id="monthlyTimetable"> </div>
It’s going to look really small on a mobile device, but that’s what you wanted.
You may also modify styles.css instead which is probably easier:
https://yoursite/wp-content/plugins/daily-prayer-time-for-mosques/Assets/css/styles.css?ver=2021.08.10.monthlyTimetable { width: 100%; overflow-x: auto; font-size: .8vw !important; }
Jamal
Forum: Plugins
In reply to: [Daily Prayer Time] How to make the monthly timetable responsiveAsalam Alaikum,
This is my first here! Insha Allah, I will contribute more.
You can try adding the following CSS class to the table:
.text-responsive {
font-size: calc(100% + 1vw + 1vh);
}Let me know if this works.
Jamal