Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remove text on front end of calendar - Images:0 #175

Open
crimsonpixel opened this issue Oct 31, 2015 · 1 comment
Open

How to remove text on front end of calendar - Images:0 #175

crimsonpixel opened this issue Oct 31, 2015 · 1 comment
Assignees

Comments

@crimsonpixel
Copy link

A fresh install of mxCalendar 1.1.11 on MODX 2.4.2 - there are a few bugs with the calendar, most of which can be worked around until a new release is forth coming, however, there is an annoying injection of text on the calendar with the event title which I cannot find in any of the chunks or js files.

The text is "Images:0" and I would very much like to get rid of this!

images_0_

@crimsonpixel
Copy link
Author

After alot of digging around located code in mxcalendars.class.php line 518 and simply commented out the line. Appreciate that doesn't fix the problem entirely, but works in the short term.

<span class="title startdate '.$categoryInlineCSS['eventCategoryInlineCss'].'"> <!-- Image: '.$imgIdx.'--> <a href="'.$el['detailURL'].'" class="'.$el['mxcmodalClass'].'">'.$el['title'].'</a></span>

@CharlesMx CharlesMx self-assigned this Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants