Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • max_santiago Friend
    #952333

    Hi ja people and mr @pavit,
    Is it possible to show – in correct way in DESKTOP mode – the SECOND level of submenu items in off-canvas menu?

    I have a menu like this:

    HOME
    MENU
    -1. SUBMENU

    • 2a. SUBMENU
    • 2b. SUBMENU

    but I want a menu like this:

    HOME
    MENU

      1. SUBMENU
        — 2a. SUBMENU
        — 2B. SUBMENU

    In off-canvas module I have this settings:

    final level > ALL
    submenu view > YES

    Thanks very much!

    ***+

    Gentile Pavit,
    nella modalità DESKTOP nel menù a sinistra off-canvas le voci dei sottomenù si fermano tutte al primo livello. E’ possibile visualizzarle almeno al secondo?!
    Nel modulo personalizzato off-canvas MAIN MENU’ ho settato le voci a:

    Voce di base: HOME
    Livello iniziale: 1
    Livello finale: TUTTI

    Grazie!

    M.

    pavit Moderator
    #952462

    Ciao

    Se ho capito bene vorresti indentare i submenu

    Io ho fatto una prova aggiungendo un padding left per il secondo submenu ( immagine allegata )

    Aggiungi al custom.css queste linee di codice:

    .t3-off-canvas .t3-off-canvas-body .dropdown-menu .dropdown-menu > li > a {
        padding-left:30px!important;
    }

    Spero di aver capito bene la tua domanda in quanto non è molto chiara , dovrebbe essere

    — 1 SUBMENU
    — 1A. SUBMENU
    — 1B. SUBMENU


    1. Screenshot-at-lug-22-22-48-10
    max_santiago Friend
    #955425

    Grazie @pavit, sempre molto gentile e in ascolto!
    E’ esattamente come da te indicato.
    Ho editato il custom.css in > templates/ja_mono/css aggiungendo il tuo codice ma non sembra succedere nulla…
    Allego screenshot.

    Thanks @pavit, you are as usual ready to help us!

    I add your code to modify menu indent to custom.css but canvas menu has same structure… nothing.

    Max.


    1. indent
    pavit Moderator
    #955427

    Potresti aggiungere anche il link al tuo sito ? basta rispondere come private reply e se puoi anche un account temporaneo come super user

    max_santiago Friend
    #955572
    This reply has been marked as private.
    pavit Moderator
    #956351

    Ora dovrebbe essere a posto.
    Ciao

    max_santiago Friend
    #956404
    This reply has been marked as private.
    pavit Moderator
    #958272
    This reply has been marked as private.
    max_santiago Friend
    #961691
    This reply has been marked as private.
    max_santiago Friend
    #964287
    This reply has been marked as private.
    pavit Moderator
    #964930

    Ciao

    Ho trovato un modo per indentarli applicando una custom class al menu item

    ho creato 2 nuove classi

    secondlevel
    thirdlevel

    poi ho aggiunto al custom.css

    .t3-off-canvas .t3-off-canvas-body .dropdown-menu .dropdown-menu > li > a.secondlevel {
      padding-left:32px;
    }
    
    .t3-off-canvas .t3-off-canvas-body .dropdown-menu .dropdown-menu > li > a.thirdlevel {
      padding-left:42px;
    }

    quindi ai 2 menu items ( Attività e Ristoranti ) ho aggiunto rispettivamente la classe second level e thirdlevel nel tab "opzioni link"

    spero che il risultato ottenuto sia quello desiderato. ma è l’unico modo.

    Saluti.


    1. Screenshot-at-set-01-17-50-55
    2. Screenshot-at-set-01-17-53-50
    max_santiago Friend
    #966338
    This reply has been marked as private.
    pavit Moderator
    #966371
    This reply has been marked as private.
    max_santiago Friend
    #967380
    This reply has been marked as private.
Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 13 replies, has 2 voices, and was last updated by  max_santiago 8 years, 2 months ago.

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