Reply To: Mobile Lightweight Social Icons

Home Forums Support Mobile Lightweight Social Icons Reply To: Mobile Lightweight Social Icons

Home Forums Support Mobile Lightweight Social Icons Reply To: Mobile Lightweight Social Icons

#153553
Heath

500 Server Error.

I’m scrolling through the functions.php now but having trouble finding our code.

Previously it said:
<?php
/**
* Generate child theme functions and definitions
*
* @package Generate
*/

When I insert your code, should it say this? I think the first attempt, I deleted the existing “<?php”.
<?php
add_action( ‘generate_inside_mobile_menu_bar’,’generate_add_mobile_bar_items’ );
function generate_add_mobile_bar_items()
{
?>
<i class=”fa fa-facebook”></i>
<i class=”fa fa-twitter”></i>
<?php
}
/**
* Generate child theme functions and definitions
*
* @package Generate
*/