Tranny
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [NSFW] Firefox Problems – Half of my Posts Not ShowingI changed the theme 2 days ago but firefox still displays the old one. I could see the new one in IE right away, but even now two days later, FF still displays the old one. Any ideas how this is possible? Does it mean that if I was posting 20 posts a day, FF users would not see them as they are posted?
Forum: Fixing WordPress
In reply to: [NSFW] Firefox Problems – Half of my Posts Not ShowingI guess you learn as you go along. It’s probably because I’m not a developer that I neglected the fact that there are browsers that may be busting my sites wide open and I don’t even know about it. I’m gonna make a habbit out of checking what other browsers display my sites as.
Forum: Fixing WordPress
In reply to: [NSFW] Firefox Problems – Half of my Posts Not ShowingFor a second there I thought that perhaps that filter automatically rejects posts it finds violent, in which case it would be just a matter of turning it off. But since that’s not the case, it makes the matter so much worse. It just means that people with Firefox simply don’t see half of my posts and they can do nothing about it.
I still think my current theme is messing things up (if anything). Cause I don’t use that theme on any of my other blogs, but I use the same set of plug ins everywhere else. Though I have yet to check my other blogs for missing posts in Firefox.
It’s just a major slap in the face when you use your site for a year and everything always works smoothly and then you see it in another browser and it’s like giant dildo up your ass. One browser continuously displays everything perfectly, another one completely screws your site in the arse. Now I’ll have to bloat my puter with Firefox so I can keep checking on my sites to make sure I don’t go another year with only half of it showing.
Forum: Fixing WordPress
In reply to: [NSFW] Firefox Problems – Half of my Posts Not ShowingInteresting. I suspect issues with theme. I should try a new one. Too bad I had this one integrated with forums. Damn.
Do you know if FF v.3 has violent content filter and if so – how do I turn it off?
Forum: Fixing WordPress
In reply to: [NSFW] Firefox Problems – Half of my Posts Not ShowingI’m looking into theme switch. See if that helps anything. Right now the only issue remains that half the posts don’t display in Firefox. I don’t know what to blame it on, but it’s obvious that Firefox has the ability to recognize WP database entries and can choose to disregard some.
Obviously FF knows about those posts, cause they are in the RSS feed, it just somehow chooses to not display them when you visit actual site. Not even references to them, such as links in sidebars. That’s the worst case of internet censorship I’ve ever experienced.
Forum: Fixing WordPress
In reply to: [NSFW] Firefox Problems – Half of my Posts Not ShowingI understand woops error pages, that is fine – it’s just WP telling me that there is no such page on this blog (aka wrong URL). However I’m more concerned over Firefox not even recognizing most posts that are made. It’s not recognized to a point that it doesn’t even show in the sidebar where latest posts are displayed.
And if you cut and paste existing link of a post that Firefox ignores into a FF address bar, it displays plain white page. What the hell is Firefox thinking? And how come WP is programmed to allow it to strip certain posts at its leisure? I don’t get it. Freaking conspiracy, if you ask me.
Got to make an announcement in the side bar for my visitors to make them switch to a real browser and quit using wannabe browsers. My FF visitors probably don’t even realize how much they are missing out on. They probably think there are not that many posts on the site yet.
According to analytics, shocking 34% of surfers who visit my blob use Firefox. That’s 34% of clueless population that don’t know what they’re missing. Firefox is like cancer of the internet that keeps spreading and infecting unaware population. I betcha my site is not the only one. Firefox is censorship at its finest.
Forum: Fixing WordPress
In reply to: [NSFW] Firefox Problems – Half of my Posts Not ShowingNow you’re scaring me, lol π
Good night and take care. Thanks for your help. Will be looking for you here tomorrow.
Forum: Fixing WordPress
In reply to: [NSFW] Firefox Problems – Half of my Posts Not ShowingThanks a lot for your response and good night (if youβre in bed). That link does work in IE. No problemo whatsoever. Everything works fine in IE, I use it all the time, I know my site. And it worked on v.7 and works with v.8 which I recently upgraded to.
I know some pages load slower – they are the ones with 200+ comments. It takes a while to load all this data from the database. Better theme would speed it up a little, but not for much. It’s still loads of data to pull from the database to display. And then there are posts with 500+ comments, such as the notorious Dnepropetrovsk maniacs video (don’t click unless you hate yourself beyond measure) – those definitely take a good while to load.
I am looking into using better theme – this issue will be taken care of in near future so perhaps it’ll speed up the loading. I’m still puzzled about the firefox issue though.
Forum: Fixing WordPress
In reply to: [NSFW] Firefox Problems – Half of my Posts Not Showing[NSFW] WARNING – Graphic Content Inside
Please don’t take the warning lightly. It’s a 200k+ uniques a month blog, but it depicts real life events as they happen. Guaranteed to offend and upset majority of people. Even if you think you can handle it, you most likely can’t.
However first page is safe, which is what is linked. Sidebar on the right contains list of latest posts. The latest one displayed there is weeks old. I post on it almost daily.
You can try RSS feed to see that there truly are additional posts, or open the blog in IE to see what the blog should look like.
If you can prove me wrong, I’d be most pleased. I’ll stick around for another 45 minutes till it laods up. But hey… you never know. Maybe it’s me who’s doing something wrong, which wouldn’t surprise me as that Firefox makes no damn sense.
I do appreciate your time either way π
Forum: Fixing WordPress
In reply to: What The Hell – Latest Post Not Showing!No, I don’t even know what sticky is, to be honest. I made that post the exact same way I make all other posts. All 800 of them – never seen anything like that happen to me. I could not believe it never showed up.
EDIT – looked up to learn what Sticky Post was and double checked to make sure this one was not made sticky perhaps by accident. No, I can confirm that this post is not a sticky, the Sticky checkbox is empty.
Forum: Fixing WordPress
In reply to: What The Hell – Latest Post Not Showing!I don’t get it, I’ve never seen that happen to me before. And it’s not a new blog either. You can also go to Music Category and that post is there. It’s everywhere except from front page. What the hell is happening to my blog?
Forum: Fixing WordPress
In reply to: Page 2, 3, 4, etc Display Content of Main Page. HELP!Now it works. Thank you so much for your help, Steve :o)
Forum: Fixing WordPress
In reply to: Page 2, 3, 4, etc Display Content of Main Page. HELP!I’ve tried it, for some reason it hasn’t worked. However you are obviously pointing me the right direction. This is the statement I have included in the index.php file:
<?php query_posts('cat=-1,-91'); ?>It did the job I wanted form it – it excluded two categories from displaying in results. However the downside it was that older pages displayed the same content as first page. I have modified the code into your suggested statement so the final render looks like this:
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; ?> <?php query_posts('cat=-1,-91&paged=$paged'); ?>For whatever reason it has not solved the problem and all older pages still display the same posts as the main page. The issue is definitely there, because after I’ve removed that while statement, old pages display older posts as per correct order. But now it also displays posts in categories I don’t want.
Any idea what is wrong with that statement still that it doesn’t work?
Forum: Fixing WordPress
In reply to: Page 2, 3, 4, etc Display Content of Main Page. HELP!I may have, I’ve done some modifications to the theme in order to exclude some categories from displaying on certain pages. I did my own search for solution and followed instructions I have found. Obviously I messed something up big time π
What should I be looking for as the cause of the issue?
Forum: Fixing WordPress
In reply to: Can only post in Firefox not IEI agree, if you have nothing helpful to say, then don’t say nothing at all. IE is still a preferred browser of choice for many. Fanboys who use other browsers because they don’t know any better are of no concern and hardly target traffic for any serious webmaster anyway.