agreda
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Widget Gallery Thumbnail Problemwhat is the original size of your images ?
I re-size all photos to exactly 640×480 before uploading them.
and which settings do you use fore the thumbanils ?
- Width x height (in pixel) = 100 x 75
- Set fix dimension = checked
- Crop square thumbnail from image = UNchecked
Thanks for asking!
PS: Since the latest update, all thumbnails seem to be generating properly at exactly 100×75. But thumbnails generated with the new edit feature still break (i.e.; some get re-created at 97×75)
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Widget Gallery Thumbnail ProblemAfter upgrading to NGG 1.2.1 I’m still having the issue of thumbnails being scaled when using the nggDisplayRecentImages & nggDisplayRandomImages scripts.
I have thumbnail size set to 100×75 in the NGG options. The scripts also include
$width = '100', $height = '75'but the thumbnails are getting generated at various slightly different sizes, then getting stretched. For instance certain thumbs get generated at 97 x 75 so they end up getting stretched to 100 x 77. This messes up the layout of our random / recent images.
Example Code:<?php if (function_exists(nggDisplayRecentImages)) { nggDisplayRecentImages($number = '12', $width = '100', $height = '75', $exclude = 'all', $list = '', $show = 'thumbnail'); } ?>Does anyone know a way to constrain both dimensions, not just height or width?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thmbnail Re-Size issueDisregard that slideshow comment. They work fine now, still seeking help enforcing thumbnail dimensions.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thmbnail Re-Size issueMy slideshows are also having display issues since the upgrade. The player window appears larger than the h/w attributes set so the image does not fill the slideshow area β black space fills the right and bottom sides around the image in the player window.
Eaxample in sidebar at http://www.tripawds.com
Any help is greatly appreciated.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thmbnail Re-Size issueIs anyone else experiencing issues with thumbnail sizing since the upgrade (1.0.2). For me, it seems thumbnails are no longer being constrained to their maximum width and height. They are ignoring one aspect OR the other.
How might I enforce the thumbnail size NOT to exceed the given width AND height?
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Widget Gallery Thumbnail ProblemMake that four of us … My thumbnails are getting resized beyond their maximum settings.
I’ve set thumbnail setting to 100×75, but many are getting generated at 99×75. then when displayed in my random or recent images scripts (set to 100×75) they are getting resized to 100×76, throwing my layout outta whack.
Any help is greatly appreciated.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] thickbox problem?I too am having a problem with NGG / Thickbox and use the Mandigo theme (v. 1.39) and WP 2.7. The class is not getting applied when I insert images at full size.
If I insert an image as singlepic or thumbnail the Thickbox effect works fine. But when I insert an image at full size — which we like to do so we can resize photos as desired — the effect does not work. We have to manually add the “link to file” and thickbox class for it to work.
Any suggestions?
One more thing …
If I add an image as a thumbnail or in singlepic mode, the thickbox class is assigned properly and everything works properly.
BUT: If i insert the image at Full Size, no link is added to the image file AND the Thickbox class is not assisgned.
Please tell me I can still insert an image in full size mode and resize it to have it display in Thickbox when clicked on …
I too just upgraded to WP 2.7 and NGG 1.0.2 … my gallery thumbnails display properly but the ThickBox effect is not working. I had to add the class manually to get it to work.
They seem to work fine in a gallery, and from random/recent images scripts. BUT: When adding an NGG image in a post, the class does not get added.
Am I missing something too?!?!? Thanks in advance for any help.
Forum: Themes and Templates
In reply to: search comments and show the resultsI too am looking for a similar answer …
I want to link to search results displaying all comments from a specific user. Is this possible?
Thanks.
Forum: Themes and Templates
In reply to: How to NOT index Archives page?I also just noticed a couple “No Follow” related plugins. Any recommendations there are also appreciated.
Forum: Developing with WordPress
In reply to: Recompile? Help!I was hoping that would be the case. Thanks for the quick reply!
Ditto. Using PHP resolved the following error we suddenly received after working properly with SMTP settings for months …
An Error Has Occured When Trying To Send The E-Mail
>> Language string failed to load: data_not_acceptedWhy it worked for so long and then suddenly didn’t one day is a mystery. But changing the options to PHP mail worked. Thanks!
Forum: Fixing WordPress
In reply to: $wpmu code snippet after upgradeNever mind … wouldn’t you know that as soon as I post this topic I found the problem in a theme file where i neglected to close a comment tag. D’OH! π
Forum: Fixing WordPress
In reply to: WP 2.2 editor won’t save formattingThe page is very short. Or at least it was when I encountered the issue.
I was able to fix it by manually tweaking the code and being sure to click save from code mode. If I ever have to edit the page, I must be sure to make the tweaks again or paragraph breaks get stripped out and HTML gets bullied around.
Yes, I could edit in code mode by default, but I like the way image uploads are handled in WYSIWYG mode.
converting2wp: Yes this does sound similar to issues in that thread which don’t appear to have been resolved. I upgraded from v. 2.1.3