mmrs151
Forum Replies Created
-
Forum: Plugins
In reply to: [Daily Prayer Time] Hijri Date incorrect?Salaam brother,
have you tried adjusting it in the setting tab?
Forum: Plugins
In reply to: [Daily Prayer Time] Problem with timing in North America Regionplease send me the video or screen shots to mmrs151@gmail.com
Forum: Plugins
In reply to: [Daily Prayer Time] Security VulnerabilityYes I have see and checked all my inputs and I can see all of them are sanitized, so the wordfence report seems to me a false positive.
Forum: Plugins
In reply to: [Daily Prayer Time] Next up prayer not correctwalaikum assalam,
can you make sure there is no caching happening on the site or in the server please?
Forum: Plugins
In reply to: [Daily Prayer Time] Digital Screen Dim not workingwassalam brother,
is your plugin up to date to the latest version?
Forum: Plugins
In reply to: [Daily Prayer Time] Problem with timing in North America RegionAssalamualaikum
sure my brother, I would love to have a look. Is it possible to send a screencast so I can understand the problem?
Duas…Mustafiz
Forum: Plugins
In reply to: [Daily Prayer Time] Fajr prayer time shows wrong valueAlhamdulillah, the system has grown with so many features. One day I will start creating a YT video series of each feature and write good documentation insha Allah with your duas.
Mustafiz
Forum: Plugins
In reply to: [Daily Prayer Time] URLs in Slider dont work- I need to think about it, can you send me a screencast to better understand the feature please
- the same field can be used for hadith/quran/announcements as it is used for images url. There is a quran verse option only that takes the sliders off and displays smaller verses due to space but ATM it is only in English and Bengali, if you can send me a German version I can try to integrate that insha Allah.
duas…Mustafiz
Forum: Plugins
In reply to: [Daily Prayer Time] Fajr prayer time shows wrong valueAssalamualaikum brother,
that is a very interesting issue. I can think of 2 points.
1. Please try using a simple theme, may be spacious theme
2. Ask your hosting company if the vm has any sort of cachingWill be waiting for your reply.
Forum: Plugins
In reply to: [Daily Prayer Time] URLs in Slider dont workAssalamualaikum my dear brother @abdelraheem
The optional field is to make it clickable to an external link. Please use the same field for text slider or image slider. You can make image of your other work and upload them in the system and use the link to use as slide.
duas…Mustafiz
Forum: Plugins
In reply to: [Daily Prayer Time] echo selected month name in the monthlytableand add this to…
$options[‘monthNumber’] = $month;
Models/MonthlyShortCode.php line 110
Forum: Plugins
In reply to: [Daily Prayer Time] echo selected month name in the monthlytableprivate function printFullTableTop($options) { if ($options['isRamadan']) { $monthName = 'Ramadan'; if ((int)get_option('imsaq') > 0 ) { $fajrBegins = esc_attr($this->localHeaders['begins']); $fajrColspan = 4; } else { $fajrBegins = esc_attr($this->localHeaders['fast_begins']); $fajrColspan = 3; } $maghribBegins = esc_attr($this->localHeaders['fast_ends']); } else { $fajrBegins = esc_attr($this->localHeaders['begins']); $maghribBegins = esc_attr($this->localHeaders['begins']); $fajrColspan = 3; $dt = DateTime::createFromFormat('!m', $options['monthNumber']); $monthName = $dt->format('F'); } $fastingClass = $this->getFastingClass( $options ); $prayers = $this->getLocalPrayerNames(true); $table = " <table class='dptTimetable customStyles dptUserStyles'> <thead class='prayerName'> <th class='prayerName' colspan='2'>" . $monthName . "</th>Forum: Plugins
In reply to: [Daily Prayer Time] Logo not showing in Digital Screen[dailytable_horizontal use_div_layout=true]Forum: Plugins
In reply to: [Daily Prayer Time] Hijri date changes 2 hrs early before MaghribThat is very interesting.
Please send me the followings:
- screenshot of changed magrib time 2 hours before Maghrib displaying your local time
- wordpress settings of city
- server time city
Forum: Plugins
In reply to: [Daily Prayer Time] echo selected month name in the monthlytableoh I see, what you need is changing according to the selector.
I will send you later iA