Jay Versluis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Caption broken in new 3.4 postsIt’s not a theme issue. Try to add a new picture to a fresh post from the back end. Then switch to the HTML view and see what WordPress has inserted. Then compare this to what WordPress has inserted before the upgrade. The Theme has nothing to do with how WordPress inserts code into the post.
Forum: Fixing WordPress
In reply to: Caption frames goneThat’s why I LOVE Thesis 😉
Forum: Fixing WordPress
In reply to: Caption frames goneWe’re discussing this over here too, including quick fix:
http://wordpress.org/support/topic/caption-broken-in-new-34-posts
Forum: Fixing WordPress
In reply to: WP 3.4 Breaks CaptionsWe’re discussing this over here too, including quick fix:
http://wordpress.org/support/topic/caption-broken-in-new-34-posts
Forum: Fixing WordPress
In reply to: Caption broken in new 3.4 postsConfirmed – I’m not using Headway, and I have the same issue.
The problem is that a caption should be generated like this:
[caption id="attachment_123" align="aligncenter" width="550" caption="My Caption"]<img src="...">[/caption]but WordPress 3.4 seems to insert it as
[caption id="attachment_123" align="aligncenter" width="550"]<img src="...">My Caption[/caption]Looks like we have a bit of manual editing to do before they put out a hotfix for this.
Thanks for your feedback jeeni, it’s much appreciated. That’s not good news at all, you’ve made the right decision not to use my plugin anymore if it causes more problems than it is supposed to solve.
Sadly I can’t reproduce any of these issues on my own system (which is not with Bluehost) and therefore I won’t be able to solve them for you anytime soon.
If you’re looking for an alternative that has the same philosophy (but a much better developer than I will ever be) checkout Daniel Huesken’s http://backwpup.com – it’s pretty much what I was trying to build. Backs up your entire installation to FTP, a local folder, Amazon AWS, Dropbox, the whole nine yards. Did I mention it’s free?
Thanks for trying Snapshot Backup 😉
Forum: Plugins
In reply to: [Snapshot Backup] warning array cron.php on line 320Sorry about this guys, it’s not showing on my system. Who are you hosting with? It may give me a clue what to look for.
Forum: Plugins
In reply to: [Snapshot Backup] [Plugin: Snapshot Backup] ftp disfunctionalThanks for letting me now. I’ve not experienced this on my system, and sadly I don’t quite know what to make of it. I’ll have a look into it for the next revision though.
Forum: Plugins
In reply to: [Snapshot Backup] Snapshot Backup causing errors in cron.phpHi hplunkett,
Since I can’t reproduce this problem at my end I’d probably need admin access to your site just to have a look, however even then I doubt that I can fix it. Maybe one of the many other excellent backup solutions will work better for you – sorry it’s not working out for you.
Forum: Themes and Templates
In reply to: [P2] When Will P2 Support Media Attachments?That is bizarre indeed. Here’s what I would do:
– try a different browser: Firefox, Chrome, Safari
– if it’s the same in all browsers, delete P2 and re-install it
– if that doesn’t help, try deactivating all plugins
– if that doesn’t work, re-install WordPressIf neither option works, try a different web host or local installation. If only one of the browsers is the problem, try deleting all its history, cache and cookies.
Let me know how it works out for you.
Forum: Themes and Templates
In reply to: [P2] [Theme: P2] Bug with 'post' formatHi Scott,
I can confirm it’s a bug – the “edit” feature does not bring up the post title field anymore. Hence when you click save it’s the same as the first line of a “status” post and P2 then thinks it’s no longer a standard post.
The previous version 1.3.3 did not do this – I’ve just verified it. I’ll look into it and see if I can find a fix.
Forum: Themes and Templates
In reply to: [P2] When Will P2 Support Media Attachments?Hi Michele,
you need to be an Author, Editor or Admin to be able to post media from the front page. If your user role is set to Subscriber or Contributor the media upload icon does not show up.
Hope this helps 😉
Forum: Themes and Templates
In reply to: [P2] [Theme: P2] No "reply" Button/LinkCould be that the commenting feature is switched off under Settings – Discussion, look for an option “Allow people to post comments on new articles”. If it’s ticked, reply should be there.
Forum: Themes and Templates
In reply to: [P2] P2: Editing style.css does not work?I’ve tried to setup a P2 child theme before and ran into problems – I think due to the complex nature P2 it’s not very child theme friendly.
Have you tried adding CSS tweaks to the bottom of the original style.css file?
Forum: Plugins
In reply to: [P2 Resolved Posts] [Plugin: P2 Resolved Posts] Not working on local setupHi philowen,
I’ve just tried the plugin on my local MAMP installation and it works fine. Like you said there should be two new widgets “P2 Unresolved Posts” and “P2 Filter Posts”. In addition, on the front page next to Edit there’s now a toggle option (flag unresolved, etc).
Looks like Bitmami is the culprit.