• Resolved Martijn

    (@ximie90)


    Hi, our client uses this plugin mainly to display all the events at their school.
    The events are displayed in ‘Agenda’ view with the shortcode.

    Some of their event items don’t contain a description. The title provides enough information.

    But in the list of the Agenda view, there is still a + icon. once clicked, the content below is shown, but because this is empty it only says read more.
    clicking read more will take you to the item’s page – which is not showing any more as the description is empty. is it easy to hide the + icon and read more button when an items description is empty?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sunny Lal

    (@sunny454)

    Hi @ximie90,

    You can copy this CSS code:

    #ai1ec-container .ai1ec-read-more,
    .ai1ec-fa-plus-circle,
    .ai1ec-fa-minus-circle
    {
    display:none;
    }

    Then go to Appearance > Editor > your theme’s CSS file > paste the code > Save the file.

    Thread Starter Martijn

    (@ximie90)

    This hides the button on all items, also for items with a description.

    Sunny Lal

    (@sunny454)

    Hi @ximie90,

    You can’t hide the + icon for just some items unfortunately. It’s either all of them, or none.

    Thread Starter Martijn

    (@ximie90)

    A filter in the loop to not display when empty could solve this. Doesnt seem to strange of a request.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘hide read more and plus icon on items without description’ is closed to new replies.