bdubarconroy
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Custom Blocks] Block Rendered as EmptyHi @ryankienstra,
The problem was resolved. After the purchasing and installing Genesis Pro, the blocks now display once again.
Thank you!
Forum: Plugins
In reply to: [Genesis Custom Blocks] Block Rendered as EmptyHi @ryankienstra,
Sorry for not responding as soon as I had anticipate. It seem the issue was different from my original issue. Though, it is being worked on through WP Engine support.
I will update this thread when I know if purchasing Genesis Pro resolves the issue.
Forum: Plugins
In reply to: [Genesis Custom Blocks] Block Rendered as EmptyHi @ryankienstra,
I am attempting purchase Genesis Pro, since the repeater field functionality is built into quite a few blocks on the website I manage.
That being said, after following the process to add it to the WP Engine account, we are receiving notices that say we do not have the capability to do so. Even the owner of the account is receiving the same error.
Do you happen to know of any reason we would be encountering this error?
Forum: Plugins
In reply to: [Genesis Custom Blocks] Block Rendered as EmptyWe are using the free version. Where would I see whether my block uses a repeater field or not? Also, how do I remove this feature in the block editor?
I appreciate the support you’ve been giving.
- This reply was modified 3 years, 6 months ago by bdubarconroy.
Forum: Plugins
In reply to: [Genesis Custom Blocks] Block Rendered as EmptyNo it does not appear on the front-end either.
Here is the code:
<?php if ( block_rows( 'accordion_content' ) ) :?> <ul class="accordion" data-accordion data-allow-all-closed="true"> <?php while ( block_rows( 'accordion_content' ) ) : block_row( 'accordion_content' ); ?> <li class="accordion-item" data-accordion-item> <a href="#" class="accordion-title" tabindex="0"><?php block_sub_field( 'section_title', true ); ?></a> <div class="accordion-content" data-tab-content> <div class="eight-across"> <?php block_sub_field( 'section_content', true );?> <div class="clear"></div> </div> </div> </li> <?php endwhile; ?> </ul> <?php endif; reset_block_rows('accordion_content'); ?>Forum: Plugins
In reply to: [Genesis Custom Blocks] Block Rendered as EmptyForum: Plugins
In reply to: [Genesis Custom Blocks] Block Rendered as EmptyI do see the accordion block, and it is not a draft.
https://drive.google.com/file/d/1lZMjPd_taXGavKIXJlEYdCpt0tvP701I/view?usp=sharing
Forum: Plugins
In reply to: [Genesis Custom Blocks] Block Rendered as EmptyNo, I’m not receiving any console errors.
Forum: Plugins
In reply to: [Genesis Custom Blocks] Block Rendered as EmptyHi @ryankienstra,
Yes, it shows as deactivated in my list of plugins.
I don’t know if this would help, but this is what the example I sent should look like:https://drive.google.com/file/d/1MyL8b8Nu4SBEEDYkRYEfGthm6A1sJjAM/view?usp=share_link