The Events Calendar for Joomla!

Select Languagehide

Cymraeg

All Events

Tachwedd 2008
S Ll M M I G S
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6

Major Events

Tachwedd 2008
S Ll M M I G S
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6

Who's Online

Mae 5 gwestai a 1 aelod ar-lein
  • demo
 hide
layout only
Layout and Appearance PDF Argraffu  E-bost

How do I change the pink header background?

You can do this sort of investigation very effectively with Firefox DOM Inspector.

In the meantime look for

background-image

in the css file and then create your own desired background images of colours.

 

Help - editing events in the frontend messes with my  right hand column.  What can I do?

 

 

If you have a narrow template design the best thing to do is to not have any modules in the right hand column for the Events menu item.

Alternatively try experimenting with you events_css.css. For example adding the following will fix your problems for the SolarFlare template:

div#jevent{
width:450px!important;
}
.inputbox {
width:340px!important;
}
textarea#extra_info {
width:340px!important;
}
textarea#content {
width:340px!important;
}

You will of course have to limit the width of your WYSIWYG editor - for TinyMCE choose the simple layout.

 

I don't like the box around the events calendar - how do I get rid of it?

 

Try adding something like the following to your events_css.css file

fieldset {
border:0px!important;
padding:0px!important;    
}
You could also consider adding the following to the style sheet to gain some more width
.cal_table {
border: 1px solid #000000;
width:100%!important;
}
 
< Prev   Next >
 hide
layout only

Cynllyniwyd gan : Geraint Edwards