Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Miguel Useche

    (@skatox)

    Could you give me more information? Does the categories has some hierachy?

    Thread Starter MzVeazA

    (@mzveaza)

    No, there is no hierarchy. There are only 2 separate parent categories.

    Plugin Author Miguel Useche

    (@skatox)

    would you give me more info? ids, any other option. So I can check.

    Thread Starter MzVeazA

    (@mzveaza)

    Sure, the first category is “Features Archives” and the category id is 16. The second category is “In My Opinion” and the category id is 1. I’m not that savvy when it comes to these terms, so please forgive me if it takes a little while to figure out what you are asking.
    Thanks.

    I have the same problem with 2 categories (id=”1″ and id=”3″), without hierarchy:
    My code:
    echo do_shortcode( '[jQuery Archive List month_format=number showpost=1 expand=current showcount=1 ex_sym=► con_sym=▼ fx_in=slideDown type=post exclude=1]' );

    Plugin Author Miguel Useche

    (@skatox)

    Can you try by adding quotes?

    [jQuery Archive List month_format=number showpost=1 expand=current showcount=1 ex_sym=► con_sym=▼ fx_in=slideDown type=post exclude="1"]

    Are you shure that it has 1 as category id?

    Hi Miguel,

    Thanks for response. Yes, I’m sure about this category ID. I check that code, with quotes, but it nothing has changed. I will try tomorrow to deal with this some way…

    Thread Starter MzVeazA

    (@mzveaza)

    I tried using the quotes, but nothing changed. If there is a different code I should be using, I will need to know exactly where to enter the code. As I explained above, I am not savvy when it comes to using code (which is why I use plugins 🙂 )

    Thread Starter MzVeazA

    (@mzveaza)

    Is there any status on correcting this issue??? I am set to launch my blog next week, and I need this fixed. Any help would be appreciated. Thanks.

    Plugin Author Miguel Useche

    (@skatox)

    On december, I have not much time right now to check it and fix it.

    I was having this issue. When I looked at the plugin php, I noticed the way to exclude a category is to use the parameter “excluded”, not exclude.

    So rather than
    [jQuery Archive List exclude=”3,4″]

    it should be
    [jQuery Archive List excluded=”3,4″]

    Plugin Author Miguel Useche

    (@skatox)

    Thanks for the error, I’ll fix it for next versiin

    Hmm. I thought this fixed it but maybe not. I revisited my development site today and categories are no longer being excluded. I’m not sure what happened.

    I take that back. It is excluding entire categories. What I’m seeing is something different. I’m going to create a screencast video and share it with you to show what I’m seeing.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘jQuery archives widget is not excluding selected categories’ is closed to new replies.