t0v3
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change Background Color?Change
background-color: #282a51;
to
background-color: #ffffff;
Forum: Plugins
In reply to: Google Sitemap Generator problemsYou would need to apply a stylesheet to it. However, a normal .css stylesheet won’t work. You need to add this into the heading
<?xml-stylesheet type=”text/xsl” href=”style.xsl”?>
Then obviously make a file named style.xsl to include the styling you want.
For example:
<?xml version=”1.0″?>
<xsl:stylesheet xmlns:xsl=”http://www.w3.org/1999/XSL/Transform” version=”1.0″>
<xsl:output method=”html”/><xsl:template match=”/”>
<html><head><title>sitemap style.xsl</title></head>
<body>
<xsl:apply-templates/>
</body></html>
</xsl:template><xsl:template match=”txt”>
<div class=”loc” style=”background-color: red;”>
<xsl:value-of select=”.”/>
</div>
</xsl:template><xsl:template match=”lastmod”>
<div class=”lastmod” style=”background-color: red; color: black;”>
<xsl:value-of select=”.”/>
</div>
</xsl:template><xsl:template match=”urgent”>
<div class=”xmlstyle” style=”background-color: white;”>
<xsl:text></xsl:text>
<xsl:value-of select=”.”/>
</div>
</xsl:template></xsl:stylesheet>
You get the general idea.
Forum: Plugins
In reply to: Specific WordPress Forum IntegrationThere is a plugin for bbpress which makes wordpress posts also create a topic on the forum
Forum: Fixing WordPress
In reply to: Login/Register success message before redirectIsn’t it more user friendly to keep it as it is? I’d much prefer to automatically get directed straight to a page, than be told i’m going to have to wait 5 seconds.
Forum: Fixing WordPress
In reply to: Help – Major Problem – Blog is gone & I can’t log inDelete the plugin from your plugin folder?
Forum: Your WordPress
In reply to: Critique my site please?I hate the red/grey colour scheme, but that’s just my personal taste. The layout could do with being a little less wide in my opinion.
Not much else to say other than that. It’s just a cookie cutter theme that’s been uploaded. Personalize it a bit, make your own images, tidy it up. I’d change the red links to something else, too.
Forum: Your WordPress
In reply to: I’m ready for the massesI checked with firefox and IE 6 and IE 7 and it looks the same in all of them.
Forum: Plugins
In reply to: Login and logout redirectionAll i done is change the redirect to
do_action(‘wp_logout’);
$redirect_to = ‘redirect.php’;
Then in redirect.php i put
<?
header (“Location: http://mydomain.com/index.php”);
?>Forum: Plugins
In reply to: Need Accordion effect to expand/collapse post &/or page contentI’m not aware of a plugin, possibly because of it’s unusual nature.
Unusual? I don’t browse many sites but i’ve seen tables which collapse and expand quite often. It’s a good way to compact info which users find of no importance.
Also, no one would choose not to write a plugin simply because it uses java, that’s just silly.
Forum: Themes and Templates
In reply to: CSS and Cross-Browser Compatibilty ChecksExactly, it checks for valid css. You obviously miss the whole point of validating. The point is; if it’s valid, it conforms to a standard, and that standard is there so sites work across all platforms. So yes, in a way it does check for cross-browser compatibility.
Forum: Fixing WordPress
In reply to: Can’t login. Sends me to a blank page!Try changing the redirect link in the wp-login.php file. Other than that i haven’t got a clue what could be causing it
Forum: Themes and Templates
In reply to: CSS and Cross-Browser Compatibilty Checkshttp://jigsaw.w3.org/css-validator/
Validate it with that and it will work in all browsers
Forum: Installing WordPress
In reply to: How? ? :-) blog entry artwork protection?You mean protect as in no one being able to steal the images? There’s no way you can, even if you disabled right click, or embeded them i nflash, people can still take screenshots and take them that way.
Best thing to do is watermark them, meaning write your website url somewhere on the image.
Forum: Fixing WordPress
In reply to: CSS in different browsersNevermind, i helped myself. I strongly advise everyone to use this on their CSS: http://jigsaw.w3.org/css-validator/
I fixed several errors and now my pages are identical in both IE and firefox
Forum: Installing WordPress
In reply to: A Good Hosting Site?GoDaddy is the best there is. I’ve tried most, and these are a mile ahead in terms of quality and price. Just go for their linux hosting, not windows