Indent
Forum Replies Created
-
@LongTail Video
The issue here is that you don’t have the JW Embedder installed on your site. Try reinstalling the player (using the update page or manually) and verify that jwplayer.js is located in wp-content/uploads/jw-player-plugin-for-wordpress/player/. Things should start working for you after that.
Sorry, but I don’t think that’s the issue here. I have already done that a few times with no success. The jwplayer.js is where it should be along with the player.swf.
Any more suggestions?
Thanks!Thanks for answering.
Here’s a test site for H.264 encoded mp4.http://www.meisel.no/wordpress/testkategori/jw-player-wp-plugin/
Forum: Fixing WordPress
In reply to: Blurry images with IDN domainSeriously, no one even heard about this?
Forum: Fixing WordPress
In reply to: WordPress is blurring imagesThanks for the feedback.
@zoonini, I too have never seen this before, that’s why I was so baffled. Read below for some answers.
@jackson, yes the images are 72 ppi but WordPress changes the resolution automatically anyways.
Well, I don’t know if WordPress really has anything to do with this, at all. What I have found out is that this is actually a browser issue. You see, the thing is, browsers still don’t respond very well to domains with foreign characters.
I have tested three browsers compatibility on image rendering on domains with foreign characters and Firefox was slightly better than Safari, Opera the worst.
So, I guess an apology is in order, WordPress (so it seems) does not blur images. But choosing a downsized image will give you a significant loss of quality in terms of sharpness and contrast. At least that is my opinion.
Forum: Plugins
In reply to: How to force user to write the post titleI found this one:
http://justintadlock.com/archives/2009/04/05/how-to-preset-text-in-the-wordpress-post-editor
That works fine, but I don’t know how to incorporate the date into the title so each post has a unique title.
Your suggestion I think is more of a to the point solution. I’ve tried searching but haven’t found anything yet.
Forum: Plugins
In reply to: [LightPress Lightbox] [Plugin: wp-jquery-lightbox] Notice in WPUPDATE!
I’m kind of embarrassed ’cause as it turns out YOUR PLUGIN WORKS JUST FINE.What happened was that I tested it in a local server environment with WP/MAMP Pro, thus the notice from WP. Don’t know why this happened. My apologies for the mishap. Forget everything I wrote in the previous post.
The WP jQuery Lightbox plugin rocks!
Now, if I dare to ask, if you would be so kind, would you consider adding the “Lightbox appearance” theme option and a simpler animation behavior, as in lightbox-2/Rupert Morris? Just a wish list.
Anyways, thanks for a great plugin.
Forum: Themes and Templates
In reply to: If blog has more than x posts display linkWhat I mean is that in WP admin/Reading Settings one can set at static front page and a posts page, which I have done.
As I understand the conditional tag
is_homealways refers to the posts page, whileget_option('home')refers to whatever the front page is; static or latest posts.I just thought it might be a tag for the selected posts page as it is for the front page eg.
get_option('home').Hope this can help you help me. Thanks for your time.
Forum: Themes and Templates
In reply to: If blog has more than x posts display linkOne problem:
get_option('home')
displays my static front page.Can’t find anything on how to make it display my blog page / page for posts.
I would really appreciate it if you could help. Thanks.Forum: Themes and Templates
In reply to: If blog has more than x posts display linkThank you so much.
I knew there would be a PHP wiz out there.Thanks a lot! You made my day.
Forum: Themes and Templates
In reply to: Disable current-cat for a specific categoryThank you!
Forum: Themes and Templates
In reply to: Images in posts: Position problemNo, a picture must not have padding or margin. But for floating text around a picture it better have at least one of them. It depends.
In your style.css (or whatever it is named) it should be something like this:
img.alignleft { margin: 0px 10px 10px 0px; padding: 0px; display: inline; float: left; }Forum: Themes and Templates
In reply to: Images in posts: Position problemYou’ll have to asign align left/right to a picture when you want text to float around it.
If that’s not the case you probably want to check your style.css for padding on that img class.
Hope this helps.
Forum: Plugins
In reply to: [Plugin: Lightbox 2] Prevent Plugin LoadingAnyone? I’m still looking for a solution.
Forum: Plugins
In reply to: WpTouch Prevent Plugin Loading@ batmoo:
I have the same issue (sort of) as Jakets; I want to prevent Lightbox-2 plugin from loading only on my frontpage because it kills jCarousel functionality in my slideshow.I wonder if I could ask you for help with a similar solution in the functions.php as you so elegant did for Jakets? I’m just a noob and don’t know much about php code. I’ve searched and didn’t find anything to be very helpful.
Thanking you in advance!
Forum: Plugins
In reply to: Lightbox 2 conflict with jCarouselNobody. Please?