safor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: image being resized when fullsize is desiredtried that – nothing that helps. Thanks for the attempt though!
Forum: Fixing WordPress
In reply to: image being resized when fullsize is desiredI am actually uploading a correctly sized image of 960 x 340. WordPress is first automatically creating mutltiple image sizes when an image is uploaded (annoying but no big deal) and then, when you select the featured image, it shows that i am selecting the 940 x 340 original but the 430 x 340 variation is displayed instead. Its incredibly frustrating and i can’t find anything in the css OR mysql that explains it.
At the moment I’m cheating by renaming a 960×340 image as 430×340 so that the correct sizing is displayed, but I really need to find & fix the cause of this bizarre glitch.
Forum: Plugins
In reply to: [WP Photo Album Plus] database error – too many keys wppaResolved my own problem – its apparently a jquery conflict between the WPPA plugin and wordpress. Installing https://www.ads-software.com/plugins/use-google-libraries/ solves the problem.
Forum: Fixing WordPress
In reply to: Media Library and Image Upload Issues after upgrade to 3.5.2Just a note for anyone else that may run into item 3 (like I did):
The problem was a jquery conflict between one of my plugins and wordpress. Installing “use google libraries” plugin resolved the issue for me. https://www.ads-software.com/plugins/use-google-libraries/Okay, no combination of wordpress and WPPA is resolving the issue. After going back and forth, I’ve determined that it is happening only when “auto” is set for the column width, either in the Settings (Table I-1) or manually (%%size=auto%%). The fact that a max height/width is specified in the settings doesn’t seem to restrict it from doing this bizarre stretching. Fortunately, I’m using a fixed-width design so I can work around it. Please consider this a bug report for fix in future versions. Thanks!