JB Christy
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Post list marked ‘display:none’This is now resolved.
Forum: Plugins
In reply to: [Custom Post Type UI] Post list marked ‘display:none’Oh, for heaven’s sake, it was my Ad blocker. Thank you, @tw2113!
Forum: Plugins
In reply to: [Custom Post Type UI] Post list marked ‘display:none’Also, I can see an archive page for my ads, and it shows the one instance I’ve created. But when I click on the instance to view it, my page is empty. The
<body>
has classsingle-ad
, and again an “injected style sheet” says.single-ad: { display: none; }
, suppressing the entire<body>
Forum: Plugins
In reply to: [Custom Post Type UI] Post list marked ‘display:none’I tried to attach a screenshot showing the empty list of ads with the inspector, and a screenshot showing how the post type is defined, but apparently I’m not allowed to upload the images to this site, and hosting them in Google Drive doesn’t seem to work. Maybe adding the links to anchor text works???
- This reply was modified 1 year, 9 months ago by JB Christy.
Forum: Plugins
In reply to: [Media Sync] Does it work for multisites?Thanks for the reply, Simon. Actually I’m waiting to install the plugin til I have some confidence it will work in my environment, especially since it comes with a warning to back up your db before trying anything. I don’t want to have to restore 25 sites’ db to recover from a test.
I’m less concerned about setting the scan directory, as I can control that. I’m more concerned about it updating the correct site’s
posts
table, since, as you said, the db tables are separate. There doesn’t seem to be a straightforward way to specify the current site’sposts
table, so I’m wondering if the plugin goes to the trouble of getting the right table:$blog_prefix = $wpdb->get_blog_prefix(BLOG_ID_CURRENT_SITE); "SELECT * FROM " . $blog_prefix . "posts" ...
Forum: Plugins
In reply to: [Login for Google Apps] Redirect URL’s don’t work on Pantheon clusterMarking resolved.
Forum: Plugins
In reply to: [Login for Google Apps] Redirect URL’s don’t work on Pantheon clusterHi @wppdfsupport,
Thank you for getting back to me.
I had updated my OAuth Client id to point to the canonical url, https://identity.stanford.edu, but no, I did not add the appserver…nginx… url as a valid redirect. That didn’t occur to me because, usually when I don’t have a valid redirect url in my OAuth config, I get a message from Google telling me the url it’s redirecting me to isn’t valid. In this case I was actually able to login. It’s just that I got redirected to the backend instead of the the page I was trying to view. So that made it seem to me that I did have a valid redirect url.
I went ahead and wrote a little plugin as Pantheon suggested, and it seems to be working well. If y’all want to be inspired by, or just plain use, that code to make Pantheon customers’ lives a bit easier, you’re welcome to it. It’s just a few lines.
JB Christy
Forum: Plugins
In reply to: [Widget Context] Widgets don’t show on posts, search resultsNevermind. It was a conflict with another plugin that was replacing the left sidebar on the posts and the search results page. D’oh.
Forum: Plugins
In reply to: [Accordion Blocks] Weird behavior on multisiteYour fix is working great! Thanks again.
Forum: Plugins
In reply to: [Accordion Blocks] Weird behavior on multisite@philbuchanan That’s great news! Thank you so much for your swift response!
I tested the new version lightly on my staging site, and have deployed it to our production site. I should know within 24 hours if it fixes the problem for our content editors.
Thanks again, both for a great plugin and for speedy support!
Forum: Plugins
In reply to: [Accordion Blocks] Weird behavior on multisiteHi @philbuchanan! Wow, thanks for the quick response! Next time this comes up I’ll look for the “Attempt Block Recovery” option. Meantime, based on your ticket, it looks like you have a good handle on what’s going on. Hopefully that means it won’t take too long to fix. We really like this plugin, and we’ve already committed to it. I hope you can get a fix published soon.
Forum: Plugins
In reply to: [WP Last Modified Info] Works on posts, not on pagesI would really appreciate a reply to this.
Forum: Plugins
In reply to: [ShareThis Share Buttons] No alt tag on social iconsYour markup should be:
<img alt="Facebook" src="https://platform-cdn.sharethis.com/img/facebook.svg"> <img alt="Twitter" src="https://platform-cdn.sharethis.com/img/twitter.svg"> <img alt="Pinterest" src="https://platform-cdn.sharethis.com/img/pinterest.svg">
Your current markup doesn’t have the
alt
attribute on any of the<img>
tags. This is a violation of web accessibility guidelines.I have given your buttons a shot – I’ve been using them for years, in fact. But we are now running regular reports assessing our web sites’ accessibility, and your buttons generate 4 severity 10 violations on every single post on our site, adding up to more than 10,000 severe violations across our site. That makes us look Very Bad.
I’ve already switched to the Sassy Social Share plugin. If you ever fix this accessibility error, let me know and I’ll consider switching back.
Forum: Plugins
In reply to: [ShareThis Share Buttons] No alt tag on social iconsOk, I’ll use a different plugin that does not accessibility guidelines.
Thank you, Nastia! Since I expect this will be a tricky issue to fix, we’re investigating alternative plugins. We think Cherry Sidebars might work for us – we’re testing it now.
We’d prefer to use your Custom Sidebars plugin, as it will ease migrating our existing sites to the new theme. Plus, we really like it! So if there is a quick fix that’d be great!
- This reply was modified 5 years, 1 month ago by JB Christy.