test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • joomdude808 Friend
    #192697

    Is it possible to have menu items on the Off-Canvas menu that is not present/visible on the main top navigation menu?

    EXAMPLE:
    Off-Canvas has additional visible menu items…

    Main Top Menu:
    Menu Link 1 | Menu Link 2 | Menu Link 3

    Off-Canvas Menu:
    Menu Link 1
    Menu Link 2
    Menu Link 3
    Menu Link 4
    Menu Link 5

    Thanks in Advance 🙂

    Saguaros Moderator
    #514264

    Hi,

    You can use CSS trick like this:

    – Open file: /templates/ja_onepage(your_default_template)/css/custom.css
    – Add this css rule:

    @media (min-width: 1200px){
    .t3-mainnav .item-486 {
    display: none;
    }
    }

    * you can change the min-width to your desired value, its screen resolution you want to hide
    * .item-486 is class of item you want to hide, you can see it easily with Firebug or Inspect Element: http://prntscr.com/28l17k

    joomdude808 Friend
    #514279

    Excellent…great trick.

    Another quick question regarding my template’s CSS.
    Why do I have so many CSS files when I look at the source code for my site?

    <link rel=”stylesheet” href=”/t3-assets/css/css-ef8ee.css” type=”text/css” />
    <link rel=”stylesheet” href=”/t3-assets/css/css-c7b6c.css” type=”text/css” />
    <link rel=”stylesheet” href=”/t3-assets/css/css-d991e.css” type=”text/css” />
    <link rel=”stylesheet” href=”/t3-assets/css/css-b8134.css” type=”text/css” />

    Saguaros Moderator
    #514378

    These are optimized css files when you enable this Optimize Css in template manager in backend of your site

    joomdude808 Friend
    #514444

    Will this be a problem for any plugin like JCH Optimize that combines multiple CSS files into one?

    Saguaros Moderator
    #514532

    I haven’t used JCH Optimize within this template yet, you can give it a try 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Saguaros 10 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum