• Resolved different-thinking

    (@different-thinking)


    Michael, you are doing a great job with this plugin! I’m glad I founded it!

    In my environment everything was shown as a list with the ‘dots’ before the text. The event heading has it ‘dot’ within the date pladge. What I did is to alter sc_event-list.php.

    I removed li from <li class=”event”>’; in private function html_event.

    Two problems with that:

    – not update proof
    – maybe some side effects

    Maybe you could give advise how to resolve it!

    Thanks and keep on your good work!

    http://wordpress.org/plugins/event-list/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author mibuthu

    (@mibuthu)

    I have done some css fixes in the new version 0.5.2, probably this also fixes your issue. Please test it.

    Thread Starter different-thinking

    (@different-thinking)

    Thank you very much Michael! It fixed my issue!

    Might it be possible to get localization? Maybe some language file or so?

    Robert

    Plugin Author mibuthu

    (@mibuthu)

    Localization is planned, but it will take a while.

    Hey, just wanted to jump in on this, I updated and am still getting a bulleted list.

    Going to try some tweaks, but maybe there is another solution.

    WP 3.7.1
    Event List 0.5.2

    Fixed it, it was a theme overide from a Sudiopress Genesis Child theme I was using.

    Added this to the CSS and fixed it.

    .event {
    list-style-type: none !important;
    }

    On my front page sidebar and I tried to link the title of the event to the single event page but that did not work.

    The caption link works but the url to the single page doesn’t if you are on the front page. I tried to use the get_permalink filter but that did not work either. Any idea?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Events displayed as list’ is closed to new replies.