• Resolved sturfan

    (@sturfan)


    Excellent plug-in. I’m trying it but I can’t find the possibility to have the description always visible avoiding the toggle. It’s possible? Or will it need to be implemented in future versions? Thanks for the reply.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thanks for using the plugin! At this point the only built-in options for the description in list view are the hover state (default) and the toggle.

    However, if you have toggle="true" turned on, you can make the events always display with a small bit of CSS:

    .ics-calendar.toggle .event .descloc { display: block; }

    Thread Starter sturfan

    (@sturfan)

    Thanks for reply. I entered the css line in the wordpress customization but nothing new happens. Toggle = “true” is regularly inserted in the page’s short code. The calendar view is by list.

    Ah, sorry… there’s a small change to this code as of the most recent update to the plugin. I changed a CSS class name to work around a conflict with another plugin.

    Try this instead:

    .ics-calendar.r34ics_toggle .event .descloc { display: block; }

    Thread Starter sturfan

    (@sturfan)

    Perfect! Thanks.

    Great! I’m glad it worked. Let me know if you run into any other issues.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Description always visible’ is closed to new replies.