Tag positioning
- APCLO
- Topic Author
- Offline
- New Member
Less
More
10 years 7 months ago #1793
by APCLO
The greatness of a nation and its moral progress can be judged by the way its animals are treated --- Gandhi
Tag positioning was created by APCLO
Hello,
would it be possible to place tags within an article in custom positions?
Example:
I have an article with the following tags: tabby short adult.
I would like to place them like:
Color: tabby
Hair: short
Age: adult
Thanks in advance for your help
Silvia
would it be possible to place tags within an article in custom positions?
Example:
I have an article with the following tags: tabby short adult.
I would like to place them like:
Color: tabby
Hair: short
Age: adult
Thanks in advance for your help
Silvia
The greatness of a nation and its moral progress can be judged by the way its animals are treated --- Gandhi
Please Log in or Create an account to join the conversation.
- andrea_4g
- Offline
- Administrator
Less
More
- Posts: 1122
- Thank you received: 163
10 years 7 months ago #1798
by andrea_4g
Replied by andrea_4g on topic Tag positioning
You need to :
1) set parameter 'Tags position' = Custom in Content - Custom Properties Tags Plugin
2) add the placeholder {cptags} to the article, in the position you want
3) activate the "grouped tags" option in Custom Properties configuration
You get the following result:
(the label 'Tags', highlighted in the screenshot, can be hidden using CSS)
1) set parameter 'Tags position' = Custom in Content - Custom Properties Tags Plugin
2) add the placeholder {cptags} to the article, in the position you want
3) activate the "grouped tags" option in Custom Properties configuration
You get the following result:
(the label 'Tags', highlighted in the screenshot, can be hidden using CSS)
Please Log in or Create an account to join the conversation.
- APCLO
- Topic Author
- Offline
- New Member
10 years 6 months ago #1819
by APCLO
The greatness of a nation and its moral progress can be judged by the way its animals are treated --- Gandhi
Replied by APCLO on topic Tag positioning
Thanks Andrea for your suggestion, it works like a charm.
Unfortunately I didn't manage to hide the "Tags" label. Could you please help me again on that?
Grazie 1000
Ciao
Silvia
Unfortunately I didn't manage to hide the "Tags" label. Could you please help me again on that?
Grazie 1000
Ciao
Silvia
The greatness of a nation and its moral progress can be judged by the way its animals are treated --- Gandhi
Please Log in or Create an account to join the conversation.
- andrea_4g
- Offline
- Administrator
Less
More
- Posts: 1122
- Thank you received: 163
10 years 6 months ago - 10 years 6 months ago #1820
by andrea_4g
Replied by andrea_4g on topic Tag positioning
You can add the following statement:
to your main CSS or to Custom Properties CSS (media/com_customproperties/css/customproperties.css)
Code:
span.cp-tag-label{
display: none;
}
Last edit: 10 years 6 months ago by andrea_4g.
Please Log in or Create an account to join the conversation.
- APCLO
- Topic Author
- Offline
- New Member
10 years 6 months ago #1822
by APCLO
The greatness of a nation and its moral progress can be judged by the way its animals are treated --- Gandhi
Replied by APCLO on topic Tag positioning
perfetto!!!
Grazie
Grazie
The greatness of a nation and its moral progress can be judged by the way its animals are treated --- Gandhi
Please Log in or Create an account to join the conversation.
Time to create page: 0.175 seconds