-
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.