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

TOPIC: Any different styles for WDCalendar available?

Any different styles for WDCalendar available? 12 years 10 months ago #16694

  • testit
  • testit's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 25
  • Thank you received: 0
Hi,

I guess that many of us are not running DT register with a template that does not fit the calendarĀ“s view blue colors.

Is there any source for general styles for WDcalendar like green,red etc.?

Thanks a lot!

testit

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

Any different styles for WDCalendar available? 12 years 10 months ago #16717

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
There are not other calendar templates loaded at this time. You can of course modify the existing styling in files found here:

/components/com_dtregister/assets/css/calendar/

We intend on making other calendar stylings to choose from soon.

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

Any different styles for WDCalendar available? 12 years 10 months ago #16803

  • AlexR
  • AlexR's Avatar
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 109
  • Karma: 1
  • Thank you received: 1
Any ideas what css I need to change to make the top of the mini calendar display the proper information. It looks like it might be a case of white letter against a white bg. See image for reference:

[attachment=0:24sm3giz]<!-- ia0 -->Calendar-not-displaying-properly.png<!-- ia0 -->[/attachment:24sm3giz]
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.

Any different styles for WDCalendar available? 12 years 10 months ago #16807

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
AlexR - go to this file:

/components/com_dtregister/assets/css/calendar/dp.css

Look for this:

.bbit-dp .bbit-dp-top {
background: url("images/share/hd-sprite.gif") repeat-x scroll 0 -83px transparent;
}

This is what gives the background color for that little mini-calendar. That should get you in business :)

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

Any different styles for WDCalendar available? 12 years 9 months ago #16822

  • AlexR
  • AlexR's Avatar
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 109
  • Karma: 1
  • Thank you received: 1
Thanks. I added a color and getting closer to fixing the display. Now it looks like I'm missing the right and left arrow.

This is what I added to the css you pointed out to. You can see the end result in the image file attached.

.bbit-dp .bbit-dp-top
{
background:url("images/share/hd-sprite.gif") repeat-x 0px -83px;
background-color: #2B7EFF;
}

I'm wondering: is the "hd-sprite.gif" image even showing up?

[attachment=0:2uo8p6dz]<!-- ia0 -->Calendar-troubleshoot2.png<!-- ia0 -->[/attachment:2uo8p6dz]

Thanks!
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.

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