dahliagraphics.dk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I maintain order in my html?But I am still at the starting lvl (noob lvl), so I haven’t touched the php files, I’m just working in the html tab when I’m creating new pages.
Forum: Fixing WordPress
In reply to: How do I maintain order in my html?It doesn’t work. The <!– YOUR COMMENT HERE –> will just disappear if I go to the visual tab and back to html again. Is this something that the wordpress team is working on fixing? Because this is very frustrating when I normally like writing my own html.
Forum: Themes and Templates
In reply to: Changing size of page headlineThank you! Problem solved.
Forum: Themes and Templates
In reply to: Changing size of page headlineI was thinking if I should remove some code from the header.php file instead?
[code moderated per forum rules - please use the pastebin]
Forum: Themes and Templates
In reply to: Changing size of page headlineHowever – my main problem is still a problem. I am not so strong in html, and what alchymyth is saying makes sense – though I can’t find .entry.title anywhere, and if I paste .page.singular .entry-title { display: none; } somewhere, it doesn’t work. My code looks like this:
/* Singular */
.singular #primary {
margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
margin: 0 7.6%;
position: relative;
width: auto;
}
.singular .entry-header
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
margin: 0 auto;
width: 68.9%;
}
Forum: Themes and Templates
In reply to: Changing size of page headlineI didn’t have the chance to quote your answer before you changed it ?? But yeah, twentyeleven works ?? Thanks.
Forum: Themes and Templates
In reply to: Changing size of page headlineI have read your link.
I created a folder under wp-content > themes, and called it “child”.
I made a file in this looking like:
/*
Theme Name: Twenty Eleven Child
Theme URI: https://www.ads-software.com/extend/themes/twentyeleven
Description: Child Theme for Basic2Col
Author: Dahlia
Author URI: https://www.ads-software.com/
Template: Twenty Eleven Child
Version: 1.2
*/@import url(“../twentyeleven/style.css”);
followed by the original stylesheet code from twentyeleven, which I called style.css
When I go into Appearance > themes, it says under Broken Themes: “The parent theme is missing. Please install the “Twenty Eleven Child” parent theme.”
So … I need to put something more in my “child” folder I suppose?