jimtron
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: enlarge images without popupI’ll take a look and see if I can get that going–thanks.
Forum: Fixing WordPress
In reply to: enlarge images without popupI mistakenly thought that image.php would be an existing file in my theme that I could edit. I searched the codex for “image.php” and got some results, but not a basic explanation. I know how to create a file in WP directory called “image.php,” but I don’t know what code should be there than what you suggested above.
Thanks for the responses by the way.
Forum: Fixing WordPress
In reply to: enlarge images without popupNo…I know how to create and edit that file, but what code should be added/changed?
Forum: Alpha/Beta/RC
In reply to: WP 2.9 Thumbnail Sharing on FacebookI’ve got this issue too and it’s really annoying me. My blog: https://www.picturedujour.com . I’m using Highslide–I wonder if that could have anything to do with it? Lately I’ve been getting what I think is the generic Gravatar logo when I post permalinks to my FB page.
Forum: Fixing WordPress
In reply to: is there a bug with trash function??I’ve got this problem as well. I’ve tried the suggestions above, as well as the WPSuperCache plugin. An example: my about page URL is /about-4. I edit the page (via Dashboard), click on edit permalink, and remove the “-4”. Which seems to work, until I update the page–then it reverts back to the -4 URL. I’m running WP 2.9.2.
I’d love to find a solution for this.
Forum: Everything else WordPress
In reply to: Lost frame around image caption after publishingOK, I just got my caption frames working again. I was reading this thread, which has the proper css code for captions. I copied that and added it to my theme’s style.css file. I still don’t understand what happened, as caption frames used to work fine with the same theme (Brodie), but it’s working now.
Here’s the code (I just pasted this below the existing code in my theme’s style.css file):
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .wp-caption img { margin: 0; padding: 0; border: 0 none; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
Forum: Everything else WordPress
In reply to: Lost frame around image caption after publishingMe too. I can see the caption frame in the edit post window, but it doesn’t show up when published. And it used to work fine–I wonder if it could have anything to do with the 2.7 update?
If anyone has any suggestions on how to fix this I’d love to hear them.
Forum: Fixing WordPress
In reply to: some recent posts disappeared from WP and mysqlUpdate: I just checked with my host, and they did in fact restore my database due to hacking on the server my account is on. I now have WP-DB scheduled to email backups daily. Thanks again for the quick response.
Forum: Fixing WordPress
In reply to: some recent posts disappeared from WP and mysqlThanks for the response. I actually did just install WB-DB! I’ll check with my host–maybe they restored the db…
Forum: Fixing WordPress
In reply to: new install missing imagesUpdate: The problem was that I had hotlinking protection on, and this is a recently added addon domain. I added this domain to allow linking and now everything is fine.
Forum: Fixing WordPress
In reply to: password protected directory – WP requires login twiceThanks for the reply. This definitely happens even if I don’t use the logout link.
I think what I’ll do is password protect the next directory up from my WP directory–I currently have it at: https://www.url.com/blog/, with the /blog/ directory protected. So I’ll just protect the home directory, because there’s nothing else at this particular site now anyway.
Still, if anyone has more thoughts about this problem I’d love to hear them.
Forum: Plugins
In reply to: Registered Only Plugin : Restrict entire blog to rI just installed this, version 2005-05-12. I’m using WP 1.5.1. I’ve activated the plugin, but, even after clearing my cache and quitting my browser, and logging out, I can still view the main page. Under meta, it says, “login” not “logout.”
Any ideas why I can view the blog after enabling the plugin and logging out?
thanks.
Forum: Fixing WordPress
In reply to: Problem with slash’s after upgrade to 1.2Where’s my-hacks.php? I tried adding the filter to vars.php, but I still have slashes–not in comments (I have no comments), and not on my index page–but on all the other pages (archives). https://patrioticearthling.com/blog/index.php
Forum: Themes and Templates
In reply to: 100% Repeating Background?I have a similar problem, at least with IE and Safari on OS X. It doesn’t seem to be an issue with Firefox. My site is at: https://www.patrioticearthling.com. If you click on ‘activism,’ you’ll see that the background jpg not only doesn’t repeat, but you only see a sliver of it. I tried putting the repeat code in the “rap” div; that didn’t work. I wanted to try the “clearer” tag, but I can’t find the rap closing div. I am new to WordPress and not a CSS or PHP genius, so perhaps I’m overlooking the obvious.