• the tags appears outside the limits, disordered. The tags appears without spaces, all together. Its horrible. I dont know how to fix this.
    i was looking some help, but one user aws waiting 11 months an answer. Still waiting.

Viewing 1 replies (of 1 total)
  • Hey, I don’t think you’re looking for the answer anymore, but just in case anyone else comes across this with the same question, I resolved mine this way:

    1. Press edit on the plugin page.
    2. For the ‘categorized-tag-cloud/categorized-tag-cloud.php’ file, search for this line:

    $out .= '<span id="'.$plugin_name.'-el-'.$i.'">'.$tag.'</span> ';

    3. Add in whatever separator you want just in front of ‘</span> ‘. So for example, if I want the separator ‘|’, the line becomes like this:

    $out .= '<span id="'.$plugin_name.'-el-'.$i.'">'.$tag.' | </span> ';

    4. Save and you’re done.

Viewing 1 replies (of 1 total)
  • The topic ‘no work, the tags appears outside the limits, disordered.’ is closed to new replies.