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

#152813
Tom
Lead Developer
Lead Developer

Hi Heath,

I was writing up a big post on how to do this and realized how messy it was.

Then I realized others might want to add items to the mobile menu bar, so I thought I would re-structure it to accept more items.

In GP 1.3.20, you’ll be able to do this:

add_action( 'generate_inside_mobile_menu_bar','generate_add_mobile_bar_items' );
function generate_add_mobile_bar_items()
{
	?>
	<a href="#"><i class="fa fa-facebook"></i></a>
	<a href="#"><i class="fa fa-twitter"></i></a>
	<?php
}

If you’d like to test it out, shoot me an email to support@generatepress.com and I’ll send you the files 🙂