ppatricio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Feed – XML Parsing ErrorFixed. White space found in my theme’s functions.php.
Forum: Fixing WordPress
In reply to: Archives > Drop Down TranslationThanks a lot! I will check that!
Forum: Plugins
In reply to: Sidebar Widget Doesn’t WorkFixed. Thanks.
Forum: Plugins
In reply to: Sidebar Widget Doesn’t WorkSorry about this. I “clicked send post” inadvertly. My question is in the repost. Once again, sorry.
Forum: Fixing WordPress
In reply to: Tags: List, But Not A CloudThat is, type of tags with different sizes.
Forum: Fixing WordPress
In reply to: Tags: List, But Not A CloudOh! Ok, here is my website: http://www.paulopatricio.com/ – look to the sidebar, where it says Tags.
I want my tags to look like this: http://trac.herewithme.fr/project/simpletagging/attachment/wiki/Tag%20Cloud/tagcloud.png
Thanks!
Forum: Fixing WordPress
In reply to: Tags: List, But Not A CloudLet me see if I understand, I have to change the css in order to make tags appear as a cloud and not as a list. Is that it?!
Thanks.
Forum: Fixing WordPress
In reply to: Tags: List, But Not A CloudI have paste this into my style.css
ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; } ul#tagcloud li { display:inline; font-size:70%; color:#ccc; background: none; padding: 0;} ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; } ul#tagcloud li a:hover { text-decoration:underline; } ul#tagcloud li.t1 a { color:#797979; font-size: 120%; } ul#tagcloud li.t2 a { color:#6d6d6d; font-size: 160%; } ul#tagcloud li.t3 a { color:#616161; font-size: 190%; } ul#tagcloud li.t4 a { color:#555555; font-size: 210%; } ul#tagcloud li.t5 a { color:#484848; font-size: 230%; } ul#tagcloud li.t6 a { color:#3c3c3c; font-size: 250%; } ul#tagcloud li.t7 a { color:#303030; font-size: 270%; } ul#tagcloud li.t8 a { color:#242424; font-size: 290%; } ul#tagcloud li.t9 a { color:#181818; font-size: 310%; } ul#tagcloud li.t10 a { color:#0c0c0c; font-size: 330%; }Do I have to change something to make a cloud and not a list?!?
Forum: Themes and Templates
In reply to: Moving around a Horizontal Menu?!Yes I did, in both of them. It doesn’t work. The menu goes down, to the right and to the left – but never goes up. Thanks for the help!
Forum: Themes and Templates
In reply to: Moving around a Horizontal Menu?!Sorry, it doesn’t work.
Forum: Themes and Templates
In reply to: Moving around a Horizontal Menu?!I will give it a try and let you know! Thanks!
Forum: Themes and Templates
In reply to: Moving around a Horizontal Menu?!I am using Kubrik 1.6!
Forum: Themes and Templates
In reply to: Moving around a Horizontal Menu?!Thanks for your reply. I want that the menu goes up!
Forum: Fixing WordPress
In reply to: SubCategories into CategoriesThanks!! I never saw that! So simple.