Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TagCloud #117

Closed
acesyde opened this issue Mar 18, 2013 · 3 comments
Closed

TagCloud #117

acesyde opened this issue Mar 18, 2013 · 3 comments
Labels
bug Something isn't working

Comments

@acesyde
Copy link

acesyde commented Mar 18, 2013

Hi,

I have 2 bugs on the tag cloud

First

Url generated
http://rootsite/tags/xml

But on the archives page the url contain archives
http://rootsite/archives/tags/xml

Second

In the theme Light css, you must add this line

.tagcloud
a
margin-right 10px
display inline-block

If you haven't this display type, the tag cloud not work correctly.

Thks a lot

tommy351 added a commit that referenced this issue Mar 19, 2013
@siygle
Copy link
Contributor

siygle commented Mar 19, 2013

thanks @acesyde
Also found second debug when I tried to use tagcloud.
I append a whitespace behind </a> to solve this debug,
but seems display: inline-block would be the better way.

@tommy351
Copy link
Member

The first bug will be fixed in the next version. And the second bug will be fixed soon.

@acesyde
Copy link
Author

acesyde commented Mar 19, 2013

Yes display: inline-blockis better because if you have a keyword which contains multiple word you've the same problem.

Thks a lot for your reactivity ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants