zeaks
Forum Replies Created
-
Forum: Themes and Templates
In reply to: insert image in headerThis should do what you want
#header { background: url('http://urbancoach.es/wp-content/uploads/2012/image002.jpg') top left; display:block; background-repeat: no-repeat; height:54px; width:221px; margin-left: 100px; } #header h1, #header h2 {display: none;}This will also hide the current title and tagline. If you want to keep them, then remove the #header h1, #header h2 {display: none;} part, and also remove the margin-left: 100px;
Forum: Themes and Templates
In reply to: How to remove space below footer?You have huge margins and padding on your logo image. Reduce them, then add a bottom margin to the #contentwrap so the wrapper isn’t mashed against the bottom of the browser.
Adjust this
.logoimg { margin: -35px 30px 2000px 7px; padding-bottom: 1000px; }Add a bottom margin to this of 30-40px
#contentwrap { margin-bottom: 40px; }Forum: Themes and Templates
In reply to: Twenty Eleven Theme, sidebar partially hiddenI made a post about this a while back, here’s the link http://zeaks.org/twenty-eleven-change-sidebar-width/ it uses the left sidebar layout in the tutorial, but explains how it’s done, you’ll just have to do the same, but for the right sidebar layout.
Forum: Themes and Templates
In reply to: does anyone know of a theme that is similar to this.Here’s one with a similar layout http://everydays.hassii.com/photo-biyori heres’s a list with some that might be useful to you http://www.demilked.com/free-photo-gallery-and-portfolio-wordpress-themes/
Forum: Fixing WordPress
In reply to: Center Post titleI’m not sure how it’s “beyond the scope of these forums to help with basic CSS issues” specially when the description of one of them is “– XHTML and CSS” and the question relates to the default WordPress theme.
But anyways in case you haven’t figured it out already…
This will center the post title and meta info
.entry-header { text-align:center; }If you just want to center the post title use
.entry-title, .entry-title a text-align: center; }Add either to your child theme.
If you need help with more CSS issues that are “too basic” for these forums, feel free to ask for help on mine http://zeaks.org
Forum: Fixing WordPress
In reply to: Follow me mod?Nice plugin, just what I was looking for.
Forum: Themes and Templates
In reply to: Twenty Elevel – 3 ColumnI think this is what you’re looking for. http://board.zeaks.org/threads/2-sidebars-on-post-pages.184/#post-981 if it is, let me know I’ll zip it up for you.
Forum: Themes and Templates
In reply to: Twenty Elevel – 3 ColumnThe length of the sidebars would be determined on how many widgets you have active. Unless I misunderstood what you are asking.
I’m having the same problem, cept I get a bunch of default youtube thumbnails and broken links as described above.
Forum: Themes and Templates
In reply to: wordpress medieval themeThere are lots of awesome free themes, some that are even better than premium ones.
You say with other CMS themes are free advertising for professional work? I’m not sure what that means. Just because soem designers have themes for sale, doesn’t mean they don’t have free themes as well. Take a look at WooThemes, lots of free themes and lots of premium themes.
You can always create your own too 😛
Forum: Themes and Templates
In reply to: wordpress medieval themeYou’re comparing a paid theme to free themes. Usually premium themes look better than free ones.
“midevil” isn’t much to go on. Is the site about a particular game or content?
Here’s another one http://www.schulte-design.com/casdah-theme/ it’s free and pretty nice looking. Take off the Warcraft stuff and add your own images and you have a generic “midevil” theme.
To be honest, I think I know what you’re looking for as I’ve searched for the same for my Warcraft site a few years. For some reason there are not many themes that fit into that category unless you want to fork out money.
Forum: Themes and Templates
In reply to: wordpress medieval themeHere’s a couple. Try using Google Image search, it’s pretty easy to find things that way.
http://www.blogchemistry.com/2008/05/25/free-wordpress-theme-memento-mori-medieval-woodcuts/
http://www.gfxedit.com/themes/wordpress/davinci-code-wordpress-theme.html
http://karenblundell.com/web-design/the-lord-of-the-rings-template-and-themeIf you want to just hide it, you could use
.list-posts-all {display: none;}If you want to actually remove it, I’d ask the author. That theme has alot of settings, I’m not familiar with it enough to tell you what’s ok to remove.
Forum: Themes and Templates
In reply to: remove site-titleI didn’t even know about visibility: hidden;, thanks alchymyth
Forum: Themes and Templates
In reply to: BlogoLife 1.8 change Site Title Font#site-title if you want to change the font
This controls the width of the title block.
#branding hgroup { margin: 20px 0 20px 15px; width: 450px; }