Hi,
Is it possible to embed the code for rtSocial into Enfold so that the social sharing images/counts appear at the top of every page of the site directly before the secondary menu that appears at the top of every page?
This is the code they provide in their plugin to manually place the code:
<?php if ( function_exists( ‘rtsocial’ ) ) { echo rtsocial(); } ?>
Many thanks.
Hi forum30!
Please go to Appearance > Editor and open Helper-main-menu.php file and find
<div id='header_meta' class='container_wrap container_wrap_meta <?php echo avia_header_class_string(array('header_social', 'header_secondary_menu', 'header_phone_active'), 'av_'); ?>'>
and add your code right below it. You may need to make some CSS adjustments
Best regards,
Yigit
Thanks for that – played around with it a bit and got it to work. Not exactly how I’d planned it, but it works well (it appears after the secondary menu or above it – so I went for after).
:)