Download all Joomla templates including quickstart (demo)only $29

Forum

Important - Hands Up!

- Please ask using the account with which you made the purchase or download of our products and in its respective category.
- If you bought our products in another market, ask your questions in that market, not here.

* ADD PRODUCT NAME IN START OF SUBJET

UT Articles Pro Specify order of tag links

  • P
  • panda New Member
  • Topic Author 1 day 1 hour ago #1
Is there a way to change the order of the Tag links?  I've been able to customize the display of the front end using various CSS tricks and overrides, but I cannot change the order of the Tags with any overrides.  I've tried changing the order of the tags in the Components / Tags, and I've also tried adding them to the UT Articles Pro tag list in the order I want, but that order does not seem to translate to the front end display.

Thank you for your help.

Please Log in or Create an account to join the conversation.

  • L
  • leoalv Moderator
  • 1 day ago #2
The order of the tags is based on the order of the articles. In the module settings, you can change the order of the articles. The default is "Publish Date Descending," to display the most recent first. The module then retrieves the list of articles to display, then retrieves the tags from the list. You can try using one of the article order filters to see if it suits your needs.

If you need to display the most recent articles first and always use the same tags, you can try using flexbox in the filter container and then assign an order using order. If you find this helpful, customize the following CSS to your needs and paste it into your template's custom.css.
Code:
.ut-articles-pro .filter-options {display:flex;flex-wrap: wrap;} .ut-articles-pro .filter-options a[data-group="*"] {order:1;} .ut-articles-pro .filter-options a[data-group=".Joomla"] {order:2;}
And you can continue according to your needs. Use the Element Inspector to identify which group each filter element belongs to.

Please Log in or Create an account to join the conversation.

75,818+
Happy customers guarantee our Templates and Extensions