• Plugin Author Guido

    (@guido07111975)


    Hi,

    Last version (16.4) contains a change that can break your Custom CSS.

    • Changed CSS class of the event info container
    • Class vsel-image-info becomes vsel-info-block
    • Added 2 CSS classes for alignment: vsel-left and vsel-right
    • Removed old alignment classes (these classes end with left and right)

    In case you don’t have Custom CSS but you do have a mangled layout, please clear your browser cache.

    A list of all changes can be found here (changelog).

    Guido

Viewing 6 replies - 1 through 6 (of 6 total)
  • deevoice

    (@deevoice)

    Hi Guido, unfortunately my custom CSS is not working anymore and I could’t find out why. Would be glad if you could help, here’s my code:

    /VSEL CSS/
    .vsel-meta {
    width: 100% !important
    }
    .vsel-start-icon, .vsel-end-icon {
    display: inline-block;
    margin: 0 10px 0;
    background-color: #cac6c6
    text-align center;
    text-transform: uppercase;
    width: 3em
    }
    .vsel-day, .vsel-month, .vsel-year {
    display: block;
    padding: 2px 5px;
    }
    .vsel-month-top {
    background-color: rgb(230,230,230);
    color: #333;
    border-radius: 5px;
    font-weight: bold;
    }
    .vsel-meta-title, .vsel-meta-time, .vsel-day {
    font-weight: bold;
    }
    .vsel-meta-combine .vsel-meta-date-icon {margin:0 0 50px;}
    Plugin Author Guido

    (@guido07111975)

    Hi,

    /VSEL CSS/ should be /* VSEL CSS */
    Your vsel-meta width is 100%, but why no width for event info block?

    Guido

    deevoice

    (@deevoice)

    HI, the * stars are there, they just got lost on the way to this forum. I added width and align to the event info block. Anyway, I found the solution, I had to re-check the box for Date-Icon. It wasn’t checked in the settings anymore.

    • This reply was modified 1 year ago by deevoice.
    Plugin Author Guido

    (@guido07111975)

    Hi,

    Great you’ve solved it.
    But you also forgot ; after background-color: #cac6c6 and width: 3em

    Guido

    I activated the RSS feed and it works great for what I need, but is it possible to add the start and end date and times to the RSS feed?

    • This reply was modified 7 months, 3 weeks ago by bbatie.
    • This reply was modified 7 months, 3 weeks ago by bbatie.
    Plugin Author Guido

    (@guido07111975)

    Hi,

    Please open your own topic so we can discuss it there. Because this topic is about something else.

    Guido

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘VS Event List plugin update version 16.4’ is closed to new replies.