- Posts: 83
- Thank you received: 4
Agenda layout bug
- Roy Chappell
-
Topic Author
- Offline
- Premium Member
-
Less
More
5 years 7 months ago #137202
by Roy Chappell
Agenda layout bug was created by Roy Chappell
Hi
You appear to have a layout bug in your Agenda display
In admin I entered 'Registration' in the description field, yet it is display outside <p class="eb-agenda-description"></p> and a extra <p></p> has been added.
thanks
Roy
You appear to have a layout bug in your Agenda display
Code:
<tr>
<td class="eb-agenda-time">9.15</td>
<td class="eb-agenda-activity">
<p class="eb-agenda-description"></p>
<p>Registration</p>
<p></p>
</td>
</tr>
In admin I entered 'Registration' in the description field, yet it is display outside <p class="eb-agenda-description"></p> and a extra <p></p> has been added.
thanks
Roy
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
5 years 7 months ago #137207
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Agenda layout bug
Hi Roy
Could you please change the code to:
Then check to see if it works?
Tuan
Could you please change the code to:
Code:
<div class="eb-agenda-description"><?php echo $agenda->description; ?></div>
Then check to see if it works?
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.