preso
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: customizing post title linksYes, I could see how that would be confusing. I was going to post only an image for each post. I wanted to keep the page as clean as possible without adding new text, which is why I wanted the post title to link to the external source. I’ll just add a line of hypertext to avoid confusion.
thanks for the feedback.
Forum: Themes and Templates
In reply to: Changing font in child themeThanks for your suggestion. I couldn’t post a link because the theme is not yet live. Since there wasn’t any text-decoration:underline in the parent’s stylesheet, I solved the problem with h1 a, h2 a {text-decoration:none;}
Thanks again.
Forum: Fixing WordPress
In reply to: Centering and adjusting header textThe changes appear when I activate the theme. Thanks for your help. I’ll mark this as resolved.
Forum: Fixing WordPress
In reply to: Centering and adjusting header textThe child theme hasn’t been activated yet, so I can’t provide a link to the site. Here’s parent theme’s stylesheet (https://pastebin.com/xsPdpZ9z). Perhaps you can determine what controls the blog title’s appearance from there.
Forum: Themes and Templates
In reply to: Developing child themesGreat! Worked like a charm. Thank you.
Forum: Themes and Templates
In reply to: Developing child themesSince I’m using the Simplest theme it only has a stylesheet, main index, theme functions, and comments page. I figure that I will have to add specifications to the main index page under the content div, but I’m not sure how to specify that I only want the content to be displayed on single pages, not the main page. Any help is greatly appreciated.
Here is a pastebin link that shows the entire contents of the main index php file : https://pastebin.com/YAtWCSpB
Forum: Themes and Templates
In reply to: Developing child themesIf I do that the content doesn’t appear anywhere. I would like my post to appear when a user selects the title (on the single page). I just don’t want the content on the landing page.
Forum: Themes and Templates
In reply to: Developing child themesDo you know what markup I’d have to add after importing the parent’s index page? I’m looking for the specific PHP coding. I know I should learn PHP before tampering with it, but I’m in a hurry to get this up.
Thanks.
Forum: Themes and Templates
In reply to: Developing child themesYes, I’ve reviewed “Child Themes”. At this point, I’m going to ditch Coraline (since there’s so much I had to remove), and move over to Simplest.
I would like to change the home page so that it only displays the post titles (not the content). Do you know how I could do that in the child theme? I have a decent grasp of CSS, but not of PHP.
Thanks for your help.
Forum: Fixing WordPress
In reply to: How to create a fluid-width banner?Thanks for the suggestion. But, I’m not sure what to adjust that allows header text to be fluid. Here is my stylesheet’s header section: