• Resolved qunnit

    (@qunnit)


    Hi,

    I’m using a Tag-Cloud as my navigation. See screenshot:
    Desktop view

    Unfortunately, the navigation (Tag-Cloud) is displayed below on my mobile phone. I have to scroll all the way down to see the navigation.
    Missing navigation
    Bottom navigation

    Is it somehow possible to move the Tag-Cloud to the top of the screen for mobile phones?

    Best regards,
    Aaron

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi Aaron!

    Try this: Customize > Theme Options > Blog > Frontpage Widgets Top > ON

    Then go to Customize > Widgets and add your cloud to Frontpage Top 1. It should now appear above the entries on desktop and mobile.

    In order for this to not appear only on homepage, you need to edit /inc/front-widgets-top.php and remove line 1 and line 17:

    
    <?php if ( is_home() && !is_paged() && get_theme_mod('frontpage-widgets-top') == 'on' ): ?>
    

    and

    
    <?php endif; ?>
    
    Thread Starter qunnit

    (@qunnit)

    Hi Alexander,

    thanks a lot for your support. Is exactly what I’m looking for.

    Thanks,
    Aaron

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Tag-Cloud as top navigation?’ is closed to new replies.