Support

Home Forums Event Espresso Premium EE4 Calendar hide description

EE4 Calendar hide description

Posted: October 15, 2014 at 10:32 am


Michael Psalidas

October 15, 2014 at 10:32 am

Hello,

I need to remove the description from the EE4 calendar add-on. I have mess with jquery.qtip.min.js and “content.text” trying to remove it, but the description is always there (have manage to remove title “content.title” and button “content.button”). In fact the only information that I need in tooltip is the title and the event time.

I have manage to remove the description with css but the time is removed to.

Please give me some directions on how can i accomplishe this task.

Thank you!


Dean

October 16, 2014 at 2:11 am

Currently it doesn’t seem possible using CSS without also removing the time etc as well. I’ll add a request to wrap the content in a container,

One workaround would be to add a more tag at the very start of the event content. This will achieve what you want in the tool tips, but may affect the event list if you are using excerpts there.


Michael Psalidas

October 16, 2014 at 3:43 am

Is there any workaround to exclude the description from the qtip JS file ? Or just you can tell me which file is responsive for the tooltip description.

thank you!!

Thank you


Dean

October 16, 2014 at 5:41 am

The only way I can see it being done is by changing a core file (NOT recommended).

If you want to proceed with that then you would need to edit /ee4-events-calendar/EED_Espresso_Calendar.module.php on line 503 where it says

$calendar_datetime->set_description($description);

change it to something like

$calendar_datetime->set_description(”);

As said, this is not really a recommended action, updates will over write your changes.


Michael Psalidas

October 16, 2014 at 5:48 am

Will bookmark this page to remember the actions after every EE4 Update, until EE team create a different block for description.

Thank you again!

The support post ‘EE4 Calendar hide description’ 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.

Event Espresso