Danilow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Duplicate linksYou are so right. I’m sorry. https://saultman.com/blog
Forum: Everything else WordPress
In reply to: Download library image to desktop?Hey, Thanks a lot. It worked well. I also found that I could download versions of the image using an ftp client.
Forum: Themes and Templates
In reply to: Origin Theme – Modify ruled line under header title?Do you know how to answer a question? I want to modify a simple ruled line, not go to CSS school.
Forum: Themes and Templates
In reply to: Origin Theme – Modify ruled line under header title?I have a child theme installed. I don’t have knowledge of a “custom CSS plugin”.
Forum: Themes and Templates
In reply to: Origin Theme – Header font and length of lineI have a web dev app. You did not answer my question. Nor did the firebug page answer it. Are only strings of modified code added to the child file? Where does modified code GO??
Forum: Themes and Templates
In reply to: Origin Theme – Header font and length of lineand then include only the new CSS. This is not clear. If I modify a line or section of the parent, then copy it to the child, do it just drop this line in after the initial css text? and then redo the parent css?
I don’t get it.Forum: Themes and Templates
In reply to: Origin Theme – Header font and length of lineDo I copy the entire style.css file into the child file?
How else can I edit it without editing the parent?Thanks
Danilow
Forum: Themes and Templates
In reply to: Origin Theme – Header font and length of lineOk…I have created a child of the origin theme. It fixed the problem of the title breaking into two lines. But – the font is now all lower case. I want All Caps!. Any suggestions?
Thanks
Danilow
Forum: Themes and Templates
In reply to: Origin Theme – Header font and length of lineNope!
No change.Here’s what I entered:
=========================CSS modified==================
/* Header
————————————————————– */
#header {
clear: both;
width: 100%;
}
#branding {
float: left;
width: 100%;
overflow: hidden;
margin-top: 20px;
}
#site-title {
font-size: 2.307692307692308em; /* 30 / 13 = 2.307692307692308 */
line-height: 1em;
font-weight: bold;
margin: 0 0 20px 0;
text-transform: lowercase;
letter-spacing: -2px;
font-family: ‘Helvetica Light,Helvetica Neue’, Helvetica, Arial, sans-serif;
word-wrap: none;
}========================end===========================
Forum: Themes and Templates
In reply to: Origin Theme – Header font and length of lineHere is what I have done to no avail.
I will make a child theme as soon as I make this small change.
I currently do not know how to make a child theme. I understand why I should and I will get to it right away, but for now can you help me just get this one ;ine of text to NOT BREAK into two lines?Thanks
[CSS is all visible on your site – no need to post it here]Forum: Themes and Templates
In reply to: Origin Theme – Header font and length of lineYour suggestion does not work!
I have tried every variation I could think of. The edits are being saved in the CSS folder but nothing is happening. I have tried using ftp – still no change.
No matter how long I make the length (in the style.css code), the titles still breaks into two lines. Further, you mention a “fonts folder” where is it? I cannot find it. Any further help? Anyone?Danilow
Forum: Themes and Templates
In reply to: Newest post image larger than othersPaul – It worked perfectly. It took some searching around to find the proper selections but it worked.
Thanks
Danilow
Forum: Themes and Templates
In reply to: [Origin] Origin Theme – Sizing picturesThumbnail sizing Success!! Thank you. The plugin worked perfectly and saved a lot of time.
Dan
Forum: Themes and Templates
In reply to: [Origin] Origin Theme – Sizing picturesIt had not been checked. I then checked it. But there was no evident change.
Dan
Forum: Themes and Templates
In reply to: [Origin] Origin Theme – Sizing picturesChecked or not. No change. I wish to make the header image bigger too. How do I select large medium or thumbnail to be applied to a page?
Dan