gelle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Flickr auto embed sizing problem in 3.4No, I use the newish “auto embed” function to include my pictures from flickr in my posts.
That way I can just post the link in the editor and WordPress (used to) just fetch the 500px version of that url and insert it in the post.
The blog is here: https://hejsonderborg.dk
Forum: Fixing WordPress
In reply to: Flickr auto embed sizing problem in 3.4I think this is a peculiar problem and my solution is equally hacky.
In Settings > Media > Embeds, I tried changing the size back and forth between 320 and 500 and nothing happened. But if I went above 640 I would get images that were 640px wide. Too big for my theme but my solution so far has been to scale them down using CSS so I have added this to my custom CSS file:
.entry-content img {
max-width : 500px;
height :auto;
}Not sure why I can get 320px and 640px but not 500px. Could it be a Flickr setting? I had a look and didnt find anything interesting.
Do post if you find other solutions were it works with the proper size of 500px.
Forum: Fixing WordPress
In reply to: Flickr auto embed sizing problem in 3.4Thanks Krishna, but that did not help me.
Forum: Fixing WordPress
In reply to: Flickr auto embed sizing problem in 3.4I’m having this problem as well. Have you found any solution?
Forum: Installing WordPress
In reply to: JS/Crypted.A trojaner?@grafcom, @debilbill: Yeah, it sounds and looks like it’s Norton who is picking it up wrongly.
Forum: Installing WordPress
In reply to: JS/Crypted.A trojaner?A user of mine is reporting the same problem:
Trojan: JS/Crypted.A in Norton antivirus.I don’t have Norton and a look through the files and code for anything unusual without finding anything suspicious looking.
On these pages injected code is mentioned, you could try and search for this:
https://www.isthisablog.com/2009/04/24/jqueryjs-script-exploit/
https://bit.ly/SHyQOForum: Fixing WordPress
In reply to: Automatic upgrade to 2.7.1 problemI changed my file attributes through FTP and that helped. I had to chmod files to 664.
Forum: Fixing WordPress
In reply to: Automatic upgrade to 2.7.1 problemSame here (but different file)
Warning: copy(/hotel/blog/wp-trackback.php) [function.copy]: failed to open stream: Permission denied in /hotel/blog/wp-admin/includes/class-wp-filesystem-direct.php on line 122
Warning: copy(/hotel/blog/wp-trackback.php) [function.copy]: failed to open stream: Permission denied in /hotel/blog/wp-admin/includes/class-wp-filesystem-direct.php on line 122
Could not copy file: /hotel/blog/wp-trackback.php
Installation Failed
Forum: Fixing WordPress
In reply to: Localization problem after server move and upgrade to 2.1.1So I got my problem solved by doing two things. First I used an altered version of wp-includes/gettext.php created by Boetter and Shevy.dk. Secondly I reuploaded wp-content/languages/da_DK.mo with FTP firefox plugin instead of Filezilla.
Thanks to Shevy, Boetter and Runemester for their help ??
Forum: Fixing WordPress
In reply to: Localization problem after server move and upgrade to 2.1.1I have the same problem ?? Got localization working on local box but when I try at a remote server I can’t get it to do localization.
Remote server:
Wordpress 2.3.1
FreeBSD 6.2-RELEASE-p7
PHP Version 5.2.4
MySQL 5.0.45Forum: Fixing WordPress
In reply to: 2.1: moderation queue blankI have the same problem blank page when I go to wp-admin/moderation.php
I’ve upgraded to 2.1 from from 2.0.4.
I also appriciate any hits or ideas.
Forum: Fixing WordPress
In reply to: WP Links: IE vs. FirefoxDoh! At some point I had accidently set the post status to Private so it was only in my login browser it was visible. My bad.
Forum: Fixing WordPress
In reply to: WP Links: IE vs. FirefoxIm having a similar problem. Here (Michigan) i can see this post in firefox but not in IE.
https://blogging.gelle.dk/?p=115
My dad in Denmark cant see it in any of his browsers. If anybody has an idea for a fix – I would be very interested.