logicred
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Youtube not opening in a popupWow, thanks for this. You are 100% correct. Firefox doesn’t show the popup, but incognito mode works fine! Internet Explorer works fine out of the box too. I can’t understand why it doesnt work on Firefox without incognito mode on. I am not logged in to youtube and have all popup blockers disabled for the page. Interestingly image popups on the same page work fine with this plugin.
Works perfectly. This is a FANTASTIC plugin by the way. Very very impressed.
..by the way when I mean “the thumbnail appears”, basically the live page looks exactly the same as the editor page (ie, just a single thumbnail with no gallery). It seems to bypass the shortcode but still displays the thumbnail exactly like the editor.
Hi there. I have found the answer (I think!). It appears that this plugin does not like url’s with a port number assigned. Possible bug?
My test server is: http://blahblah.dyndns.org:10422
If I run it with http://localhost/newsite it works fine. Both point to the same place.
I can’t send you a link as it’s a private test site, but you can obviously test the plugin with a site with a different port number.
Forum: Plugins
In reply to: [Post Types Order] Not working using get_posts functionThanks! Interesting, but possible bug in WP…
THIS WORKS
$args = array( ‘posts_per_page’ => 10, ‘suppress_filters’ => false, ‘category’ => 6 );
THIS DOES NOT (it works, but the suppress_filters has no effect).
$lastposts = get_posts(‘numberposts=10&category=5&suppress_filters=false’);