Ryder911
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Picture overlapping twitter widgetIf you know where in your theme the image is located (footer.php?), you can manually adjust the image location by modifying the code. As an example, the following code adjusts an image size to a size of 600×500 pixels and moves its display location to the left 20 pixels and up by 32 pixels.
<p><img width=”600″ height=”500″ alt=”” src=”http://yoursite.com/wp-content/uploads/yourimage.jpg” style=”margin-left: -20px; margin-top: -32px;” /></p>
Forum: Fixing WordPress
In reply to: Installing a basic JavaScript. Am I doing it right?Thanks Josh, but I still couldn’t get it to work properly. The script ran but would only install either above the page header or below the page footer.
I modified my header.php and tried running a simple script from my host, and that didn’t work either. 🙁
Forum: Fixing WordPress
In reply to: Need to restore a Plugin to a previous older version.Thanks again. I’ll try that. Fortunately the site is hosted on GoDaddy.
Forum: Fixing WordPress
In reply to: Need to restore a Plugin to a previous older version.Thanks for the tip Rev., but unfortunately there’s no older version listed on the plugin page. I emailed the autor to see if he would be willing to post it.
Forum: Fixing WordPress
In reply to: wp 3.0.4How do I check what version of WP I’m currently running? I’ve looked everywhere, but can’t seem to find it. I know it’s a 2.xxx.
Thanks.
Forum: Fixing WordPress
In reply to: Optimal length of Home Title, Description & Keywords?Thanks panther! 🙂