• Resolved hadarhacohen

    (@hadarhacohen)


    I am using wpForo, and I thing it is great. Thanks….

    One of my customers does not like the hamburger mobile menue icon, he thinks it is not clear enough.
    Is there a way to add the text “menue” next to the hamburger icon?
    or
    To replace the icon?
    Thanks
    Hadar

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi @hadarhacohen,
    I’m sorry, but this is not possible. The hamburger menu is based on lots of conditions, it cannot contain other text.

    Thread Starter hadarhacohen

    (@hadarhacohen)

    Thanks for the fast reply,

    Is there a way to change the icon to customize icon?
    Or
    Is there a way to add another bar, just above or below it, so i add there the word menue?

    Thread Starter hadarhacohen

    (@hadarhacohen)

    Reminder,
    still waiting a reply.
    Thanks,
    Hadar

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi @hadarhacohen,
    The hamburger mobile menu icon is located in the wp-content/plugins/wpforo/wpf-themes/classic/header.php file. Here is the code:

    <div class="wpf-left" style="display:table-cell">
        <?php if(WPF()->tpl->has_menu()): ?>
             <span class="wpf-res-menu"><i class="fas fa-bars"></i></span>
             <?php WPF()->tpl->nav_menu() ?>
       <?php endif; ?>
       <?php do_action( 'wpforo_after_menu_items' ); ?>
    </div>

    Try to change the <i class="fas fa-bars"></i> part to whatever you want. In any case, create /wpforo/ folder in your current active WordPress theme folder and put the copy of the modified header.php file to that folder. This will keep the change after wpForo plugin update.

    • This reply was modified 3 years, 8 months ago by gVectors Team.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘text next to or instead ICON’ is closed to new replies.