mortifrog
Forum Replies Created
-
Yes I see. The obvious implication is that the search term will not be highlighted. A slight shame, but I can live without it, not to have my videos disappearing.
Thanks again. What a superstar you are!
OMG – you are a genius! lol – are there any implications to commenting out that line?
Will that also be fixed for the next release?
Did you get my email regarding my suggestion of not showing tags in posts when there is only one tag – as it is silly to have a post linking just to itself?
Thanks digitalnature (the author of Mystique I presume) – that works for the non validating xhtml – will you be including that hack in the next release of mystique so that I don’t have to do it again?
I’m still getting the disappearing youtube videos problem though. Works fine in Firefox.
Can anyone else confirm for me that videos in posts are disappeating in search results when using IE? I only have IE8 to to check with.
It’s insane they appear when the page first loads, then promptly disappear. Meanwhile, the page loading hangs according to the status bar.
Sigh – the non validating XHTML was a red herring.
I temporarily removed the line
@import "<?php echo esc_url_raw(add_query_arg('mystique', 'css', (is_404() ? get_bloginfo('url') : mystique_curPageURL()))); ?>";
from settings.phpThe search results now validate – but I’m still having the disappearing videos problem. Doh – now I have two problems!
Another observation – the “white space” where the videos should appear in search results is not white space at all. If I right click on it I get the About Adobe Flash 10 context menu.
I can’t see any difference between how the video embed is code generated in search results to a normal page. This is why I suspect the non validating XHTML is causing the problem.
Also the page hangs forever and in the status bar it says x items remaining – x being the number of search results up to a maximum of 5 which is how many posts I currently show per page.
lol – I can’t make this page display an ampersand followed by amp; !
I’m on WordPress 3.0
My validator link got screwed up sorry.
I think the problem is something to do with the ampersand before mystique not saying & in the source code of the search results:
should have read:
I think the problem is something to do with the ampersand before mystique not saying
&
in the source code of the search results:Forum: Plugins
In reply to: Supress Tags with count of less than 2?Figured it out
Forum: Fixing WordPress
In reply to: Suppress tags with only 1 post associatedOK, whilst waiting for an answer I managed to work it out for myself.
??
The code I needed to edit was in core.php in my theme’s lib directory.Within that file I just searched for $tag->count and pulled the same trick as I did in single.php.
Sorry if that’s obvious to some of you, but I’m pretty new to WP.
Forum: Fixing WordPress
In reply to: Edit Post Box Jumps to TopThanks for that vtxyxxy
Forum: Fixing WordPress
In reply to: Edit Post Box Jumps to TopThis is still ultra annoying! I hope this gets fixed as a priority. Also, a slighty bigger (like twice as long) editing window in html view would be nice. Pleeease fix this.
According to this post, the workaround is to use compatibility view in IE8. Not ideal, but seems to work.