- Messaggi: 3
- Ringraziamenti ricevuti 0
SubSection
- diogo814
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
11 Anni 7 Mesi fa - 11 Anni 7 Mesi fa #1286
da diogo814
SubSection è stato creato da diogo814
Hi i bought the module from you to this site
Stimpostos
and i use it here
i want to do is:
-Saúde = Health
---Hospitals
---Medical centers
-Fun
---Videogame website
---Park
i hope i made myself clear because english is not my main language.
something along those lines. Is that possible?
and i use it here
i want to do is:
-Saúde = Health
---Hospitals
---Medical centers
-Fun
---Videogame website
---Park
i hope i made myself clear because english is not my main language.
something along those lines. Is that possible?
Ultima Modifica 11 Anni 7 Mesi fa da diogo814.
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
11 Anni 7 Mesi fa #1287
da andrea_4g
Risposta da andrea_4g al topic SubSection
You can format Cp field labels to look like your example, but I'm sure this is not the point.
Could you elaborate more about what you expect those criteria to do once selected?
Thanks.
Could you elaborate more about what you expect those criteria to do once selected?
Thanks.
Si prega Accesso o Crea un account a partecipare alla conversazione.
- diogo814
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
- Messaggi: 3
- Ringraziamenti ricevuti 0
11 Anni 7 Mesi fa #1288
da diogo814
Risposta da diogo814 al topic SubSection
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
11 Anni 7 Mesi fa - 11 Anni 7 Mesi fa #1289
da andrea_4g
Risposta da andrea_4g al topic SubSection
Ok, that's clear.
You need to assign both parent tag (eg. Saùde) and child tag (Hospitals) to the article. Then it's only a matter of CSS formatting.
For example, to indent 'Lazer' you need to add in you css:
You need to assign both parent tag (eg. Saùde) and child tag (Hospitals) to the article. Then it's only a matter of CSS formatting.
For example, to indent 'Lazer' you need to add in you css:
Code:
div.cp_cb_value_1_2{
margin-left: 10px;
}
Ultima Modifica 11 Anni 7 Mesi fa da andrea_4g.
Si prega Accesso o Crea un account a partecipare alla conversazione.
- diogo814
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
- Messaggi: 3
- Ringraziamenti ricevuti 0
11 Anni 7 Mesi fa #1290
da diogo814
hmm should i put that in here: com_customproperties\css\costumproperties.css if i do, how i use it in the back office.
Risposta da diogo814 al topic SubSection
andrea_4g ha scritto: Ok, that's clear.
You need to assign both parent tag (eg. Saùde) and child tag (Hospitals) to the article. Then it's only a matter of CSS formatting.
For example, to indent 'Lazer' you need to add in you css:Code:div.cp_cb_value_1_2{ margin-left: 10px; }
hmm should i put that in here: com_customproperties\css\costumproperties.css if i do, how i use it in the back office.
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
11 Anni 7 Mesi fa #1291
da andrea_4g
Risposta da andrea_4g al topic SubSection
The important thing is to write those CSS statements into a stylesheet that get loaded whenever the search module is displayed.
I'd recommend
a) modules/mod_cpsearch/css/cpsearch.css (as to keep css formatting "close" to where they are employed)
b) the css of the default template (that should be editable with backend tools)
I'd recommend
a) modules/mod_cpsearch/css/cpsearch.css (as to keep css formatting "close" to where they are employed)
b) the css of the default template (that should be editable with backend tools)
Si prega Accesso o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.185 secondi