Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    I was asked from a client of mine why the event description is not showing in event-details page. I did a closer look at your plugin to fix it, but there is no such setting in “Event Settings” page to activate “Full Description” (content) in single-event page. Can you please provide a solution, or do I overlook something?

    Thank you in advance, kind regards
    Ricci

    Forgot: here’s link to one of a single-event page with missing event-description.

    Event Details Page, with single-event.php template

    Thread Starter Graham

    (@aerin)

    The full description should display on the event page if the box in the ‘Event Settings’ is checked.

    But looking at your site you have a strange way of linking to events. There seems to be the event description on this page: https://jetset-media.de/event/ that links to the event page. If the description isn’t part of the event it won’t display.

    I can’t see any check-box for full-description in the “Event Settings” page, there is only one for short-description and others except full-description.

    Why strange? This is the archive page Archive page, archive.php template, which links to Single Event page. When you check source code within <div class="post-content">...</div> on single-event page, metabox “event_desc” isn’t there.

    I found a function called “qem_event_construct” in quick-event-manager.php, when you look at the function “get_event_content($content) at the end of the file you’re are calling a conditional statement:

    …if (is_singular (‘event’) ) {
    $content = qem_event_construct ($atts);
    }…

    Maybe you should check this, because in the function “qem_event_construct ($atts)” isn’t defined any variable for the content (full description).

    Thank you in advance.

    Thread Starter Graham

    (@aerin)

    Aha!

    I now see the problem. Reset the Event Settings and you should now see all the fields.

    Well, thank you very much for your efforts. This was the solution finally. Now it is time for some design tweaks ;-).

    Kind regards.

    Thread Starter Graham

    (@aerin)

    Excellent!

    Glad it’s all sorted.

    Note: don’t use dark backgrounds and increase the font size. Just making those two changes will improve the site a lot.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Missing Event Details’ is closed to new replies.