resiny
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Help from Russian users sought!this is a wordpress support forum, intended to help people with wordpress problems. I don’t mean to be mean, but we aren’t here to help you translate stuff into russian, however techy that stuff might be.
yes. even if you blog is running on wordpress
Forum: Themes and Templates
In reply to: Striped 1.0 (Final) releasednice
Forum: Fixing WordPress
In reply to: Showing Trackback URIsit might work if you get the normal URLs working. THat way it’s http://www.blogurl/blog/posturl/trackback
Forum: Themes and Templates
In reply to: Makin My Kubrick Theme Wider :)you’ll have to either get a bigger header of widen that one somehow.
you have a section in your css that looks like this:
#page {
background-color: white;
margin: 20px auto;
padding: 0;
width: 760px;
border: 1px solid #959596;
}change the width to whatever you want
Forum: Everything else WordPress
In reply to: create folder inside wp-content/uploads1. You don’t really need them organized that way
2. Even if you do, it should be automatic if you check the optionForum: Your WordPress
In reply to: ShowBizRadio.neta little blog looking? That’s kubrick. not necessarily a problem, just an observation
Forum: Everything else WordPress
In reply to: create folder inside wp-content/uploadsmake sure the year folder is set at 777
Forum: Themes and Templates
In reply to: Site Critique Wantedi agree
Forum: Your WordPress
In reply to: 2 CMS style wordpress sites.i see you have a modified version of neptune going. nice.
1. get rid of the blinking thing. rediculously annoying.
2. the background on the page links shouldn’t be yellow. make it the grey color of the sidebar and the text whitethe other one’s looking good
Forum: Installing WordPress
In reply to: Themes don’t show up in Admin Panelprobably a double folder. make sure it’s the folder with the theme name and then inside that the files (sidebar.php, index.php, style.css, etc.) and not a folder with the theme folder inside
Forum: Plugins
In reply to: How to customize link iconslink to your site. we have no idea what you’re talking about otherwise. It sounds like you’re using k2. if so, the answer is yes
Forum: Your WordPress
In reply to: CoXiS WeBlogyep. nothing wrong with you posting this. i’m trying to figure out what you modified. I’m not very familiar with squible.
the color scheme’s really well done. I’m not big on how squible does the whole thing to the side of the post which basically requires you have javascript on, but that’s one of the key features of the theme, so you’re not about to get rid of it.
Nicely done
Forum: Your WordPress
In reply to: CoXiS WeBlogsquible with a different header, unless there are other customizations you made that I can’t see. What do I say?
Forum: Themes and Templates
In reply to: Disabling the Sidebarin your style.css there’s probably something like
#sidebar {
width: 180px;
float: right;
background: #eee;
}Remove that, and any other CSS rules with #sidebar in them.
Forum: Everything else WordPress
In reply to: Sidebar helphm. There might be a way, but it’s beyond me.
Anyone?