marthalee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: turning off comments on images?Thanks, PSM Digital. I tried your workaround but I cannot delete the url–highlighting it and pressing “delete” acts as if I had pressed “enter”–opens the image page again! (Updated to 3.1.2, and these are mostly Pages not Posts, if that’s relevant.) It will not allow me to position the cursor at the end of url and delete character by character–its as if the cursor were not positioned there, pressing “delete” has no effect.
Forum: Fixing WordPress
In reply to: turning off comments on images?I should say I am running a child theme of Twentyten, the file attachment.php is now very very short in Twentyten, and the Twentyten file loop-attachment.php already contains the line
<?php comments_template(); ?>, which fixed this before.It would be SOOO good to be able to control this either image by image or with a setting (say, in Settings).
Forum: Requests and Feedback
In reply to: Search this site by dates?Yes, I have come here to ask something similar. I did a search on the forums on a problem I was having. (“comment spam images”–I just got all my IMAGES commented with spam!)
The first five results were five, six, four, four, and seven years old! The “top” result started out, “I updated an install of WP to 1.5.2 last night.”
The 5th of the first page of 10 showed “posted 7 years ago” on the listing page, the other 9 did not disclose their date until opened–could this anomaly offer a path to showing dates for all the listings?
Forum: Plugins
In reply to: Facebook member pluginI seem to have a similar problem.
What shows is a piece of MY facebook header (the blue stuff from the top left corner of Fb, but I can tell because of the images it shows when I click the icons. Plus a blank area, plus a solid light grey area.
Click the “Facebook” word on the scrap of header, and I get a box that says Facebook with a line of text like Go to Facebook. If I click it, it is on my own personal page. (I’m trying to configure this for someone else.)
Can anyone help?
Forum: Fixing WordPress
In reply to: Image Editor Cutting Off imagesI am having the same problem, using WP 3.0.3.
My image is vertical and the head (in this case, of a puppet) is at the top. I need the (square) thumbnail to be of the upper half of the image–and instead, the field from which I can custom-crop a thumbnail is a HORIZONTAL slice through the MIDDLE of the picture.
Tried turning off plugins. Tried in both Safari and Firefox. I just upgraded from 3.0.2 to 3.0.3.
Forum: Fixing WordPress
In reply to: Drop Down Menu in Twenty-Ten DisappearsIs ALL the sizing & positioning associated with navigation in pixels, or is some in other units? My problem like this resisted all attempted fixes till I converted everything (around the navbar) to pixels–then vanished. Pixels must add up: bottom of nav bar touches top of dropdown.
Forum: Fixing WordPress
In reply to: Drop Down Menu in Twenty-Ten DisappearsIf you have doubts about a file in a theme (that you haven’t edited), you can always download a fresh copy.
I can’t reproduce your problem on my Mac (running OS 10.6.5) in either Safari or Firefox, but my friend had such a problem on a Mac running 10.5, and I couldn’t reproduce his problem, either–tho I eventually made adjustments to my edits that fixed it.
How slow is slow? Shouldn’t it show up an hour later? It shows up immediately in my menu bar…
Well, I may return and play more with it–I like the plugin. A few minutes off could perhaps be OK. But if it tells potential clients I am available on Skype, and then I don’t answer because in fact I haven’t been near the computer since yesterday, I risk losing business….
Thanks for your reply, RavanH. Do please let me know if you learn more or if something changes–I’ll report back if/when I play more with it.
Forum: Fixing WordPress
In reply to: 3.01 dropdown menus disappearWhat I *THINK* I learned, by the time I fixed my issue, would pertain to you ONLY if you have edited your style.css file.
What I created, by editing the css, was a combined menu-and-dropdowns styling that was partly pixel-based and partly em-based. (I tend to prefer em-sizing of fonts.) I THINK what was happening was that the em-sizing was not calculated to the same pixel size in all browsers. Browsers of course round, and I believe my problems resulted from a rounding error. For example, a size (line-height, say) in ems might calculate to 20.52 pixels–and the drop-downs work when/if a browser rounds to 21, but the menu would lose focus when/if a browser rounds to 20. (It might also involve different-ly sized versions of the same font on visitors’ computers. I know Palatino was huge, one of the biggest fonts per point size, in the mid-90s, then reappeared in a rather weenie size–I think this may not be terribly uncommon.)
IF you’ve edited your style.css, I’d suggest you go in and check that EVERYTHING having to do with the navigation bar and dropdowns is specified in pixels–no ems, no percentages, points, words (“smaller”), etc.
If you have NOT edited your style.css file, it would seem to be a problem for the Twenty Ten task force…. perhaps they will enter in a moment, stage left?
Good luck to you, dan!
Uninstalling WP-Malwatch does make the error message go away.
Forum: Fixing WordPress
In reply to: 3.01 dropdown menus disappearThanks for the clarification, esmi. I’m still working on this as I can’t get the problem to happen with ANY browser on my computer….
Forum: Fixing WordPress
In reply to: 3.01 dropdown menus disappearCould I get you to clarify, please, esmi: did you mean that the space to the right and/or left of the links might cause trouble, or did you mean that the top and/or bottom margins of the links might cause trouble?
Forum: Fixing WordPress
In reply to: 3.01 dropdown menus disappearHi esmi, thanks for your response.
Since a space could be horizontal or vertical, I wasn’t sure which you meant, so I experimented.
First I eliminated “margin-right: 1px” from
#access li:hover > a,
#access ul ul :hover > a
and from
#access ul li.current_page_item > a,
#access ul li.current_page_parent > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > aChecked with friend–menus still disappearing!
Then I changed “margin: 4px 0 1px 0;” to “margin: 0;” on
#access aand THEN the drop-down menus started disappearing for ME! (As well as looking awfully cramped up.)
So I restored “margin: 4px 0 1px 0” to #access a:. In other words, I’m back to last friend-tested and still-problematic configuration.
All my CSS errors, as linked above, are the “web-kit-size-adjust” stuff I inherited from Twenty ten–which (along with radius, box-shadow, etc) the W3C folks are pleased to insist do not exist.
Forum: Plugins
In reply to: Embedding font into websiteOh, and in both cases you specify the font in your font stack as usual. It’s best to include something the viewer is sure to have on his/her own computer anyway–as the last choice.
Forum: Plugins
In reply to: Embedding font into websiteCheck out http://code.google.com/webfonts or
http://www.fontsquirrel.com/fontface.With Google, you add an @import link (look under “advanced” after you get to the code page) and call the font from their font-hosting location. WIth SquirrelFont, you download the font from them and upload it to your site, and call it from your own site. Both sources give you the code to cut and paste (into styles.css). (If you’re willing to pay, there are other sources, too.)
Read all about it at http://www.alistapart.com/articles/fonts-at-the-crossing/ and links available there.