Site logo

Archived topic

GP Premium 1.12.0 rc1 Awaken

1 reply · Started by Anne-Laure on September 23, 2020

Viewing posts 1–2 of 2

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,

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 :)

This archived topic is closed to new replies.