I am trying to create a Custom Layout for the Event Detail Page.
When I save my html code, the Jevents stripes all tags and classes and replaces some with <p> tags.
Below is a small example of what is happening:
Add this code:
<div class="jev_evdt_header">
<div class="jev_evdt_icons">{{Ical Button:ICALBUTTON}} {{Edit Button:EDITBUTTON}}</div>
<div class="jev_evdt_title">{{Title:TITLE}}</div>
</div>
After saving:
<p>{{Ical Button:ICALBUTTON}} {{Edit Button:EDITBUTTON}}<br />{{Title:TITLE}}</p>
My current configuration:
Joomla 6.0.1
JEvents v3.6.94
When I save my html code, the Jevents stripes all tags and classes and replaces some with <p> tags.
Below is a small example of what is happening:
Add this code:
<div class="jev_evdt_header">
<div class="jev_evdt_icons">{{Ical Button:ICALBUTTON}} {{Edit Button:EDITBUTTON}}</div>
<div class="jev_evdt_title">{{Title:TITLE}}</div>
</div>
After saving:
<p>{{Ical Button:ICALBUTTON}} {{Edit Button:EDITBUTTON}}<br />{{Title:TITLE}}</p>
My current configuration:
Joomla 6.0.1
JEvents v3.6.94