miravisu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Remove pingbacks sectionThis is not theme specific, but a global setting.
Simple googling on “wordpress remove pingbacks”, lead me to this post.. ??
ie, Go to Settings -> Discussion… second option from the top.
Forum: Themes and Templates
In reply to: [Hueman] Hueman, remove two Social Share buttonsI saw you also posted to the old thread [resolved] Social Share buttons in post pages.
According to a post there one [at the time] could disable them all by going to:
Theme Options > Blog > Social Buttons > DisableBut there were and still appears to be a few cosmetic differences between the theme version available via www.ads-software.com and the one the theme author offers (and recommends) for download on his webby.
I downloaded it from his webby, since I wanted more custom logo options, and to me there is no Social Buttons, but a feature called Social Links. And the only option available there, is to Add new.
I’d personally want to disable them all though!I do spy with my css eye..
#footer-bottom .social-links { padding-top: 10px; }
#footer-bottom .social-links a { color: rgba(255,255,255,0.6); }
#footer-bottom .social-links a:hover { color: #fff; }
#footer-bottom .social-links .social-tooltip { font-size: 28px; }..and..
/* sidebar primary */
.s1 { width: 340px; z-index: 2; }
.s1:hover { z-index: 98; /* social icons tooltip above header nav */ }
.s1 .sidebar-top,
.s1 .sidebar-toggle { background: #3b8dbd; }
@media only screen and (min-width: 479px) and (max-width: 960px) {
.s1 .sidebar-top { background: none!important; border-bottom: 1px solid #ddd; }
.s1 .sidebar-top p { color: #666; }
.s1 .sidebar-top .social-links .social-tooltip { color: #666; }..and then..
/* common : social links
/* ———————————— */
.social-links { float: right; position: relative; padding-top: 2px; }
.social-links li { display: inline-block; margin-left: 8px; line-height: 16px; font-size: 0; }
.social-links li a { display: block!important; position: relative; text-align: center; }
.social-links .social-tooltip { color: #fff; color: rgba(255,255,255,0.7); font-size: 24px; display: inline; position: relative; z-index: 98; }
.social-links .social-tooltip:hover { color: #fff; text-decoration: none; }
.social-links .social-tooltip:hover:after { top: -36px; background: #fff; font-size: 14px; color: #666; content: attr(title); display: block; right: 0; padding: 5px 15px; position: absolute; white-space: nowrap;
-webkit-border-radius: 3px; border-radius: 3px;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2); box-shadow: 0 0 2px rgba(0,0,0,0.2); }
.social-links .social-tooltip:hover:before { top: -10px; right: 8px; border: solid; border-color: #fff transparent; border-width: 5px 5px 0 5px; content: “”; display: block; position: absolute; z-index: 1; }So, if I want to remove them all.. should I remove the entire common : social links text bit?
Forum: Themes and Templates
In reply to: [Hueman] Follow and MoreWisseWP, thank you, will try that!
Sorry for late reply, and yes, I agree, great theme ??Forum: Themes and Templates
In reply to: [Hueman] Follow and MoreAlexander, if I want to change the More and Follow: text completely, ie not translate it but rather titling both fields something else, is fiddling with .mo and .po stuff as advised in that guide still the best way to go about it?
Because a person browsing the page using US language settings would still see the original term, unless I changed that too? So far I found the place to change More in the sidebar-2.php section, but not found the right place for Follow:.