Jamuhroo
Forum Replies Created
-
Hi, thanks for this. Meanwhile I have found out that by creating and using a custom registration form instead of the default one, the problem was solved. I’m not sure if it didn’t work with the default registration form because of a plugin conflict or if it is a bug in MU on multisite. But for now it’s good to know that there’s a workaround by creating a custom registration form.
Forum: Plugins
In reply to: [The Events Calendar] Button colorUpdate to my previous comment: I had a closer look. list and calendar button are controlled by the same css, the difference is active and inactive state, not list or calendar. Hope this helped.
Forum: Plugins
In reply to: [The Events Calendar] Button colorHi Moreno,
you can change the colors on the events.css file: wp-content/plugins/the-events-calendar/resources/events.css?ver=1.6.5
on line 67 for the list button color:.upcoming a.tec-button-on, .grid a.tec-button-on {
background: none repeat scroll 0 0 #0F81BB;and on line 37 for the Calendar button color:
.upcoming a.tec-button-off, .grid a.tec-button-off {
background: none repeat scroll 0 0 #999999;Regards,
Jamuhroo