Tchernitchenko
Forum Replies Created
-
Forum: Reviews
In reply to: [Aleksandr] Simplistic and beautifulThank you for the review!
I am planning to make some updates to the theme in the close future and I’ll make sure to add your suggestion to that list 🙂
Forum: Themes and Templates
In reply to: [Aleksandr] Change Format of Blog Post TimestampHello! Sorry for the late reply!
This is unfortunately not supported right now as it’s not easy to change. I’ll keep it in mind for upcoming updates though! 🙂
Forum: Themes and Templates
In reply to: [Aleksandr] Center Caption Text Under PhotoHello! Sorry for the late reply 🙁
Weird that it is aligned to the right, do you have a link I can look at?
Anyway to fix the alignment the best way to do is to change the CSS using a child-theme: https://codex.ww.wp.xz.cn/Child_Themes
The CSS you are looking to add is:
.wp-caption-text {
text-align: center;
}Let me know if you need any help with this!
Forum: Reviews
In reply to: [Social Media Widget] Just what I need!Thank you very much for your feedback!
I have now released a version 2.0 where I’ve included a sizing option! I’ve also added Soundcloud, however the other two I can not, because the plugin is based on Font Awesome and they don’t have support for those icons. At least not yet.
As for reordering the icons, it’ll have to be for a future update 🙂
Forum: Plugins
In reply to: [Social Media Widget] Icons not showing up.Marked resolved.
Forum: Plugins
In reply to: [Social Media Widget] Icons not showing up.So, I guess you are already using another plugin. But just wanted to update that I found what’s causing the problem that icons are not showing properly. This fix, is in version 2.0.0 of the plugin.
Thank you very much for reporting the bug!!
Forum: Plugins
In reply to: [Social Media Widget] Icons not showing up.Hello, no problem don’t worry!
I had a quick look yesterday and it seems to be some conflict with font-awesome (there is where the plugin gets the icon from). I suspect it might be related to your theme, may I know what theme you are using?
Forum: Plugins
In reply to: [Social Media Widget] Links not working?Hello, thank you very much for reporting this!
I accidentally broke the links with verison 1.1.0.
Update to 1.1.1 and this will be resolved 🙂Thank you for using my plugin!