saguaros
Awesome. That works!
I hope this fix will be included in the next release of JCharity and other templates that use something similar.
And while we are at it, may I please strongly suggest that the ACM News Featured : carousel mentioned in the previous post has the following change:
/templates/ja_charity/acm/news-featured/tmpl/carousel.xml Line 8
Old:
<field name="catid" type="category" extension="com_content" label="TPL_FEATURED_CATEGORIES_SETTINGS_LABEL"
description="TPL_FEATURED_CATEGORIES_SETTINGS_DESC" multiple="false"/>
New:
<field name="catid" type="category" extension="com_content" label="TPL_FEATURED_CATEGORIES_SETTINGS_LABEL"
description="TPL_FEATURED_CATEGORIES_SETTINGS_DESC" multiple="true"/>
The only change is at the end changing the value of multiple from false to true and allowing more than 1 category to be selected for the list of featured/latest articles.
- If someone else is having the same issue and wonders about some extra characters (%s) in the Read More text, correct those by adding language override for the constant: COM_CONTENT_READ_MORE_TITLE.
Thank you