• Resolved samalouf

    (@samalouf)


    Hello again

    I need to have 3 buttons in the top of website. I thought to use the top menu, the problem is that when watching on smartphone the menu disappear automatically, is there any possibility to deactivate responsive CSS for a specific menu?

    Is it possible to change the menu logo that appear on smartphone (the 3 horizontal bars) by another one or a text?

    Or is there a possibility to add a widget area in the header, for instance on the right of the header logo (this area is empty), or anywhere else ?

    What could be solution for buttons that always show on smartphone and are fixed even when you scroll down.

    I downloaded the theme directly from WordPress featured, do I have all options available in this version? I ask because I did not really understand what you explained about this…

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Is it possible to change the menu logo that appear on smartphone (the 3 horizontal bars) by another one or a text?

    In header.php and footer.php you will find:

    <i class="fa fa-bars"></i>

    Replace fa-bars with any icon you wish from 370 different ones:
    https://fortawesome.github.io/Font-Awesome/icons/

    Adding widget area in header is customization beyond what I can help with, but you’d add it to header.php. A new area can easily be added in functions.php, you’ll find sidebars there.

    If you downloaded from www.ads-software.com you will not have basic shortcodes, article sharing buttons and tracking code field (for ex. analytics). If you download here you will get those features too.

    The reason those features were taken out was because the theme reviewers wanted those features to go into a plugin instead. But I haven’t had time or motivation to build a plugin yet. So therefore, 2 different theme releases.

    Thread Starter samalouf

    (@samalouf)

    Thank you, can you just tell if it is possible to make the top nav not responsive, it would be usefull in order to add link to the top that would remain visible even on smartphone.

    Merci ??

    It’s kind of complicated to do, as all menus use a common CSS as base, which uses mediaqueries (responsive css). So if you remove for one menu, it needs to be for all. And to make it work for just 1 is unfortunately more than I can help with ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Top nav menu’ is closed to new replies.