greencode
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category Post Count as LinkI was hoping to get a bit of success by using a different title for the post – it seems this is one of those things that seems soooo easy but yet is impossible!
Forum: Plugins
In reply to: [Plugin: GD Star Rating] IE PNG FIx not working?Many thanks, really great plugin by the way.
Forum: Plugins
In reply to: [Plugin: GD Star Rating] IE PNG FIx not working?Yes, I’ll be glad to see the back of IE6 – unfortunately, at the moment, it still appears 18.5% of the web world seem happy with it!
When I’ve downloaded the gifs do I need to set anything up in the Settings or simply add that folder to the GD Ratings folder?
Forum: Plugins
In reply to: [Plugin: GD Star Rating] IE PNG FIx not working?Oh yes, and I do have the “Use IE6 PNG transparency fix.” checkbox ticked.
Forum: Fixing WordPress
In reply to: Category post count within sidebar link?Does anyone know why with the method I mentioned a few posts ago why this would function perfectly okay in all browsers except IE6 – If IE6 didn’t exist then I would have found the answer but as it does then I need to figure out a different way.
I’m amazed nobody else is experiencing this or wanting to do what I’m wanting to do. Anyone?
Forum: Fixing WordPress
In reply to: Why does uploading images store 3 images on server?From what I can gather in the Settings > Media in the WP-Admin you specify what size you’d like these 3 images. There must be some way to stop this in the actual php code but I wouldn’t have the faintest idea where to look!
Forum: Fixing WordPress
In reply to: Category post count within sidebar link?Has anybody got any ideas on how to do this?
Forum: Plugins
In reply to: Removing AddThis from Static PagesThanks for this – this has removed it from the static pages such as about and contact but the button still remains on each individual post on the home page. I only want the button to appear when the user clicks on the post link on the home page to view the individual post.
Also, my theme always adds a border and padding to every image that’s placed on the page – is there any way in the php file to add “padding:0; border:none;”?
Forum: Plugins
In reply to: [Plugin: GD Star Rating] Display rating text next to Stars?Thanks for this – just what I was after
Forum: Plugins
In reply to: Removing AddThis from Static PagesDoes anyone know how to do this? I would only like “addthis” to appear only on Posts and not on the home page or other static pages. Help!!!
Forum: Plugins
In reply to: Order by Title A-ZArh, not to worry – I’ve just found this plugin http://wordpress.org/extend/plugins/wp-post-sorting/ which is perfect for the job.
Forum: Plugins
In reply to: [Plugin: cformsII – contact form] Variables not passing?Thanks alot – that’s exactly what the problem was.
Forum: Fixing WordPress
In reply to: Category post count within sidebar link?Sorry, I can’t seem to write that post without it messing up the formatting – the ” should be a closing link tag.
Forum: Fixing WordPress
In reply to: Category post count within sidebar link?Okay, I almost managed to do this. In the classes.php (in the wp_includes folder) I changed the line from:
$link .= $cat_name . '';to
$link .= $cat_name ;This seems to work in all browsers with the exception of IE6 as it seems to mess up the formatting of the sidebar?!
Forum: Fixing WordPress
In reply to: Category post count within sidebar link?Okay, thanks. Looks like I’ve got a fair bit of reading to do to resolve this issue – I would have thought it would be incredibly simple to add the amount of posts within the link tag?!