Support » Plugin: Ultimate Tag Cloud Widget » Tags all the same size

Viewing 7 replies - 1 through 7 (of 7 total)
  • Michelle

    (@mperronperronservicescom)

    Hi Kel,
    I had this same issue until I went to check my tags. Go to Posts and then to the Tags submenu. You will then see a listing of your tags and the number of posts that are attached to them. On mine, I see the number “1” listed for each post. So when I run show the Tag Cloud, all of the Tags will be one size, since none of them are greater than 1.
    Test it for yourself like I did. Try adding one of your tags to a different post and let me know if the Tag Cloud changes. I think for full effectiveness, we need to go through our posts and add as many tags as possible, so long as they have relevance within the post.
    Hope this helps.
    Michelle Marie Perron
    Perron Insurance Services
    http://www.perronservices.com

    Thread Starter Kel

    (@keljacksongmailcom)

    Michelle,

    Thanks for the reply. I’ve checked and I have multiple articles under each tag heading. Perhaps I should elaborate:

    I’m looking for some CSS assistance. Clearly something with my theme is conflicting with the tag size, as it seems to be functioning correctly on the admin menu. (Admin -> Posts -> Tags shows relative tag sizes)

    Has anyone achieved success in working through this?

    Hi Kel

    In your style.css file (http://www.keljackson.com/wp-content/themes/simplemag/style.css) on line 2242 you can see:

    .widget_tag_cloud a {

    This is where your theme defines styles for your tag cloud.

    On line 2250 it says:

    font-size:100% !important;

    This is what enforces equal sizes of all your tags regardless of what my plugin tries to do. If you comment out or remove that line you should get different sizes again.

    To comment it out, just wrap the line in a CSS comment block like this:

    /* font-size:100% !important; */

    You can play around with removing/commenting other lines as well if you want to remove more theme styles from the tag cloud.

    Remember that these changes might be removed whenever you change or update your theme.

    Thread Starter Kel

    (@keljacksongmailcom)

    Rickard,

    Perfect! That does it. Thank you so much, I had no idea where to look in the css for this.

    I really appreciate the help, please let me know if you need anything.

    Awesome!

    -Kel

    Kel ! could you tell me your social button, twitter and Facebook widget names?
    thanks!

    thereciperebel

    (@thereciperebel)

    Hello, I am having the same issue but I have no idea where to look for the code. Can you help direct me to where I can find the code I need to change?

    website is http://www.thereciperebel.com

    Ashley

    @thereciperebel you seem to have disabled my plugin now. Your site contains a lot of CSS files and it is very hard to find the exact rule when the plugin is not visible on the page.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Tags all the same size’ is closed to new replies.