Muirén NíSídach
Forum Replies Created
-
Forum: Plugins
In reply to: [Eazy Enable Blogroll] CSS ::before ::after Format ProblemsBrilliant!???? Worked perfectly, and I’ve learned a bit more, thank you so much.
Forum: Themes and Templates
In reply to: [SimplyBlack] How To: Change Inherited Menu Font-Weight?Thanks, Guido, I had to change the value to 700 for it to display as 500 which in Ubuntu is medium. I can’t see what causes that. The padding change I made looks accurate, just not the font.
.nav-head ul li a { font-weight: 700; padding: 8px 0; }
When I use 500 weight in posts, pages, widgets, it renders properly, just not in the menu.
Forum: Themes and Templates
In reply to: [SimplyBlack] How To: Hide Metadata from a Single or All Posts?Never mind.
I just removed the entire section until I learn to comment it out from the extra CSS area.Forum: Fixing WordPress
In reply to: How to changing the display name “Featured Post”?It worded. Thank you.
Weird, when I tried that earlier with the snippet of code, it changed the name like I wanted, but lost the custom CSS formatting. Now it looks perfect. Sorry to be so much trouble, and again, thanks @guido07111975 and @bcworkzForum: Fixing WordPress
In reply to: How to changing the display name “Featured Post”?That code snippet works perfectly but I am not sure how to correctly add the original formatting.
{margin:0 0 20px; padding:2px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc; text-align:left; text-transform: capitalize; font-weight: 700; font-size: 28px; color:#5C6A78;}
Into
add_filter('gettext', function( $translation, $text, $domain ) { if ( $text == 'Featured post') $translation = 'About . . .'; return $translation; }, 10, 3 );
- This reply was modified 3 years, 6 months ago by Muirén NíSídach.
Forum: Fixing WordPress
In reply to: How to changing the display name “Featured Post”?Sorry, my misunderstanding @guido07111975
Forum: Fixing WordPress
In reply to: How to changing the display name “Featured Post”?Thanks. The Theme’s author told me to contact the plugin author, the plugin author told me it comes from WordPress. So I’ll copy this exchange for clarification and circle back around to the theme builder for a fix.
Forum: Fixing WordPress
In reply to: How to changing the display name “Featured Post”?That is precisely what I did do and why I am posting here.
https://www.ads-software.com/support/topic/customize-name-of-featured-post/
`Support ? Plugin: Sticky Posts – Switch ? Customize Name of Featured Post?
Muirén Ní Sídach (@rhomani)
1 month, 2 weeks ago
Instead of an entire page, I want the sticky-post to be the about. How can I change the words “Feature Post” to “About”?
The page I need help with: https://siofrai.comSticky Post Switch Plugin Author: Markus Wiesenhofer (@markusfroehlich)
6 days, 10 hours ago
Hello rhomani,
the naming comes from WordPress itself, unfortunately, I have no influence.
Best regards
MarkusForum: Plugins
In reply to: [Sticky Posts - Switch] Customize Name of Featured Post?The words “Feature Post” are coded into WordPress?
Where?Forum: Themes and Templates
In reply to: [SimplyBlack] CSS Font Style for Sidebar WidgetsThank you so much, Guido!
Forum: Themes and Templates
In reply to: [SimplyBlack] CSS Font Style for Sidebar WidgetsI do not understand what you mean.
I want to keep the body text ‘Ubuntu 300’ which is Unbuntu Light.
I need the sidebar text to be heavier ‘Ubuntu 400’ or Unbuntu Normal.
When researching the author of the Blogroll plugin said your theme controls the font-weight of the sidebar widgets.
Forum: Themes and Templates
In reply to: [SimplyBlack] Customize Sticky Title?Found it so never mind.
Forum: Plugins
In reply to: [Sticky Posts - Switch] Customize Sticky Title?Damn, it was a snake it would of bit me.
Just added text-transform: capitalize;
Easy peasy.
Thank you MarkusForum: Plugins
In reply to: [Sticky Posts - Switch] Customize Sticky Title?Thank you for your reply.
I have parsed through the WordPress main theme editor and cannot find what causes the sticky post title to be First word Feature capital and second word post lower case.“Featured post” is NOT part of the theme. If it was, why would I need your plugin?
Can you suggest what to do?
Forum: Themes and Templates
In reply to: [SimplyBlack] [Paid] Theme CustomizationAll that the CSS does is change the link blue.
But that’s how you requested it.No. I gave you a link to a picture of what it looks like.
I shared code that you said you looked at and which also is not a blue link color.There is no possible way for you to think I just wanted a stupid simple blue link.
We just waster a lot of time, so what is really going on here?