CLeth
Forum Replies Created
-
Forum: Plugins
In reply to: Problems with WP E-commerce categoryJesus I screwed out with that link
Forum: Themes and Templates
In reply to: Change height of main mageThank you very much! Just another thing.. Please take a look at my page: phonedeal.dk
How do I remove the search-function to the menu-bar?
Forum: Themes and Templates
In reply to: Change height of main mageWhen i put the codes into the child-theme and updates nothing happens.. Only when I edit in the parent-theme changes are updated on my site? 🙁 Sorry for being a newbie
Forum: Themes and Templates
In reply to: Change height of main mageHi again,
I’ve did everything right, so I tryed this to another theme, and now it’s working, thanks!
So, where do you want me to put this?
#footer {
margin-bottom: 20px;
}I copyed it in the child-editor in WP, but nothing happens. Do I have to put it into my html editor and then uploade with ftp?
Forum: Themes and Templates
In reply to: Change height of main mageHi and thanks
I’ve been trying to create a child theme, and I guess I’m doing every right, but when I go to theme, this message will come:
Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
Esplanade Child Theme The parent theme is missing. Please install the “Esplanade” parent theme.What I do, is creating a style.css with the following:
/*
Theme Name: Mio Child Theme
Description: Child theme for the Mio theme
Author: Christian Leth
Template: Mio
*/
@import url(“../Mio/style.css”);
}
And importing this to my new Esplanade-child folder in themes.. What am I doing wrong?
Forum: Themes and Templates
In reply to: Change width on footerI’m sorry, but I don’t understand. I know how to use the editor in Appearance.
I’m installed Firebug to my firebox, but what to do?