• ElleJG

    (@ellejg)


    Hi

    I’m using your plugin to add tags below posts. However, I just get one long string of tags without commas in between.

    I’ve checked the plugin and have found the following:

    /* 03 - post tags */
    .expand-divi-above-tags {margin-bottom: 30px;}
    .expand-divi-below-tags {margin: 40px auto;}
    .expand-divi-above-tags a:after,
    .expand-divi-below-tags a:after {content: ',';}
    .expand-divi-above-tags a:last-child:after,
    .expand-divi-below-tags a:last-child:after {content: '';}

    …so I’m not sure why it isn’t working.

    Any ideas?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author faycalboutam

    (@faycalboutam)

    Hmm.. Not sure why this file (frontend-styles.css) is not loading for you, can’t replicate on my test site. Probably some plugin conflict because I see a JS error in your site..
    But try to copy the CSS into Divi => Theme Options => Custom CSS:

    .expand-divi-above-tags a:after, .expand-divi-below-tags a:after {
        content: ',';
    }
Viewing 1 replies (of 1 total)
  • The topic ‘No commas between post tags’ is closed to new replies.