Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Please “Disturb the sound of silence” – Simon & Garfunkel

    Another paid Genesis Pro member here. I would like to know if it will be made compatible with Gutenberg in the foreseeable future as well.

    It would be extremely helpful (and appreciated!) to know the answer to the following question:

    ******************************************
    Will this plugin be updated and made compatible with Gutenberg before 2022?
    [ ] Yes
    [ ] No
    ******************************************

    I hope that it will be updated, but it’s understandable if not since it’s a free plugin. Regardless of whether it will be updated or not, *just* knowing would be extremely helpful to your customers for making fundamental decisions like whether to use the plugin, whether/how to edit the plugin, etc.

    Again, I like Genesis and a “No” is absolutely not a dealbreaker for me as far as continuing my subscription. It would just be helpful to know. Thanks for the great products.

    Thread Starter bluen0te

    (@bluen0te)

    I may have written much more than necessary. I’m going to mark this as resolved and ask again more succinctly.

    I am wondering the same thing. When I recently bought the Genesis Pro license and began using the Author Pro theme. When looking at the demo, I made the mistake of assuming the CPT would be compatible with Genesis blocks that were advertised since there was nothing stating otherwise. I’m hoping there are plans to update this plugin in the near future.

    In the meantime, I’m hoping @snowbelly can share their fix.

    Thread Starter bluen0te

    (@bluen0te)

    I was able to get this to work after (admittedly) looking at your response more carefully.

    Thank you for your help snowbelly

    Thread Starter bluen0te

    (@bluen0te)

    Thanks for the reply. While it isn’t working yet, it’s good to know that it’s possible.

    I’ve added the following to the end of author-pro theme’s functions.php :

    add_filter( ‘genesis_author_pro_archive_slug’, ‘custom_author_pro_archive_slug’ );
    function custom_author_pro_archive_slug() {
    return ‘products’;
    }
    
    add_filter( ‘genesis_author_pro_book_slug’, ‘custom_author_pro_book_slug’ );
    function custom_author_pro_book_slug() {
    return ‘product’;
    }

    I’m assuming I shouldn’t edit the Genesis functions.php Any idea what I’m missing?

Viewing 6 replies - 1 through 6 (of 6 total)