test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • trombonegirl Friend
    #205736

    I would like to add commas between the extra field results. See picture. Where / how can I do this? I’m using Joomla! 3 and the Mitius template.

    Here is a page that shows the extra fields. http://musicprosmanitoba.ca/index.php/component/k2/item/54-karin-carlson

    Thanks!


    1. example-of-no-commas
    jooservices Friend
    #567830

    Hi there
    # You can use css content:
    # Or you can also work with K2 template override to customize their views.

    Thank you,
    Viet Vu

    jooservices Friend
    #732936

    Hi there
    # You can use css content:
    # Or you can also work with K2 template override to customize their views.

    Thank you,
    Viet Vu

    trombonegirl Friend
    #567832

    Thanks for that speedy reply. I am very familiar with CSS, but don’t understand your brief message. Is the class I want to target called “content”? And how would I specify adding a comma? More details about that, and the override, would be appreciated. Thanks!

    jooservices Friend
    #567835

    Hi there
    Please provide your FTP access. I’ll help you work on that.

    Thank you,
    Viet Vu

    trombonegirl Friend
    #570186

    I solved it. I used Firebug to isolate the code that was the list of instruments, and then added this:

    div.itemExtraFields ul li span a:after { content: ","; }
    div.itemExtraFields ul li span a:last-child:after { content: ""; }

    Hopefully this helps someone. You can see the result here: http://musicprosmanitoba.ca/index.php/component/k2/item/54-karin-carlson

    trombonegirl Friend
    #735258

    I solved it. I used Firebug to isolate the code that was the list of instruments, and then added this:

    div.itemExtraFields ul li span a:after { content: ","; }
    div.itemExtraFields ul li span a:last-child:after { content: ""; }

    Hopefully this helps someone. You can see the result here: http://musicprosmanitoba.ca/index.php/component/k2/item/54-karin-carlson

    jooservices Friend
    #570223

    Glad to hear that.
    Yup ! It’s all about basic css that we can play in few seconds with Firebug.

    Thank you,
    Viet Vu

    jooservices Friend
    #735295

    Glad to hear that.
    Yup ! It’s all about basic css that we can play in few seconds with Firebug.

    Thank you,
    Viet Vu

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  jooservices 9 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum