- Posts: 26
COMMUNITY FORUM
Bullet Points in ExtraFields
- Jo
- Topic Author
- Offline
- Junior Member
Less
More
3 years 4 months ago #179279
by Jo
Bullet Points in ExtraFields was created by Jo
Hello
I am trying to put bullet points in the extrafields. I have added the css as shown below but it is not working. Can anyone please advise...
div.itemExtraFields ul {
list-style: square;
}
Many thanks
jo
I am trying to put bullet points in the extrafields. I have added the css as shown below but it is not working. Can anyone please advise...
div.itemExtraFields ul {
list-style: square;
}
Many thanks
jo
Please Log in or Create an account to join the conversation.
- Jo
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 26
3 years 4 months ago #179280
by Jo
Replied by Jo on topic Bullet Points in ExtraFields
To clarify....
Within a textarea in the Extra fields, I would like to put a bullet point list.
However, the bullets are not showing up on the front-end site.
I have applied css, as shown in previous message, but this is not working.
Many thanks for any help
Jo
Within a textarea in the Extra fields, I would like to put a bullet point list.
However, the bullets are not showing up on the front-end site.
I have applied css, as shown in previous message, but this is not working.
Many thanks for any help
Jo
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
3 years 4 months ago #179299
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Bullet Points in ExtraFields
It's most likely some CSS conflict with your template or a matter of poor CSS specificity between K2 CSS rules and your custom CSS rule for "ul". A direct URL to the page with that list on would help...
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Jo
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 26
3 years 4 months ago #179301
by Jo
Replied by Jo on topic Bullet Points in ExtraFields
Thanks Fotis
Here's a link: heat.education/hair-education-and-training-courses/courses-for-beginners/item/25-perming-beginners
The information under the header Course Structure - course content... should be bullet points.
Thanks again
Here's a link: heat.education/hair-education-and-training-courses/courses-for-beginners/item/25-perming-beginners
The information under the header Course Structure - course content... should be bullet points.
Thanks again
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
3 years 4 months ago #179303
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Bullet Points in ExtraFields
If you remove:
div.itemExtraFields ul li {display:block;}
...from the k2.css using your browser's dev tools, the square comes up.
But it's weird.
This jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fheat.education%2Ftemplates%2Ft4_blank%2Fcss%2Ftemplate.css&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en indicates there are CSS syntax errors. This could explain the abnormal behaviour.
div.itemExtraFields ul li {display:block;}
...from the k2.css using your browser's dev tools, the square comes up.
But it's weird.
This jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fheat.education%2Ftemplates%2Ft4_blank%2Fcss%2Ftemplate.css&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en indicates there are CSS syntax errors. This could explain the abnormal behaviour.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Jo
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 26
3 years 4 months ago #179305
by Jo
Replied by Jo on topic Bullet Points in ExtraFields
Many thanks Fotis
I will use your solution and also chat to the people at T4 to see about these other errors.
Thanks again
Jo
I will use your solution and also chat to the people at T4 to see about these other errors.
Thanks again
Jo
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
3 years 4 months ago - 3 years 4 months ago #179307
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Bullet Points in ExtraFields
If you resolve this, please let me know.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Last edit: 3 years 4 months ago by JoomlaWorks.
Please Log in or Create an account to join the conversation.
- Jo
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 26
3 years 4 months ago #179312
by Jo
Replied by Jo on topic Bullet Points in ExtraFields
Hi, I could use a little more help!
I can see the css errors, but to be honest I have no idea what they mean or how to go about fixing them.
Would you mind just telling me what I am looking at and what my next steps could be? Is this a K2 issue?
I've attached a screenshot of the errors.
Many thanks
Jo
I can see the css errors, but to be honest I have no idea what they mean or how to go about fixing them.
Would you mind just telling me what I am looking at and what my next steps could be? Is this a K2 issue?
I've attached a screenshot of the errors.
Many thanks
Jo
Attachments:
Please Log in or Create an account to join the conversation.
- Jo
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 26
3 years 4 months ago #179313
by Jo
Replied by Jo on topic Bullet Points in ExtraFields
Think our messages overlapped!
Sorry I'm not an experienced user, but I will start figuring it out!
Will let you know.
In the meantime, if you can give me any info on the screenshot on last message, I'd be grateful.
Cheers
Jo
Sorry I'm not an experienced user, but I will start figuring it out!
Will let you know.
In the meantime, if you can give me any info on the screenshot on last message, I'd be grateful.
Cheers
Jo
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
3 years 4 months ago #179315
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Bullet Points in ExtraFields
The validation error means that CSS can break. Either way, whoever built your template should resolve these (not to mention they should validate anything public-facing they create...).
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.