krekadra
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Nucleare] Make an icon forever visibleIf you want to show an overlay image only on blog page, you should add an additional rule to your css:
.blog figure.entry-featuredImg p, .archive figure.entry-featuredImg p { opacity: 0.75; }
In my turn I have set opacity to self-transparent.
Forum: Themes and Templates
In reply to: [Nucleare] Make an icon forever visibleI have found a solution =D
Sorry for that question, maybe my post will help to somebody)
I have made following change.
1. Found this code in style.cssfigure.entry-featuredImg p { padding: 0; margin: 0; position: absolute; font-size: 50px; margin-left: -22px; margin-top: -45px; width: 44px; height: 90px; top: 50%; left: 50%; color: #ffffff; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(0,20px,0); transform: translate3d(0,20px,0); }
2. Added a string opacity: 1; at the end.
Am I right? Maybe there is a better solution?
Forum: Themes and Templates
In reply to: [Nucleare] Change an overlay iconI have found a solution.
it’s needed to replace this string in content-single.php:
<figcaption><p><i class="fa fa-file-text"></i></p></figcaption></a></figure>
to something like this:
<figcaption><p><i class="fa fa-play-circle"></i></p></figcaption></a></figure>
fa-play-circle string found on https://fortawesome.github.io/Font-Awesome/icons/Forum: Themes and Templates
In reply to: [Rowling] Add custom social network iconHello Steven! Thank you for your answer, I have already found solution. For vk.com it was:
.social-menu li a[href*="vk.com"]::before{content:'\f032'} .social-menu li a[href*="vkontakte.ru"]::before{content:'\f032'}
I have added this code after this:
.social-menu li a[href*="instagram.com"]::before{content:'\f16d'}
There are no icon for vk.com in fontawesome, but f032 looks similar.
Here is my result: https://maminapechka.ru/
Forum: Themes and Templates
In reply to: [Rowling] How to remove comments and datesHi Nikolar. You can disable all the comments at WordPress admin panel https://dcnovisad.org/wp-admin/options-discussion.php. But you should disable discussion for all your posts manually, you must open every your post and turn comments off.
But you will see Comments are closed message. If you want to remove that words, you should edit your theme’s comment.php file by ftp.
You can make a child theme and do all changes on it.
Forum: Plugins
In reply to: [Related Posts Picker] Related posts picker and headers already sent by…All works, thank you!
Forum: Plugins
In reply to: [Related Posts Picker] Related posts picker and headers already sent by…I have just recreated an error on my blog https://www.pavelbogdanov.ru/blog/
I’m using WordPress 3.1.2 in official russian transliteration. Charset is UTF-8.
There are some plugins installed, so the error may be caused by one of them. Unfortunately, I can’t disable all of them this time.
Here is a full list of installed plugins https://picasaweb.google.com/krekadra/ScreenCaptures?authkey=Gv1sRgCMXb7ZmzsoLV_gE#5605911826526758898I tryed to disable Simple tags plugin, but it’s nothing changed.