Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #341639

    Zeshan
    Member

    Hi Roberto,

    As for the slider, you could perhaps hide rev slider on mobiles and show a different slider, such as Soliloquy using [visibility] shortcode. If you are using Cornerstone, you can choose visibility under the row settings (see: http://prntscr.com/7vcrv2).

    In regard to the navbar, this particular situation is simply a matter of reworking your content to properly fit the physical limitations presented by the theme (this is a consideration that must be taken into account with all themes and designs). It is the same principal applied to filling up a room with furniture—there is only so much that can fit into a given space. The following should be considered in these situations:

    • Logo Size – longer logos will conflict with navigation items as you size your site down. If you are noticing a conflict, you may need to implement some CSS to size down your logo as viewports get smaller.
    • Shorter Names – you should always shoot to have your top-level navigation links be as simple as possible. For example, if your link is “Learn About My Company,” Try using “About” instead. It conveys the same idea and will save you a ton of real estate.
    • Rearrange – sometimes we want to put all of our links in the top-level navigation, but not all pages are created equally. Pages of lesser importance that pertain to a parent link might work well as a sub-menu instead.
    • Less Links – even on more “complex” websites with lots of pages, there are always ways to combine information together to make things simpler, which also ensures that your user doesn’t have to click around for every granular piece of information. For example, you might have two top-level links called “About” and “Contact,” which could possibly be combined into one. This eliminates the need for extra links and makes things much simpler for your users to navigate. Less is more in information architecture.
    • Appearance – fortunately X features plenty of options for adjusting the appearance of elements throughout your site, and the navbar is one of the more flexible elements. Try using a smaller font size if possible to save on a little real estate.

    Thanks!

    #341753

    194roc
    Participant

    Thanks a lot for the hint.

    I fix the navbar inserting one of the menu under an already existing menu item and everything is much better.

    As for the slider I need to better understand how it work the [visibility] shortcode before try anything you suggested. In the meantime I simply reduce the time a slide is shown, but I definitively will take the time to understand better.

    Thanks again for the great support.

    Roberto

    #341772

    Christopher
    Moderator

    Hi there,

    Please check this tutorial to better understand visibility shortcode : https://community.theme.co//kb/shortcode-walkthrough-visibility/

    Hope it helps.