About this topic

  • Posted by Marcel 4 months ago. There are 3 posts. The latest reply is from Marcel.
  1. Website: http://claudioulpiano.org.br.s87743.gridserver.com/
    Plugin version: 1.2
    Wordpress: 2.91

    Hi Rob and everybody,
    First of all i would like to thank Rob for this useful plugin. I upgraded already to the development version because the pointer didn´t show a hand. Now it´s ok. Nevertheless i have some problems.
    1. When i use the exclude function, not every category is excluded. And if yes, after a new post for this category the category name appears again in the sidebar.
    2. The last collapsing subcategories don´t show all up when clicking on the category name,for example: "Filosofia e politica"...the last subcategory name is missing.
    3. Just a question: Is it possible to chose another color and/or a bold letter for a category? If yes, how to do that?

    I would be very grateful for some help, because otherwise i have to look for other solutions that are less beautiful than collapsing categories.

    Thanks
    Marcel

  2. Marcel,

    1. Could you paste in the category excludes you are using?
    2. The subcategory is there, but your css is hiding it. On line 132 of style.css you have a rule:

    .widget ul li {
    		overflow:hidden; height:100%;
    		background:url(images/widget-marker.gif) no-repeat 0 7px;
    		padding:2px 0px 5px 13px; margin:0px 0px 0px 0px;
    		}

    The overflow:hidden is the problem. You can either remove it from your style.css file, or add a rule in the collapsing categories style options which overrides it, like so:
    .widget ul.collapsing.categories li {overflow:visible}

    3. If you want to have a different style for one particular category, this is not currently possible. If you want to have a custom style for the applicable category, you can use the 'self' class.

  3. Website: http://claudioulpiano.org.br.s87743.gridserver.com/
    Plugin version: 1.2
    Wordpress: 2.91

    Hi Rob,

    thank you very much for the quick reply.
    1. Actually i have chosen these categories to be excluded: Aulas em Áudio, Aulas Transcritas,Aulas em video,Sem categoria,Ulpiano Filósofo. It workes fine for the moment, so there are no problems.
    2. I have managed to insert the css code you gave me into the code of the widget. It works, but at the end of the collapsing subcategories the subcategory name overlaps the following category name. The same happens also with collapsing pages plugin. Any solution?
    What i want is the same collapsing function you have in your blog. There everything looks great. How can i manage the category names to stay in one line with the arrows, like in your blog? Many questions, sorry...will make a little Donation now (from M. Passini.

RSS feed for this topic

Have you read the FAQ?
Have you tried the latest development version (at the bottom)?

Reply

You must log in to post.