Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Templates removed from Site Library

  • swinggraphics

    Until recently there were templates in the Site Library that had a vertical menu. “Brand” and “Sider” are the two I can think of. They are no longer available. Why? And how do I get them back, please?
    https://gpsites.co/brand/
    https://gpsites.co/sider/

  • Hi there,

    You are right, we’ve deprecated some of the old/less-popular templates.

    You will need to revert to GB v1 block by inserting this PHP code, then go to the site library, scroll to the bottom, click the refresh sites button, then you should be able to see the v1 site library.

    function activate_generateblocks_v1() {
    	if (get_option('gb_use_v1_blocks', null) === null) {
    		add_option('gb_use_v1_blocks', true);
    	} else if (! generateblocks_use_v1_blocks()) {
    		update_option('gb_use_v1_blocks', true);
    	}
    }
    
    add_action('init', 'activate_generateblocks_v1');
  • swinggraphics

    Thanks!

  • No Problem 🙂

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