[Support request] GP Premium 1.12.0 rc1 Awaken

Home Forums Support [Support request] GP Premium 1.12.0 rc1 Awaken

Home Forums Support GP Premium 1.12.0 rc1 Awaken

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1456087
    Anne-Laure

    Hi,

    I’ve just purchased GP Premium and installed GP Premium 1.12.0 rc1. As mentionned, Elementor sites are re-introduced into the library. But I cannot find Awaken in the list provided.

    Is it because the list is not fully displayed yet or is it because Awaken has been deleted from the list ?

    Thanks a lot,

    #1456110
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Awaken isn’t included as of right now. However, you can add it with a snippet:

    add_filter( 'generate_add_sites', function( $sites ) {
        $sites['Awaken'] = array(
            'name'          => 'Awaken',
            'directory'     => 'https://gpsites.co/files/awaken',
            'preview_url'   => 'https://gpsites.co/awaken',
            'author_name'   => 'BhambraBland',
            'author_url'    => 'https://bhambrabland.co.uk/',
            'description'   => 'Awaken is a modern app landing page, bright and colourful, with plenty of promotional sections to showcase the features. Content built using Elementor (free).',
            'page_builder'  => array(
                'Elementor',
            ),
            'min_version'   => '1.12.0-alpha.1',
        );
    
        return $sites;
    } );

    Let us know if you need more info 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.