John Parris
Forum Replies Created
-
Hi,
Thanks for the report. We’re enqueuing them directly, but we should register them first so that plugin can prevents ours from loading.
I’ll add this to our list and see if we can get that in the next update.
Forum: Themes and Templates
In reply to: [Atomic Blocks] Set my own defaults for Post and Page Grid@slb535 we don’t have a way to do that at this time, but it’s a pretty neat idea. We’ll add that to our list for future consideration.
Just a note to help in the future, this is the Atomic Blocks theme support forum. You’re referring to a feature in the Atomic Blocks plugin. We have a separate support forum for that here: https://ww.wp.xz.cn/support/plugin/atomic-blocks/
Thanks for the feature request!
@davidperez sorry about that! Do you have specific strings that aren’t translating? Also which version did you translate?
@bennettskaya it shouldn’t be a problem. Google’s tool is probably complaining about the modern syntax used in that file, which isn’t supported by a few older browsers. I’ll make a note of this and see about converting it to a more compatible syntax.
Forum: Themes and Templates
In reply to: [Atomic Blocks] Do you plan to make the Theme accessibleHi @travel_girl,
Thanks for the report. Do you have any specifics that you can share? We’ll take a look at it for the next update.
Thanks for the report! We’ll get this fixed up as soon as possible.
Hi @hefreedom8888, sorry to hear you’re having problems!
I’m not seeing that error on my sites, and we don’t have any other reports of that yet. Can you tell me more about how you trigger that error exactly? New post? Existing post? Do you have any other plugins active?
We updated to support MS grid in the latest 1.6.1 update. Let us know if you see any other issues.
@skilletcreek this was fixed in version 1.6.1 yesterday. When you update it should be fixed on your site!
Hi @detroitwidget, we just released a fix for this in 1.6.1. Thanks for the report and sorry for the inconvenience!
Hi @bvm,
Can you post some screenshots of what you’re seeing? Also which browser are you using?
Here’s what I see on Chrome on macOS.
Accordion: https://cl.ly/c34c8713310d
Post grid: https://cl.ly/0a73669aad65
On the post grid, I see a bunch of javascript in your excerpts. That appears to be coming from a sharing plugin of some kind. Can you try disabling that to see if it fixes it?
Thanks, we have this on our list to tackle soon, hopefully in an update next week.
Thanks for the info. The theme appears to be loading that Mailchimp.php file without checking to see if the DrewM\MailChimp\MailChimp class already exists. If you could pass that along to the theme support folks, they should be able to update it easily.
Since plugins load before the theme and we do a check before loading the Mailchimp class, there’s nothing more we can do in Atomic Blocks to prevent that. It will have to be updated in the theme.
Glad to hear you were able to disable that feature. If they can add that additional check it will help prevent conflicts with Atomic Blocks and any other plugin that uses the same library.
Let me know if you have any questions.
Hi @wormeyman
Thanks for the report and sorry to hear you’re having problems.
Can you talk more about the conflict you saw? Were you able to get any useful messages from the 500 error?
We don’t load the Mailchimp class if it already exists here: https://github.com/studiopress/atomic-blocks/blob/95edfb729f9ec4387eb0b783721dc22571fdf526/atomicblocks.php#L55
However, plugins load before themes, so I’m guessing your theme doesn’t do a similar check before loading its own version. Ideally a theme would not load Mailchimp-related code, since that’s not related to presentation.
Happy to help. Thanks for using Atomic Blocks!