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

TOPIC: [SOLVED] How to move frontend title of content area

[SOLVED] How to move frontend title of content area 10 years 9 months ago #21404

  • gb_jones
  • gb_jones's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
Anyone know how to move frontend management and event management titles above content? Right now they appear in the middle of the module...
[attachment=1:2ma690zy]<!-- ia1 -->ControlPanel.png<!-- ia1 -->[/attachment:2ma690zy]
[attachment=0:2ma690zy]<!-- ia0 -->EventMgmt.png<!-- ia0 -->[/attachment:2ma690zy]
Attachments:

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

  • 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.

[SOLVED] How to move frontend title of content area 10 years 9 months ago #21436

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
Hello. This has actually been corrected in the default CSS that will be included in the next update. You can fix this in this file:

/components/com_dtregister/assets/css/main.css

Find these two items in the CSS file and modify them to look as follows...
div.icon-48-dtregister h2 {
	width: 300px;
	margin-right: 10px;
}

Added item here is the width parameter.
div.toolbar,
div #toolbar {
padding:0;
text-align:right;
clear:both;
display: flex;
}

Added item here is the display parameter.

Of course, you can still modify as needed, but these changes will correct the display as seen in your screenshot.

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

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .

[SOLVED] How to move frontend title of content area 10 years 9 months ago #21441

  • gb_jones
  • gb_jones's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
Thank you for your reply. I hopefully gave it a shot, but it did not fix the issue. In main.css (/components/com_dtregister/assets/)
/* Modified 11 AUG 2013 */
/* GBJ */
div.toolbar,
div #toolbar {
padding:0;
text-align:right;
clear:both;
display: wide;
}
and
/* Modified 11 Aug 2013 */
/* GBJ */
div.icon-48-dtregister h2 {
   width: 300px;
   margin-right: 10px;
}
and here is what I got:
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.

[SOLVED] How to move frontend title of content area 10 years 9 months ago #21442

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
Then you may have other styling in your site also affecting it. Submit a ticket and we can take a look.

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

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .

[SOLVED] How to move frontend title of content area 10 years 9 months ago #21446

  • gb_jones
  • gb_jones's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
I would be inclined to agree that perhaps the issue lies elsewhere except for the fact that this behavior is only seen when the DTRegister component is displaying either the Event Management or the Control Panel on the front end of the site. Would love to let you in to have a look, but this is currently only on a development system that is off Internet. This behavior is not seen with any other module, and also does not occur for normal public facing registration screens.

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

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