Christopher Anderton
Forum Replies Created
-
Forum: Installing WordPress
In reply to: I don’t know how to install this!WordPress? A plug-in? Little midgets in diamond custumes?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] My custom thumbnails/albumsSorry. Was a double post. I got a error (BBpress) when tried to post.
Forum: Fixing WordPress
In reply to: How do I get a drop shadow border around my main content?Here you have some tuts on this topic:
http://1976design.com/blog/archive/2003/11/14/shadows/
http://www.alistapart.com/articles/cssdrop2/Forum: Fixing WordPress
In reply to: Change color on my sidebar textIn your theme you have to change this CSS in the file style.css
#sidebar ul li a {
color: #d26062;
text-decoration: none;
}#sidebar ul li a:hover {
text-decoration: underline;
}And
#sidebar a {
color: #d85b61;
text-decoration: none;
}#sidebar a:hover {
text-decoration: underline;
}This is the CSS that allows you to change color in your sidebar for your theme. I also replied on one of your other posts: http://wordpress.org/support/topic/176498?replies=2
Forum: Fixing WordPress
In reply to: Can i upload my logo even though i have a wp theme?In your theme CSS change this (copy and paste):
#header #header-info {
position: absolute;
top: 40px;
left: 308px;
width: 390px;
text-align: center;
visibility: hidden;
}That will hide the text in your header, but will still be searchable by Google. For placing a image you just copy and paste this code:
<div id="header-logo">/"><img src="<?php bloginfo('template_directory'); ?>/images/logo.jpg" border="0" alt="My Logo" /></div>into your index.php file after it says:
div id="header">Save.
Then add this into your CSS:
#header-logo {position: relative;
float: right;
right: 150px;
}Save. Then that’s it. You can of course tweak where the logo is going to be placed in the last code. Just change the numbers in the header-logo CSS.
Forum: Fixing WordPress
In reply to: blog doesn’t work in IE7I have no problems viewing it in IE7 (or IE8).
However, it gives a warning:
Webpage Script ErrorsMessage: Syntax error
Line: 533
Char: 1
Code: 0
URI: http://www.absurdintellectual.com/Forum: Plugins
In reply to: Modifying the plain html editor?A bit old guides, but i think it will work with 2.7
http://www.tamba2.org.uk/wordpress/quicktags/
http://lorelle.wordpress.com/2006/03/31/customizing-your-wordpress-quicktag-buttons/Also, there is a plug-in for this (i use this myself):
http://roel.meurders.nl/wordpress-plugins/wp-addquicktag-plugin-for-adding-quicktags/Forum: Fixing WordPress
In reply to: WP 2.7 Blog HackedYou are sure that the code was inserted when running 2.7 and not 2.6.x?
Forum: Fixing WordPress
In reply to: WordPress 2.7 incompatible with Windows Live WriterI think Windows Live Writer have serious issues with WP 2.7
Many people are reporting all kind of problems with the WLW + WP 2.7Have you tried with http://windowslivewriter.spaces.live.com/blog/ the latest RC?
Forum: Fixing WordPress
In reply to: Change color on my sidebar textIn the default theme the following CSS allows you to change colors:
#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
color: red;
}
That will change the color on unlinked text in the sidebar to red.#sidebar ul li a{
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
color: red;
}#sidebar ul li a:hover{
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
color: purple;
text-decoration: none;
}And this (copy and paste) CSS will make all sidebar links red. Also, links will change color to purple on hover.
You can change colors how much you want (using color codes or descriptions, more on that over here -> http://www.computerhope.com/htmcolor.htm ). All themes does not have the same CSS classes, but it should be something similar to this.
Forum: Fixing WordPress
In reply to: Very disappointed, so far1. Permalinks is already in every theme on earth by default. It’s mostly located in the title of you post.
2. Yes, WordPress is a PHP application and using XHTML for structure and CSS for design.If you want to learn more, there are always good resources at the Codex (WordPress.org) or http://www.wprecipes.com/ http://www.wpzoom.com/
Forum: Plugins
In reply to: [Plugin: WP e-Commerce] Don’t be fooled – buggy plugin, little supportErm. strategicblend.
I don’t know, but your attitude does not directly encourage people to help you.Of course i really see what’s written in this thread, and speaking of dicks, sorry to say this, but i only see one person here not being polite. And that’s you. Have a better attitude will help you a lot more.
Cheers
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Badly-designed InterfaceAnyone that will come up with an new nextgen ui mockup? I’m waiting 😉
Forum: Plugins
In reply to: 4 months and plugin still not added :?Do the plug-in follow the guidelines? (GPL etc)
Forum: Plugins
In reply to: [Plugin: wpSEO] WPSEO GPL Compatible?It’s strange that no one had set up a alternative “Extend WordPress” site that allows comercial and not GPL’ed plug-ins.