- Messaggi: 1
- Ringraziamenti ricevuti 0
Use of JSN Epic Template menu styles
- haroon
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
12 Anni 4 Mesi fa #821
da haroon
Use of JSN Epic Template menu styles è stato creato da haroon
Dear Sir.
I just purchased your software.
Do you know if we can use Your Custom Property Menu with JSN Epic Pro template? Every time I place the JSN menu suffix into the MODULE CLASS SUFFIX, it reverts to the default. However the "new" colour and background is applied. If not, is there a list of Suffix's the programme will accept? It there anyway to have a parent/child type menu?
Thanks
haroon
I just purchased your software.
Do you know if we can use Your Custom Property Menu with JSN Epic Pro template? Every time I place the JSN menu suffix into the MODULE CLASS SUFFIX, it reverts to the default. However the "new" colour and background is applied. If not, is there a list of Suffix's the programme will accept? It there anyway to have a parent/child type menu?
Thanks
haroon
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
12 Anni 4 Mesi fa - 12 Anni 4 Mesi fa #825
da andrea_4g
Risposta da andrea_4g al topic Re: Use of JSN Epic Template menu styles
Taken for JSN site:
"JSN Epic provides 5 menu styles to present your website navigation. The default Joomla! built-in menu module (mod_mainmenu) is utilized, so you don't need to install any external menu modules."
It means that the templates overrides Joomla's mod_mainmenu, only.
Custom Properties Menu, being a different module, is not overriden. The fact that the "new" colors are applied is probably because with the new CSS class assigned there matching entries in the css file that can be applied. Anyway the automation (slide, collapse, fade effects) is not applied.
CP Menu is already sematically structured as a parent/ child menu with the following structure (Joomla's standard menu structure):
"JSN Epic provides 5 menu styles to present your website navigation. The default Joomla! built-in menu module (mod_mainmenu) is utilized, so you don't need to install any external menu modules."
It means that the templates overrides Joomla's mod_mainmenu, only.
Custom Properties Menu, being a different module, is not overriden. The fact that the "new" colors are applied is probably because with the new CSS class assigned there matching entries in the css file that can be applied. Anyway the automation (slide, collapse, fade effects) is not applied.
CP Menu is already sematically structured as a parent/ child menu with the following structure (Joomla's standard menu structure):
Code:
<ul>
<li> parent
<ul>
<li>child</li>
<li>child 2</li>
...
</ul>
</li>
<li> parent 2
<li> child 2-1 </li>
...
</li>
</ul>
Ultima Modifica 12 Anni 4 Mesi fa da andrea_4g.
Si prega Accesso o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.150 secondi