Hi,
If the Pagebuilder(PB) is activated, the post-Navi and social share will not be shown.
To show the social share on the Gallery post with PB:
Please go to Appearance>Theme Editor, edit air theme>single.php, add the code in the line 43(under the do_action('airtheme_interface_single_content'); ?>):
<?php if(airtheme_enable_pb() && is_singular('post')) {airtheme_get_template_part('single/gallery/portfolio', 'social');} ?>
Please paste the custom CSS code to “Appearance > Customize: Additional CSS”
.pagebuilder-wrap ~ .social-bar {
text-align: center;
}
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook