• Resolved Volker

    (@tcgwadmin)


    I have ticked the split-list-into-sections box (full month and month year order) but in the frontend it’s not shown. Any selection I need make in addition?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’ll take a look at my test system and let you know.

    You have css hiding h2 headings

    .template-page.content.av-content-small.alpha.units h2 {
        display: none;
    }

    Currently there is no selector you can latch on to so wrap your shortcode in a div

    e.g.

    <div class="my-qem-list">[qem]</div>

    and then use a the selector to display the h2 ( in custom css )

    .my-qem-list h2 {
        display: block;
    }
    Thread Starter Volker

    (@tcgwadmin)

    Thanks Alan. As I’m neither a wordpress nor a css expert, I have asked a frind of mine who basically did all the programming for implementation.

    Ok are you sorted?

    Thread Starter Volker

    (@tcgwadmin)

    Thanks Alan, everything is fine now. Also the other post “Event titel not showing in the event list” can be closed. After implementing the css the event titel is shown.

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

The topic ‘Split list into sections’ is closed to new replies.