Viewing 10 replies - 1 through 10 (of 10 total)
  • With breadcrumbs you mean the filterbar? 2015 has no events, while it is appearing in the filter, which is strange,

    another thing: your general stylesheet is interfering with the layout, all your list items have a background-property (the blue check), you can put this in your stylesheet to remove that style in the event list:

    ul li.event, ul.hlist li {
    background-image: none !important; }
    Plugin Author mibuthu

    (@mibuthu)

    That 2015 is listed is really strange, I cannot reproduce that.
    Can you give us the exact shortcode you are using?

    Thread Starter robbcapp

    (@robbcapp)

    [event-list cat_filter=2014 num_events=20 show_nav=false]

    Thread Starter robbcapp

    (@robbcapp)

    Any further response on this?

    In your code you filter by category “2014”.
    It seems that you have created a category “2014” with all the items dated in 2014, and probably also a category “2015” with items dated in 2015.

    So there ARE events in 2015, that’s why “2015” (not the category, but the year) shows up in the filterbar.

    There is no reason to define those categories, so I would not use cat_filter=2014.

    You also asked how to get rid of the filderbar, use:

    [event-list show_filterbar=false num_events=20 show_nav=false]

    Thread Starter robbcapp

    (@robbcapp)

    OK so the filterbar is now gone which is ok.

    You are correct. The are events in 2014 and 2015. What exact code should be in each of the pages below? Below each of the two pages is the code that is in each page. The 2014 is showing up in the 2015 page now.

    https://www.yapko.com/schedule/2014-2/
    [event-list show_filterbar=false num_events=10 show_nav=false]

    https://www.yapko.com/schedule/2015-2/
    [event-list show_filterbar=false num_events=10 show_nav=false]

    OK, so you use it as a workaround to be able to show events from one specific year,

    In this case, use for 2015:

    [event-list cat_filter=2015 show_filterbar=false num_events=20 show_nav=false]

    Hi,

    maybe someone can help me. i don’t know if it is possible
    but i would like to have 2 drop-down menus.
    each with some specific categories.

    in the 1.drop-down menu the user can filter the locations
    in the 2.drop-down menu the user can filter the kind of event (concert, exhibition, …)

    i already tried a lot of different nested codes but it didn’t work.
    e.g.
    [event-list num_events=10 show_filterbar=true ?filterbar_items=cats_dropdown(location1,location2);cats_dropdown(kind1,kind2);reset_link]

    any help?

    Thanks,
    Sascha

    one drop-down and one hlist would be also ok, but i just cannot figure out how to assign specific categories to the drop-down and some other categories to the hlist.

    greets,
    sascha

    Plugin Author mibuthu

    (@mibuthu)

    A possibility to assignment specific categories to the categories selections is not included.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Events Breadcrumb Links’ is closed to new replies.