jarth3000
Forum Replies Created
-
Forum: Plugins
In reply to: [mobble] Basic Conditional – Need Help!I’m actually having the same issue with conditional statements.
It’s weird.
<?php if ( is_mobile() ) { ?>
mobile
<?php } else { ?>
no
<?php } ?>
If I set the code up like that, it shows on mobile, desktop, everywhere, the content in the else statement but won’t recognize the mobile statement.
Any ideas?
This is cross browser, cross platform. It’s the weirdest damned thing.
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Not WorkingYou sir, are fantastic.
Thank you very much.
Review inbound.
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Not WorkingThanks.
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Not WorkingIt renders fine up until that line of code.
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Not WorkingI can confirm that’s what’s the issue.
I just inspected the html that is spit out on the page load and it begins to load, but when it hits where that image would be it stops.
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Not WorkingBut to that end, if the code is correct, should the plugin just be running said code? Or is it rendering differently?
I haven’t really dug into your code at all to see how it’s doing everything.
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Not WorkingNo errors.
I’m using Magic Fields 2 to create the custom fields, of which that results_image is one.
Forum: Fixing WordPress
In reply to: Ordering PostsNever mind. I was being an idiot for about 2 seconds. Thanks vtxyzzy!
Forum: Fixing WordPress
In reply to: Ordering PostsThis didn’t work, just coming up with an error; I had already tried just placing at the end. Not sure what the deal is!