i have received a Fatal error from logs its repeating same error. I don,t understand what to do please help me out on this. Eroor logs:
PHP Fatal error: Call to a member function render_social_icons() on a non-object in content-single.php on line 190
Code :
<div class="fusion-sharing-box share-box">
<h4>
<?php echo __('Share This Story, Choose Your Platform!', 'Avada'); ?></h4>
<?php
echo $social_icons->render_social_icons( $sharingbox_soical_icon_options );
?>