Drew
Forum Replies Created
-
Tried with all the view styles. Widget continues to work, embedded via shortcode only works with grid.
Yup, that’s got it. Awesome, thanks.
https://cooklikeyourgrandmother.com/how-to-make-take-out-style-wings/#comment-43679
Because the comments aren’t loaded the anchor doesn’t exist yet.
Forgot to mark this resolved.
Excellent! That’s got it. I’ve got one issue left, I’ll go see if it’s already reported.
You almost had it. You need to change it to:
array( 'class' => $align, 'class' => 'extra_class' )
Forum: Fixing WordPress
In reply to: query_posts displaying the wrong postsMichaelH, you pointed to ticket 9951. That’s still slated as “future release”. Any news on when that fix may ship?
Forum: Fixing WordPress
In reply to: Why doesn’t wordpress consider nested comments when Paginating!There seems to have been an update to this, but it introduced a new bug.
I have it set to break at 50 comments. If I have 51 first-level comments, when I go to the post page I see the 51st comment and a link for the previous comments. But if I have 49 first-level comments and 2 second-level comments, I get no visible comments and no link to previous comments.
Forum: Fixing WordPress
In reply to: Theme Feature Filter window blank? (new install)Someone posted a bug report in Trac — https://core.trac.www.ads-software.com/ticket/13737 — and now it’s fixed.
Forum: Themes and Templates
In reply to: Cannot access new themes@mrmist — you are DA MAN! It’s fixed now. I’ll have to keep a link to trac in the future.
Forum: Themes and Templates
In reply to: Cannot access new themesI can do the manual process, but I’ve got a half-dozen clients I set up in the past week who are playing around, setting things up. Is there anywhere I can get a status so I can tell them when they can start trying out themes again?
Forum: Fixing WordPress
In reply to: Theme Feature Filter window blank? (new install)More details:
In ‘wp-admin/includes/theme-install.php’ at line 55 is:
$request = wp_remote_post('https://api.www.ads-software.com/themes/info/1.0/', array( 'body' => array('action' => $action, 'request' => serialize($args))) );
This call keeps returning 503 not found. As a result I can’t view, search or download new themes.
Forum: Fixing WordPress
In reply to: Theme Feature Filter window blank? (new install)Nothing yet? I’m having this issue as of today. It was working fine yesterday.