Hi all customer!
As Default in theme We disable Frontend Editor,
However you can enable it by following steps:
Step 1: Go to {yourwebroot}/wp-content/themes/milo-bibo/framework/includes/vc_extension/ then open file functions.php
Step 2: Comment or Remove the code like this:
function milo_remove_frontend_links() {
vc_disable_frontend();
}
add_action( 'vc_after_init', 'milo_remove_frontend_links' );
The second issue is use VC in Footer Block:
Step 1: Go to Admin Dashboard then Navigate to Visual Composer -> Role Manager
Step 2: In Administrator section at Post Types setting -> select Custom option -> checked on Milo Footer checkbox.
Hope this help and have happy with our theme!
***********
Best regards,
MiloTheme