EThire
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress 2.8 “The plugin does not have a valid header.”Another easy way to fix this problem is to upload the UNZIPPED folder using the regular FTP way and then going to your plugins panel in wordpress and activate it.
I’m using the “Magic Magnify” plugin and I kept getting the ‘The plugin does not have a valid header.’ message, but this method seems to work. There might be a problem in the way WP has been configured with certain plugins.
I hope this helps.
Forum: Fixing WordPress
In reply to: CSS Sprite :hoverthanks, that works great
Forum: Fixing WordPress
In reply to: Where to add css sprite code in wordpress theme?The button has been masked and everything is working except for the hover. It wont move -150px. Any suggestions?
I’ve pasted the following in the style.css
.thumbnail {
display: block;
width: 310px;
height: 150px;
overflow:hidden;
background:#eee url(‘images/x.png’);}
.thumbnail:hover {background-position: 0 -150px;}and pasted the following in the php
Forum: Fixing WordPress
In reply to: Where to add css sprite code in wordpress theme?I will try that, but do you have any idea what ‘a’ and ‘sprite.png’ should be?
thanks