John Parris
Forum Replies Created
-
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Call to Action@johnnya23 thanks for the report and sorry for the hassle. I’ll log this bug and see if we can get it fixed in the next update.
@ottomek we’re working on adding this feature now. I don’t have an ETA yet, but it should be in the next update.
@digitalbizralph thanks for the message. I’m not clear on what exactly you want to happen. We can’t add new templates to the theme and automatically change the way things look without users opting into that, as I don’t think they’ll be happy about us changing things visually on the sites without them doing anything.
A few thoughts…
The Atomic Blocks theme does show pagination on category and author archives. You can confirm this by looking inside the included
archive.phpfile, where it calls thethe_posts_pagination()function to display them. If you’re not seeing the pagination, my guess is one of the following:– It’s being hidden by CSS, or hidden by another plugin or custom code on your site
– You have a very high number for the “Blog pages show at most” setting under Settings > Reading in your WP admin, as this is what controls the number of posts being shown. If you’re seeing every post in a category archive view as you described, this sounds like your issue?Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Question about Post Author@deleyna the Post and Page Grid block uses the following functions:
get_the_author_meta( 'display_name', get_the_author_meta( 'ID' ) )get_author_posts_url( get_the_author_meta( 'ID' ) )Thanks all for the reports. We’re working on the IE styles already. The automated tool we were using to generate the IE styles wasn’t working well, so we’re changing our tactics there. You should see some fixes later this week that address these.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Jquery.js@serdarwork we don’t have an option at this moment. We will be fixing an issue with jQuery loading on the front end that’s triggered by the Notice block code. We rewrote that code to not require jQuery, but forgot to remove the jQuery dependency in the code that loads the script. We can fix that easily in the next release.
The newsletter block also relies on jQuery, but it only loads when the block is displayed on the front end. Rewriting that code will take a little longer for us to get to. If you’re not using that block, jQuery won’t be loading.
Thanks for the report! Be on the lookout for an update this week. It should fix the jQuery issue mentioned related to the Notice block which is causing jQuery to always load.
@oldmankit thanks for the report. We have this on our list to fix in the near future. We’ll update you when we’ve fixed it.
Glad to hear it. Thanks for the update!
Hi @trechap, we’re aware of this issue. It happens due to Simple Share outputting javascript in the post content, and Atomic Blocks escapes the content for security reasons. We’re looking into a solution for making them work better together. I don’t have an estimated date yet, but we’ll let you know when it’s ready.
Forum: Themes and Templates
In reply to: [Atomic Blocks] Atomic Blocks hero layout on Blog Page@fortyfivecreative since there’s no editor on the page, you can’t add the block layout without some custom coding. I’ll think about this and see if I can come up with a solution.
Forum: Themes and Templates
In reply to: [Atomic Blocks] How to change the blog settings?@javigm86 the Post Grid block doesn’t support pagination yet, but it’s on our list of things to add soon.
I’m unable to reproduce this error using the latest versions of the Atomic Blocks plugin and the Atomic Blocks theme.
Which versions of those are you running?
Are you using any other block plugins?
@elnath78 thanks for opening this issue. Can you please link me to the text of the law on the government site(s) that says this is required? We’ll need to run this by our legal team.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Post Grid: sticky content@nprior I’ll add this to the list. Thanks for the suggestion!
BTW, the latest version automatically excludes the current post, no switch needed.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Default Blocks style@anoni We don’t have an option built in, but there’s a workaround you can use in the interim.
Add the block to a page, configure the shape and other settings how you want it, and then save the block as a Reusable block. Screenshot: https://cl.ly/fa4ad6fdc9cc
From there you can add that button to any page and it’ll use those settings by default. Screenshot: https://cl.ly/289d9e5e6765
Let me know if you have any questions.