- Posts: 4
COMMUNITY FORUM
Read More breaks HTML formatting
- Charles Gibson
-
Topic Author
- Offline
- New Member
Example #1, with "read more" (and broken text):
Example #2, without "read more" (text is normal):
Example #3: this is what the HTML code looks like for example #1:
URL for the page (Example #1): test.newriverwv.com/lodging/item/3-accommodations-slopeside-at-winterplace
I don't see any weird in the HTML and I also tried using a different template but the result was the same.
Any help figuring this out would be greatly appreciated! Thanks.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
The rest (after the readmore) is the item's full text.
When you do NOT insert the read more, then all text is being treated as normal text.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Charles Gibson
-
Topic Author
- Offline
- New Member
- Posts: 4
Please Log in or Create an account to join the conversation.
- Charles Gibson
-
Topic Author
- Offline
- New Member
- Posts: 4
I hope there is, because huge and bold characters is something I do NOT want within the item's description.
Thansk.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Remember to override the k2.css file.
Copy it from the /components/com_k2/css/ folder and paste it to your template's /css folder.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Charles Gibson
-
Topic Author
- Offline
- New Member
- Posts: 4
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Rob
-
- Offline
- New Member
- Posts: 11
Krikor wrote: You can remove all the introtext's (.itemIntrotext) styling from the k2.css file.
Remember to override the k2.css file.
Copy it from the /components/com_k2/css/ folder and paste it to your template's /css folder.
One thing to add is to make sure to change the relative paths listed in k2.css for the various image files to match where k2.css is moved to. Before doing this the first thing I noticed was that the rating star images disappeared.
for example from this:
.itemRatingList .itemCurrentRating {background:transparent url(../images/system/transparent_star.gif) left -1000px repeat-x;}
To this:
.itemRatingList .itemCurrentRating {background:transparent url(../../../components/com_k2/images/system/transparent_star.gif) left -1000px repeat-x;}
-Rob
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
You can move the /images/ folder in your template's folder.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.