Salim Serdar Koksal
Forum Replies Created
-
Forum: Reviews
In reply to: [WP COVID-19 DATA] Look into Typographical ErrorsThank you for your feedback. We will fix it very soon.
Forum: Plugins
In reply to: [WP COVID-19 DATA] Country name translationHi pm11,
Thank you for reaching out to me. Unfortunately We don’t have Russian language support. Country name is coming from API. So you can’t translate it by wp-covid-19-data.pot. I did it manually in my code for Turkish. If you have chance the translate countries English to Russian by following the format below, I can implement it very soon.
https://gist.github.com/salimserdar/affc5b3f4995def6a0b4214dbead24a4
Thank you.
Forum: Plugins
In reply to: [WP COVID-19 DATA] Help with formattingIn order to overwrite the existing ‘justify-content: space-around;’ css property, Please add the following css to custom css section in your theme.
.covid-19 {
justify-content: flex-start !important;
}When you add the code above, It will be aligned left.
If you have any questions, please let me know.
- This reply was modified 4 years, 11 months ago by Salim Serdar Koksal.
Forum: Plugins
In reply to: [WP COVID-19 DATA] Help with formattingHi navindesigns,
Thank you for reaching out to me. This page is not available right now > https://balrajdesign.com/winnfm/corona-virus/
Please add your shortcode with 12 countries. And then share with me.
Let’s see what I can do for you.
Best,
Salim- This reply was modified 4 years, 11 months ago by Salim Serdar Koksal.
Forum: Plugins
In reply to: [WP COVID-19 DATA] plz check api not workingHi multiplezer,
Thank you for reaching out to me. API is working right now. Covid data can be displayed properly. Bu you’re right. The API which is public sometimes might be down. We are already aware of that. We might be developing our own API. Please keep plugin in your directory.