Hello, the topic mentioned here is back now: https://www.ads-software.com/support/topic/php-notice-in-wp-admin-with-wp-5-3-0-debug-mode/
because with migration from atomic blocks to genesis blocks plugin the atomic blocks plugin is disabled. The warning appears when atomic blocks theme is enabled and atomic blocks plugin is disabled (that now has to be disabled because of genesis blocks plugin). Disabling the genesis blocks plugin doesn’t help.
I am using the Page and Post Grid (Atomic Block) and would like to have more control over what posts are displayed. Is there a way (plugin, custom php, other) that would allow users to select multiple categories and/or exclude certain categories? Many thanks for any suggestion/solution ideas.
]]>We’ve got a site with atomic blocks used for the dashboard. We want to track what visitors click. We are able to add a tracking class to the divs, but can’t add id, title, alt, or data-vars. These tags get stripped out and can sometimes break the code view in the wp page editor. Anyone else running into this issue?
]]>2 Issues I’m trying to resolve:
1.
In the light blue Advanced Column block with four SVG icons and text at https://www.dougschumacher.com, I’m trying to figure out how to make the icons not extend as widely as the text below it. I’ve noticed that in the child Advanced Columns Block containing the SVG icons, there’s not an option for setting the Column Inner Max Width as there is on the Parent Advanced Column block. I was hoping to set that width for the icons child Advanced Columns block to a smaller amount than the child Advanced Columns block below it for the text.
2.
Is there a way to have these icons not stack when viewed on mobile? Is this a CSS setting in Advanced Columns? When testing on my Google Android Pixel 2 XL (2880×1440), it looks like there’s plenty of room around the icons, but for some reason they stack. Even when I put the phone in landscape position, it stacks them 2×2, with large amounts of space between them.
Any input on this will be greatly appreciated.
thx
doug
Link for the comment displayed with atomic_blocks_comment() function is invalid. It uses this: esc_url( get_comment_link( comment_ID() ) )
and it should be esc_url( get_comment_link( get_comment_ID() ) )
. comment_ID() is echo
function.
I have a series of Advanced Column blocks with 2 columns. One column an image and one text. I can easily center them horizontally, but vertically I don’t see any options, and from my research, it looks like this will require custom CSS, per this link:
https://www.w3schools.com/howto/howto_css_center-vertical.asp
On that link they mention 3 approaches.
1. CSS Align
2. CSS Transform
3. CSS Flexbox
I’m not familiar enough with Gutenberg or Atomic Blocks to know which of those I should use. Can anyone confirm the best way to do this?
thanks
Doug
I’m trying to change the URL of the link surrounding the logo (Not my decision: We want this to link to the main organization site, and are including a link to the WordPress site in the main nav). The site has a child theme for Atomic Blocks (working fine). I’ve edited the child theme version of template-tags.php to hard code the URL, however, the child template-tags.php is not recognized. Is there a better way to handle this when using Atomic Blocks? Thanks.
]]>I would like to use this theme and the Atomic Blocks plugin for a simple company website. It looks like a great solution.
I see the last theme update was in October 2019, and there are not that many recent reviews or support queries.
Will this Atomic Blocks Theme be supported/maintained going forward, and if so, for how long?
Thanks.
]]>In Microsoft Edge, all accordion blocks are expanded and also won’t contract. It’s as though Edge doesn’t see the javascript.
]]>In Safari and Chrome browsers the tagline appears below the site title, as expected.
In Firefox (72.0.2) the tagline appears ‘out of place’ – to the right of the site title and it runs above the menu items. See screenshot here https://d.pr/i/NdIsdr of how it appears in Firefox.
I tried temporarily reducing the number of menu items to see whether they were interfering with the display, but no.
]]>Each time I try to save a draft, I get an error msg that cannot save because of 5 errors and then it brings up the footer tabs, which had 5 entries total in 3 footer columns.
I removed the footers and still get the msg and back to the footer tabs even though I was trying to save another.
I’m using Atomic Blocks template customized.
]]>Hi, i have a issue with social menu, when i set the social menu on footer its repeat below the 3 columns widget area.
Im working on local, no url.
Hi,
I have a Latest Posts Grid on my homepage. I would like to be able to open the links in this list in a new window.
I had achieved this by editing wp-includes/blocks/latest-post.php
I changed a href=”%1$s” to a href=”%1$s” target=”_blank”
This worked fine, but after an update the default latest-post.php was reset. I made the edits again, but now they no longer work.
Can you tell me what I need to do to make it work again, so links open in a new window?
Please note: if you look at the website, currently the links do open in a new window, but that’s because I added <base target=”_blank” /> to the overall header. This causes ALL the links on the website to open in a new window (e.g. menu’s, etc.). That’s not what I want to achieve, I only want the links in the AB Post and Page Grid to open in a new window.
Thanks!
This has been bugging me for a while now. For instance, while adding a AB call to action, typing some text into the header, and then correcting it (backspace) my browswer crashes hard, computer starts to lift-off. Beachball of death.
Working on Safari on Mac.
]]>I’m seeing reports of people mentioning styling their AB Accordian blocks.
However, the only option I see is the size of the font.
I’d love to be able to adjust the color, in particular of the accordian block.
I want to use the accordian on the home page, but the big, boxy gray squares are really dominating the page… to the point that I don’t want to use these blocks if I can’t make them white.
I’ve been trying some CSS from my coding book, but I can’t get anything to work.
Can anybody help me out here?
Thanks!
]]>Hey there,
I just updated to WP 5.3.0 in my local development environment, testing with your theme.
There are some php notices and warning in admin screen, referring to function atomic_blocks_theme_getting_started_menu():
Notice: add_submenu_page was called <strong>incorrectly</strong>. The seventh parameter passed to <code>add_submenu_page()</code> should be an integer representing menu position. Please see <a href="https://www.ads-software.com/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.3.0.) in [...]/wp-includes/functions.php on line 4903
Call Stack
# Time Memory Function Location
1 0.0005 425192 {main}( ) .../options.php:0
2 0.0008 472592 require_once( '[...]/wp-admin/admin.php' ) .../options.php:19
3 0.2802 36388424 require( '[...]/wp-admin/menu.php' ) .../admin.php:153
4 0.2844 36467192 require_once( '[...]/wp-admin/includes/menu.php' ) .../menu.php:326
5 0.2886 36469400 do_action( ) .../menu.php:155
6 0.2886 36469776 WP_Hook->do_action( ) .../plugin.php:478
7 0.2886 36469776 WP_Hook->apply_filters( ) .../class-wp-hook.php:312
8 0.2958 36568056 atomic_blocks_theme_getting_started_menu( ) .../class-wp-hook.php:288
9 0.2958 36568056 add_theme_page( ) .../getting-started.php:56
10 0.2958 36568056 add_submenu_page( ) .../plugin.php:1505
11 0.2959 36568752 _doing_it_wrong( ) .../plugin.php:1385
12 0.2960 36569584 trigger_error ( ) .../functions.php:4903
…followed by three warnings (headers already sent), probably consequential warnings from above.
Please inform your developers to fix that in next version.
I have written a lot of content and now want to move it into an accordion block. Is there a way to move this or do I have to recreate all this content.
Could use the code editor and cut and paste code to move content. Scary. It wuld be easier if I could drag the existing content.
]]>Hi, I’m wording is it possible to hide the title of a page and a post?
It seems all relevant plugins are not practical. Thank you.
Hi! I want to make my blog have a grdi layout so that you lcik to read more instead of just having this long string of articles all fully out. How do I do this? I have atomic blocks.
]]>Im using the code below to show site logo, title and tagline. As of now all the three appear one after the other vertically in separate lines.
I want the site logo appear to the left of site title and site tagline. Any help is appreciated. Need to change the code.
if ( ! function_exists( 'atomic_blocks_title_logo' ) ) :
function atomic_blocks_title_logo() { ?>
<div class="site-title-wrap" itemscope itemtype="https://schema.org/Organization">
<!-- Use the Site Logo feature, if supported -->
<?php if ( function_exists( 'the_custom_logo' ) && the_custom_logo() ) {
the_custom_logo();
} ?>
<div class="titles-wrap <?php if ( get_bloginfo( 'description' ) ) { echo 'has-description'; } ?>">
<?php if ( is_front_page() && is_home() ) { ?>
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
<?php } else { ?>
<p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p>
<?php } ?>
<?php if ( get_bloginfo( 'description' ) ) { ?>
<p class="site-description"><?php bloginfo( 'description' ); ?></p>
<?php } ?>
</div>
</div><!-- .site-title-wrap -->
<?php } endif;
]]>
Hi, I am using AB Accordion but the Icon that indicated “open/close” does not appear (all updates are online v2.1.0, webpage runs with wpastra v2.1.0). Any idea how to fix this? It should look like https://atomicblocks.com/blocks/accordion-block/ right?
Regards, ingo
Hi, after installing WP5.3beta1 I am getting this warning:
array_slice() expects parameter 2 to be integer, string given in <b>\wp-admin\includes\plugin.php</b> on line 1393
Greetings. The Atomic Blocks full menu works fine, but the mobile version of the menu does not open when selected. I am using AMP for the site and suspect that may be impacting the mobile menu. Thank you.
]]>This setting will let you change the width of the content area in your posts and pages.
It works fine, but when I operate the slide control, how and where may I see the changing content width in pixels?
Greetings
sedif
Dear Atomic Blocks Support Team,
Your theme is really good! There’s just a very important problem that needs to be fixed:
Category Pages and Author Pages
— First of all, Atomic Blocks is a very simple Gutenberg theme, therefore will be used mainly for blogging. A very important factor to the success of a blog is SEO and Article reads.
When clicking a post ‘category’ it takes you to the BUILT-IN WordPress page: /category/xyz
On this page, when using Atomic Blocks, EVERY post in that category is displayed in Full-length, AND without any pagination breaks or any widgets (even the simple ones: Categories / Archives / Search Bar) etc.
These are vital for the success of any blog! They’re included in every theme except Atomic Blocks.
The same issue occurs when clicking an author name – WordPress takes you to the built-in Author Page, and ALL of the posts by that author are displayed in FULL-length, plus there is no pagination break or any ways to filter/find a post.
— What does this problem have to do with SEO for blogs?
When creating a sitemap to submit to search engine crawlers such as Google Crawler, it is very important that we include the categories of our posts, so that Google knows what kind of content we have on our site, and to have a chance at having featured linked snippets on SERPs.
Without a proper built-in WordPress category page:
1- It’s bad UX, our users cannot find posts, and we will lose article reads
2- We would need to make a custom category page – which is NOT SEO-plugin friendly when we want to automatically create Site Maps – It would take much more time to do than to simply switch themes
____________
Solution:
Please hear me out! Customize the WordPress Category Page templates and the Author Page PHP files
category-slug.php → category-id.php → category.php → archive.php → index.php
author.php
Thank you!
]]>Hi, I need to add an Atomic Blocks hero layout to the top of my Blog page (page which is set to show posts in Genesis settings). Obviously on this page there is no editor so I’m not sure how to add the block. Thanks!
]]>I don’t like the blog template by default in this theme. However I love how you can create a post grid block inside a page.
The problem is that I have to select the number of post appear. And I want that grid with the pagination number bottom, and read all post.
SO,
How can I modify the default blog to a grid blog or how can I to add a pagination menu in the grid post page????
]]>When I turn on Genesis simple share for posts, the below code shows up in the Post and Page Grid block. Even if the actual buttons showed up, I still don’t want the share buttons in every section of the grid.
jQuery(document).ready(function($) { $(‘#facebook-after-895’).sharrre({ share: { facebook: true }, urlCurl: ‘https://hydrotempmech.test/wp-content/plugins/genesis-simple-share/assets/js/sharrre/sharrre.php’, enableHover: false, enableTracking: true, disableCount: true, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup(‘facebook’); } }); $(‘#twitter-after-895’).sharrre({ share: { twitter: true }, urlCurl: ‘https://hydrotempmech.test/wp-content/plugins/genesis-simple-share/assets/js/sharrre/sharrre.php’, enableHover: false, enableTracking: true, disableCount: true, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup(‘twitter’); } }); $(‘#linkedin-after-895’).sharrre({ share: { linkedin: true }, urlCurl: ‘https://hydrotempmech.test/wp-content/plugins/genesis-simple-share/assets/js/sharrre/sharrre.php’, enableHover: false, enableTracking: true, disableCount: true, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup(‘linkedin’); } }); });
]]>I am new to Gutenberg and newer to Atomic Blocks. I finally found the Drop Cap block and pasted in the article I want dto have a drop cap. It worked. Good. But i have 2 questions:
1) How to change the drop cap style? I would think I select the first letter and apply some setting but cannot find it.
2) Is it possible to add a block cap to the first letter of an article or do i have to create the article block from scratch?
An unrelated question is how to I change the background color of a block?
Thanks.
]]>Hello,
i have a problem mit the Atomic blocks columm.
In the editor i looks ok, the 4 colums are fine and have the same hight.
In the real website it has a ugly scroll bar.
See https://vermietertagebuch.com/
Can you help me with that?
best regards,
Alexander Raue
Child Theme: authority
]]>