En18Zone
Forum Replies Created
-
Forum: Plugins
In reply to: [Daily Prayer Time] change the colorSalam
What is it brother that you want to change the color exactly? If its the widget,then you can chose from three different themes that the plugin developer has provided. Don’t like those color? No problem you can chose other colors as well.
If its in the page,then you will have to use custom css. Install a plugin like this or use your child theme‘s style.css and paste this code. Adjust the colors as you see fit.
/* Custom Style for daily prayer time */ table.timetable { border: 0; background: inherit; } table.timetable tr, table.timetable td, table.timetable th{ border: 0; background: inherit; } table.timetable th.nextPrayer, table.timetable td.nextPrayer { background: khaki; !important; color: brown; font-weight: bold; } table.timetable td.fasting, table.timetable th.fasting { background: rgba(0, 128, 0, 0.34); color: #000; width: 100px; font-weight: bold; } table.timetable th.highlight { background: rgba(138, 116, 0, 0.32); color: black; font-weight: bold; } table.timetable th.jummah { background-color: maroon; }
Have more questions? Dont worry just ask bro,i will try help you as much as i can and hope the developer can correct me if im wrong.
Jamal
Forum: Plugins
In reply to: [Daily Prayer Time] Can't upload csv fileMashaAllah, it’s working now !
This is great brother,thank you very much and i pray Allah bless you and your family and admit you to jannat ul firdaus.
This is officially resolved. Im much indebted to you. Thank you !
Forum: Plugins
In reply to: [Daily Prayer Time] Can't upload csv fileYou have been very patient with me and i hate to bother you anymore but the translations are working when i use “[monthlytable]” shortcode but dont work if i add “display=azan_only”.
I will mark the topic resolved but please do update me if you release a fix for this.
Once again jazakaAllah kheir and may Allah reward you a thousand fold.
Forum: Plugins
In reply to: [Daily Prayer Time] Can't upload csv fileWa aleikum salam bro,
I very much appreciate you going out of your way to add those translations jazakaAllah kheir.
– The widget translations are working ??
– “Date” and “Day” strings however seem to be not changing.I did reactivate plugin again and noticed that “Date” and “Day” doesn’t reset to original values,i dont know if thats what is causing it. Take a look at screenshot please.
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Volunteer opportunities in widgetHi Jonathan,
Thanks for getting back to me its really very kind of you to give me this update. Much appreciated.
Its definitely gonna be helpful,keep up the good work. Hope you are having a lovely weekend !
Forum: Plugins
In reply to: [Daily Prayer Time] Can't upload csv fileForgot one more thing,sorry if im a nuisance ??
Can i translate “Date” and “Day” strings?
Forum: Plugins
In reply to: [Daily Prayer Time] Can't upload csv fileThanks for the suggestions,i have now narrowed down to the changes not applying to the widget. Please take a look at the screenshot. Not a big deal though if its a lot of work.
Another thing,can i modify what gets printed? I would love to add not just the site url but also site name and contact details. Again not a big deal if its too much work.
I left a review yesterday,hope many more people learn about this plugin and find it useful.
Thanks for everything.
Forum: Plugins
In reply to: [Daily Prayer Time] Can't upload csv fileAs you can see, some of the text got translated while others didnt. Thanks again
Forum: Plugins
In reply to: [Daily Prayer Time] Can't upload csv fileMay Allah reward you for this awesome plugin bro and for the excellent support. I have updated the fields that were of interest to me and MashaAllah i got a beautiful prayer timetable.
Would appreciate your help one again to translate the table headings and months. I have saved my translations but they dont appear on the front-end,what am i missing?
JazakaAllah and Saum maqbool
Forum: Plugins
In reply to: [Daily Prayer Time] Can't upload csv fileIm using Version 3.0.7. Have sent you the email and would appreciate any help.
Forum: Plugins
In reply to: [Daily Prayer Time] Can't upload csv fileThanks for the reply. I couldn’t figure out your email so i will try paste here,hope its ok.
Contents of the csv file https://pastebin.com/rDD4czGh
Jazakallah bro
Forum: Everything else WordPress
In reply to: php store hoursThanks for your reply. I wanted to create a custom plugin but looks like its not doable easily so will have to settle for the other options. Thanks again.
Forum: Plugins
In reply to: [Wired Impact Volunteer Management] Volunteer opportunities in widgetThanks Jonathan for the quick response. Unfortunately i will have to wait and see if i can implement some other solutions for now.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Styling for shortcodesHi
I made this to work for me by using the shortcode
styles_default="false"
and then copying the custom css (scroll down in the faq) to my child theme style sheet.Then changed the custom css to suit my needs.Hope that works for you.