magepress
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Event Manager] Missing Event DetailsWell, thank you very much for your efforts. This was the solution finally. Now it is time for some design tweaks ;-).
Kind regards.
Forum: Plugins
In reply to: [Quick Event Manager] Missing Event DetailsI 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.
Forum: Plugins
In reply to: [Quick Event Manager] Missing Event DetailsForgot: here’s link to one of a single-event page with missing event-description.
Forum: Plugins
In reply to: [Quick Event Manager] Missing Event DetailsHello,
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