-
AuthorPosts
-
max_santiago Friend
max_santiago
- Join date:
- January 2013
- Posts:
- 216
- Downloads:
- 49
- Uploads:
- 58
- Thanks:
- 120
- Thanked:
- 8 times in 3 posts
July 22, 2016 at 1:05 pm #952333Hi 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-
- SUBMENU
— 2a. SUBMENU
— 2B. SUBMENU
- SUBMENU
In off-canvas module I have this settings:
final level > ALL
submenu view > YESThanks 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: TUTTIGrazie!
M.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 22, 2016 at 8:51 pm #952462Ciao
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 user says Thank You to pavit for this useful post
max_santiago Friendmax_santiago
- Join date:
- January 2013
- Posts:
- 216
- Downloads:
- 49
- Uploads:
- 58
- Thanks:
- 120
- Thanked:
- 8 times in 3 posts
July 31, 2016 at 6:12 pm #955425Grazie @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.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 31, 2016 at 6:32 pm #955427Potresti aggiungere anche il link al tuo sito ? basta rispondere come private reply e se puoi anche un account temporaneo come super user
1 user says Thank You to pavit for this useful post
max_santiago Friendmax_santiago
- Join date:
- January 2013
- Posts:
- 216
- Downloads:
- 49
- Uploads:
- 58
- Thanks:
- 120
- Thanked:
- 8 times in 3 posts
August 1, 2016 at 9:03 am #955572This reply has been marked as private.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 3, 2016 at 7:32 am #956351Ora dovrebbe essere a posto.
Ciao1 user says Thank You to pavit for this useful post
max_santiago Friendmax_santiago
- Join date:
- January 2013
- Posts:
- 216
- Downloads:
- 49
- Uploads:
- 58
- Thanks:
- 120
- Thanked:
- 8 times in 3 posts
August 3, 2016 at 8:53 am #956404This reply has been marked as private.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 9, 2016 at 10:37 am #958272This reply has been marked as private.1 user says Thank You to pavit for this useful post
max_santiago Friendmax_santiago
- Join date:
- January 2013
- Posts:
- 216
- Downloads:
- 49
- Uploads:
- 58
- Thanks:
- 120
- Thanked:
- 8 times in 3 posts
August 21, 2016 at 12:43 pm #961691This reply has been marked as private.max_santiago Friendmax_santiago
- Join date:
- January 2013
- Posts:
- 216
- Downloads:
- 49
- Uploads:
- 58
- Thanks:
- 120
- Thanked:
- 8 times in 3 posts
August 30, 2016 at 3:36 pm #964287This reply has been marked as private.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 1, 2016 at 3:54 pm #964930Ciao
Ho trovato un modo per indentarli applicando una custom class al menu item
ho creato 2 nuove classi
secondlevel
thirdlevelpoi 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.
-
max_santiago Friend
max_santiago
- Join date:
- January 2013
- Posts:
- 216
- Downloads:
- 49
- Uploads:
- 58
- Thanks:
- 120
- Thanked:
- 8 times in 3 posts
September 7, 2016 at 10:39 am #966338This reply has been marked as private.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 7, 2016 at 10:55 am #966371This reply has been marked as private.max_santiago Friendmax_santiago
- Join date:
- January 2013
- Posts:
- 216
- Downloads:
- 49
- Uploads:
- 58
- Thanks:
- 120
- Thanked:
- 8 times in 3 posts
-
AuthorPosts
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
Jump to forum