studiopress / atomic-blocks

Atomic Blocks has been renamed to Genesis Blocks. This plugin is no longer maintained! Visit Atomic Blocks → Migrate to migrate to the new plugin.
https://wordpress.org/plugins/genesis-blocks/
GNU General Public License v3.0
157 stars 58 forks source link

Rebrand Getting Started page #339

Closed mikemcalister closed 4 years ago

mikemcalister commented 4 years ago

Summary of change: Change styling of Getting Started page if ABP/GPB is found.

How to test: Make sure you have ABP/GPB installed and visit the Getting Started page. You can reverse the atomic_blocks_is_pro flag to check the AB version of the Getting Started page.

Suggested Changelog Entry: Improve Getting Started page styling and performance.

mindctrl commented 4 years ago

Note: we need to update the atomic_blocks_is_pro() function to check for GPB, or something like that.

It could be this:

return function_exists( 'AtomicBlocksPro\atomic_blocks_pro_main_plugin_file' ) || function_exists( 'Genesis\PageBuilder\main_plugin_file' );
mindctrl commented 4 years ago

Note: having some discussions about the GPB check... looking to finalize the namespace before we launch this update.