Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #291623

    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.

    #291631

    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

    #291718

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

    :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Embed rtSocial code into Enfold template?’ is closed to new replies.