talothman
Forum Replies Created
-
Forum: Plugins
In reply to: [Daily Prayer Time] Getting exceptions when navigating through pagesWarning seems to be that this specific file (/var/www/wp-content/plugins/daily-prayer-time-for-mosques/Models/DSTemplateLoader.php) related to the plugin is not found. What could be the cause of this? Is this model generated by the plugin? Any reasons the plugin would not be able to generated the mentioned template loader script?
Forum: Plugins
In reply to: [Daily Prayer Time] Next up prayer not correctDetroit. Didn’t work with city name, works with UTC based setting.
Forum: Plugins
In reply to: [Daily Prayer Time] Next up prayer not correctSo seems like source of issue is the city-based timezone names inside of wordpress. Does not seem like plugin handles those very well. I set the timezone to UTC-4 (Detroit) and things are working again.
- This reply was modified 3 years ago by talothman.
Forum: Plugins
In reply to: [Iptanus File Upload] Change required text from “required” to “*”As I was attempting to figure this out, I found that my question was how to override inline styling in css. The solution is simple using
!important. My css now looks like this:.file_userdata_label:after { content: '*' !important; }