Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Front End Event Management Buttons

Front End Event Management Buttons 12 years 14 hours ago #19292

  • bpdelay
  • bpdelay's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 14
  • Thank you received: 0
Hello,

I just successfully installed DT Register 2.8.2 and so far everything looks great! I am having one problem, however. When I view the front end event management page, the function buttons (Archive, Publish, Unpublish, Edit, etc.) are rendering vertically as an unordered list complete with bullets. When I view the source code in the browser, the HTML is showing <ul>...<li> tags for these buttons. I've attached a screenshot. Does anyone have thoughts on what might be causing this?

J2.5 with JoomlArt JA-Methys template

Thank you!

[attachment=0:1r8cduoy]<!-- ia0 -->screen.jpg<!-- ia0 -->[/attachment:1r8cduoy]
Attachments:

  • Rendering Error in layout Attachment/Item: Property "protected" is not defined. Please enable debug mode for more information.

Please Log in or Create an account to join the conversation.

Front End Event Management Buttons 11 years 11 months ago #19320

  • bpdelay
  • bpdelay's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 14
  • Thank you received: 0
Well, this ended up being a conflict with the template CSS. The fix was to edit the main.css file of DT Register as follows:

Original CSS:

div.toolbar-list li {
color: #666666;
float: left;
height: 48px;
list-style: none outside none;
padding: 1px 1px 3px 4px;
text-align: center;

New CSS:

div.toolbar-list ul li {
display: inline;
color: #666666;
height: 48px;
list-style: none outside none;
padding: 1px 1px 3px 4px;
text-align: center;

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.094 seconds