kittrick
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Formatting stripped in archive summariesOpen Appearance > Brunelleschi Options and check the button marked:
Show Full Post in Archives and Tags?
This will show the full post on these pages instead of the excerpt. You can then add the <!–more–> tag to specify where the read more link is placed.
Forum: Themes and Templates
In reply to: [Brunelleschi] Adding Second Sidebar in BrunelleschiCheck under Appearance > Brunelleschi Options. Look for a select box that reads: Left, Right, None, or Both Sidebars?
Forum: Themes and Templates
In reply to: [Brunelleschi] Adding Second Sidebar in Brunelleschi1.5.4 was just approved by the WP team (1/31/12) , so it should show up in your dashboard in the next couple of days.
Forum: Fixing WordPress
In reply to: Translatable Child-theme: same or different textdomainMake sure this part is linking to the directory holding your languages:
$locale_file = TEMPLATEPATH . "/languages/$locale.php";Forum: Themes and Templates
In reply to: Adding vertical linesTry adding this to the Custom CSS box und <b>Appearance > Brunelleschi Options</b>:
#main { border-right: 1px solid #CCC; border-left: 1px solid #CCC; }If you’re doing a lot of CSS changes you may want to add your CSS via a child theme. It’s very easy. Alternatively you could create a CSS plugin.
What I do is use Google Chrome’s developer tools (
⇧⌘Con OSX,Control-Shift-Con PC). From there you can tweak the pages’ CSS instantly without refreshing. Then just copy and paste your code once your done!Forum: Themes and Templates
In reply to: [Brunelleschi] Adding Second Sidebar in BrunelleschiHi Merich, the Version 1.5.4 allows two sidebars on each side.
Forum: Themes and Templates
In reply to: [Brunelleschi] [Theme: Brunelleschi] printBrunelleschi’s print layout has been updated. Update your themes and see if the problem persists.
Forum: Themes and Templates
In reply to: [Brunelleschi] Brunelleschi Mobile SiteBrunelleschi does this on purpose. It uses the 1140 CSS Grid. On small screens the widgets appear below the site, this way the site content is visible without zooming.
Forum: Themes and Templates
In reply to: Brunelleschi – How to remove Home?To add CSS to the Brunelleschi theme, log into WordPress admin;
http://YOURSITE.COM/wp-adminOnce you have logged in you will see a tab on the left side labeled Appearance. Click on it and a menu will appear. Click on Brunelleschi Options. This will reveal the Brunelleschi Options Page. Scroll down to find the Custom CSS field. Enter the CSS code you desire and click Save Options. Voila! You have Custom CSS!
Forum: Themes and Templates
In reply to: [Brunelleschi] Brunelleschi – change fontbody, h1, h2, h3, h4, h5, h6, input, textarea, .page-title span, .pingback a.url, #site-title, .entry-title { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300; } h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, .home .hentry.format-aside:before, .home .hentry.category-asides:before { font-family: "Times New Roman", Times, serif; letter-spacing: .2em; } input[type=submit] { font-family: "Times New Roman", Times, serif; }Here’s the typography section of the CSS file. If you replace these fonts with your own you can paste that into the custom CSS input under Appearance -> Brunelleschi Settings.
Forum: Themes and Templates
In reply to: Brunelleschi – How to remove Home?You can also add this to the custom css section of the Brunelleschi Settings. That way it will persist even if you update the theme.