daninthemix
Forum Replies Created
-
Forum: Plugins
In reply to: [Embeds for YouTube] Option for popout player/lightboxAny news on this?
Also, the force HD option seems to no longer work – not sure if its a Firefox update or a YouTube update that’s broken (or a WordPress update, for that matter). It always used to work, up until recently.
Forum: Plugins
In reply to: [SortTable Post] Sort by title by default?Oh wow – nice one!
The last thing needed to make this plugin perfect is comma separation when a cell contains multiple values. DO you know how to do that? 🙂
Forum: Plugins
In reply to: [Embeds for YouTube] Small side borderOK I figured it out – the standard player size of 640×385 doesn’t actually provide enough room for all the player controls, so the video is shrunk slightly.
I needed to bump the size of the player to 640×390 and now it fills the frame.
Forum: Plugins
In reply to: [Embeds for YouTube] Feature request: pop out playerHi, any news on this yet? 🙂
Forum: Fixing WordPress
In reply to: Weird issue with a single postOkay, turns out it was a global redirect on my web host’s server that prevented any of their websites from having a ‘/flashback’ URL.
Weird, huh?
Forum: Fixing WordPress
In reply to: Post Slug randomly brokeI’ve just had the same thing happen to me – did you ever solve it?
Forum: Fixing WordPress
In reply to: Weird issue with a single postI’ve now tried deleting the post and re-creating it entirely, but it still will not access on that slug.
Forum: Fixing WordPress
In reply to: Weird issue with a single postNo, but I’ve just noticed another problem that must be caused by the Yoast SEO plugin – media are getting weird permalinks. For instance, the featured image for a post’s permalink is http://www.vgcuts.com/donkey-kong-64/donkey-kong-64-2/ and if I go to that link I get redirected to the homepage (because it would be a 404, and I have 404 redirection enabled).
Gah. Someone help.
Forum: Fixing WordPress
In reply to: Weird issue with a single postI just tried giving that post a different URL and it worked. So there’s something about the URL ‘flashback’ that is causing this problem. Something wrong in the database?
Forum: Fixing WordPress
In reply to: Weird issue with a single postThe troublesome post is http://www.vgcuts.com/flashback
Forum: Plugins
In reply to: [Embeds for YouTube] Feature request: pop out playerWell, if that’s the only way, can I ask that you allow us to have YouTube Embed do the heavy lifting by offering the option of a link beneath the embedded video. Something like “Click for full resolution pop-out” – or in fact, a text of our own choosing which links to the pop-out version of the video embedded directly above.
Forum: Plugins
In reply to: [Embeds for YouTube] Feature request: pop out playerOK, so I could specify a 720p pop out as the default, and then apply a 1080p one to videos of that resolution?
That would work fine. In fact, it would be brilliant.
One last thing I would add is that ideally the pop out button needs to be visible on the player before the user has clicked the Play button – or in fact, perhaps the pop out button should be right next to the Play button.
Forum: Fixing WordPress
In reply to: How to pull custom field?OK, well with tags, how can I retrieve the tags one by one? So that I can encase each on within a different css class?
Forum: Fixing WordPress
In reply to: How to pull custom field?They are all text fields – I basically use these fields as tags. So it’s a games site and some of the custom fields are:
‘Genre’, ‘Developer’, ‘Released’ etc
Now if I had those fields as tags, the normal wordpress behaviour (I think) is to show them in the post as links, and if you click on a particular tag, it returns all posts with that tag. That’s the kind of behaviour I’d like with these fields, if possible 🙂
Forum: Fixing WordPress
In reply to: How to pull custom field?I now have a further question – how to make the resulting value a clickable link that returns all posts with that field? In other words, exactly the same as the clickable tags you get normally in posts?