- Messaggi: 15
- Ringraziamenti ricevuti 0
Rendering of tag links at the end of the article
- cho
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
12 Anni 3 Mesi fa #897
da cho
Rendering of tag links at the end of the article è stato creato da cho
Hi,
I was wondering if there is any possibility for specail rendering of the tags that are shown at the end of the article.
By default, the tags are rendered as normal links. Is it also possible to render the tags in a button like manner, change the spacing, ...?
And secondly, there is alawys written "Tags:" before the tags. Is there a setting to disable displaying "Tags:" or at least to begin the tags on a new line? (see also my attachment)
Cheers
Chris
I was wondering if there is any possibility for specail rendering of the tags that are shown at the end of the article.
By default, the tags are rendered as normal links. Is it also possible to render the tags in a button like manner, change the spacing, ...?
And secondly, there is alawys written "Tags:" before the tags. Is there a setting to disable displaying "Tags:" or at least to begin the tags on a new line? (see also my attachment)
Cheers
Chris
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 3 Mesi fa #904
da andrea_4g
Risposta da andrea_4g al topic Re: Rendering of tag links at the end of the article
Si prega Accesso o Crea un account a partecipare alla conversazione.
- cho
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
- Messaggi: 15
- Ringraziamenti ricevuti 0
12 Anni 3 Mesi fa #912
da cho
Risposta da cho al topic Re: Rendering of tag links at the end of the article
I assume you mean customproperties.css to adapt in components/com_customproperties?
I haven't found the "Tags:" to adapt...
Cheers
Chris
I haven't found the "Tags:" to adapt...
Cheers
Chris
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 3 Mesi fa #917
da andrea_4g
Risposta da andrea_4g al topic Re: Rendering of tag links at the end of the article
Editing customproperties.css it's a possibility but it is not mandatory. You can prevent CP from adding customproperties.css to the output. Some prefers to edit the CSS files of their template.
To hide the 'Tags' label you have to add to the CSS :
To hide the 'Tags' label you have to add to the CSS :
Code:
div.cp_result span.cp_tag_label{ display:none; }
Si prega Accesso o Crea un account a partecipare alla conversazione.
- cho
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
- Messaggi: 15
- Ringraziamenti ricevuti 0
12 Anni 3 Mesi fa - 12 Anni 3 Mesi fa #920
da cho
Risposta da cho al topic Re: Rendering of tag links at the end of the article
The sample from above didn't have any effect.
To hide the 'Tags' label I had to write:
div.cp_tags span.cp_tag_label{ display:none; }
The only thing I couldn't find out at the moment is how to indent the lines below the tag label...
To hide the 'Tags' label I had to write:
div.cp_tags span.cp_tag_label{ display:none; }
The only thing I couldn't find out at the moment is how to indent the lines below the tag label...
Ultima Modifica 12 Anni 3 Mesi fa da cho.
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 3 Mesi fa #924
da andrea_4g
Risposta da andrea_4g al topic Re: Rendering of tag links at the end of the article
Both statements should have the same effects, for div.cp_result is the outer div that contains all .cp_tags divs. However, if it floats your boat...
To indent, a statement like:
should do.
To indent, a statement like:
Code:
div.cp_result div.cp_tags span.cp_tag_field{
margin: .....
}
I seguenti utenti hanno detto grazie : cho
Si prega Accesso o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.183 secondi