• Resolved klicks4you

    (@klicks4you)


    Hi,

    why are all events displayed even though I only specified one category?

    Additionally I have problems with the number of columns.
    If I enter four, three columns are displayed. If there are three, two columns are displayed.

    I used the following shortcode.

    [spiffy-upcoming-list cat_list=’2′ style=”Columns” num_columns=”4″]

    Thank you very much for your help.

    Regards

    Wolfgang

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Spiffy Plugins

    (@spiffyplugins)

    Your columns will likely be fixed by removing excess padding:

    ul.spiffy.upcoming-events-list {
    margin: 0;
    padding: 0;
    }

    li.spiffy-event-details.spiffy-Columns {
    padding: 0;
    }

    I will add these rules to a future release.

    For the category issue, can you check that your quotes are matching. In the shortcode you posted the start quote doesn’t match the end quote cat_list=’2′

    Plugin Author Spiffy Plugins

    (@spiffyplugins)

    Actually all the quotes in your example look off.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘shortcodes don’t work’ is closed to new replies.