Posted: February 3, 2014 at 1:02 pm
|
I purchased Calendar Table Template Add-on. I added the shortcode [EVENT_CUSTOM_VIEW template_name=”calendar-table” show_featured=false] It is showing event description, which I do not want. I want to display exactly as in the picture on the Calendar Table demo page. |
Hi Suhaib, Thanks for the feedback. The event descriptions are displayed by default, but if you’d prefer to not display descriptions, the code that displays it can be removed from the calendar table’s index.php template, which is on line 137: <?php echo espresso_format_content(array_shift(explode('<!--more-->', $event->event_desc))); //Includes <p> tags ?> |
|
Please note: There is a closing table tag |
|
|
Dear Seth, |
|
Dear Josh, BUT, now when I click on Register picture nothing happen. |
|
Under EE->General Settings->Page Settings, what do you have set for ‘Main registration page:’? Does that page have the ESPRESSO_EVENTS shortcode? |
|
Hi Sidney The “Main Registration Page” has “View Event” and the View Event page has this shortcode [EVENT_CUSTOM_VIEW template_name=”calendar-table”] |
|
Sory [EVENT_View] should be [ESPRESSO_EVENTS] |
Hi Suhaib, It looks like the issue that you’re reporting now is from the Main Registration page setting being incorrectly pointed to the view events page. The main registration page setting needs to point to the page that has the [ESPRESSO_EVENTS] page. |
|
|
Hi Josh, Thanks. I though that [EVENT_CUSTOM_VIEW template_name=”calendar-table” show_featured=false] can be used instead of [ESPRESSO_EVENTS]. I think, a better document or at least a detail README file would have been helpful. Now clicking on Register take to Registration page. Is it possible to use Add to Cart instead of Register Now on Calendar Table Template. |
Hi Suhaib, We tried to make it very clear in the documentation that you cannot replace [ESPRESSO_EVENTS] with any other shortcode. https://eventespresso.com/wiki/the-basic-settings/#page
Not out of the box, but if you’re handy with PHP you can compare the code that’s in the default event_list_display.php template and copy over/alter the code that makes the add to cart link for the default template work in the custom template. |
|
The
|
|
|
Thanks everyone |
The support post ‘Calendar Table’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.