By gregloucks on Monday, 03 August 2015
Replies 13
Likes 0
Views 4.1K
Votes 0
On one of the sites I'm using the template messed jevents up. See because the latest events module every text is white in front of a white background so you can't read it.

Also at the bottom of the month calendar view the text for Show unpublished events?
Only show my events?
Select Category

is also white in front of white. I can read the month calendar though the main area it's in black.

Also the detail description page of the events is white font in front of a white background

I know there are different views for the calendar different looks but the one I am on is the one I want besides the text. How do I change the white text to black? Do I have to change to css style sheet? I'm not afraid to if I get detailed instructions of what line has to change and to what.

Also unrealted to jevents the people I purchased the template I am using never respond to my emails. How does one put two articles side by side with read more? Like what we believe and newcomers welcome on this template: http://livedemo.joomlatemplateshop.net/ ... urch-0294/ And do you have any idea why every article and module and component is centered by default how do I make the text over to the left instead by default? Is there a setting in joomla itself that got changed? Because it seems like when I first installed the template everything wasn't all centered!

Thanks,
Greg
Hello Greg,

Have you tried a different JEvents view?

We can't do much without seeing screen shots?

Thanks
Tony
·
Monday, 03 August 2015 09:07
·
0 Likes
·
0 Votes
·
0 Comments
·
http://calvarychapelwilliams.org/ See latest events module on right underneath calendar? It's all white you can't read it. Please help me fix it!
·
Saturday, 15 August 2015 05:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Will someone please help me with this?
·
Sunday, 16 August 2015 01:53
·
0 Likes
·
0 Votes
·
0 Comments
·
The actual event listings are also in white background with white text too!
·
Sunday, 16 August 2015 01:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Adding this to your custom CSS file in JEvents will solve your latest events problem
.mod_events_latest_first, .mod_events_latest {
background-color: inherit !important;
padding-left: 10px !important;
text-align: left;
}


For your main event pages set the template to 'dark' in the JEvents config.
·
Sunday, 16 August 2015 10:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Do you mean? Site template has dark background set to "yes" I already tried that and it idn't work. Or do you mean something else? Where exactly do I go for this?

Thanks,
Greg
·
Sunday, 16 August 2015 22:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Please see: http://calvarychapelwilliams.org/ Latest events repeats 30 Oct 2015
08:00AM - 05:00PM
AZ Statewide Women's Retreat

on the Latest Events Module. How do I prevent that?

It is a repeating event but october 30,31 and November 1 but they all say October 30th?

And see when you actually go to in an event http://calvarychapelwilliams.org/calend ... ovie-night It's white text with white background?

You also can't rad August 2015 at the top of the calendar http://calvarychapelwilliams.org/calendar

If you are referring above to "dark" exactly where in configuration?

I tried: Site template has dark background set to "yes" and like I said it didn't work.

Thanks,
Greg
·
Sunday, 16 August 2015 22:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Greg,

Is the 'repeating' event actually a multi-day event? So you have set the start date as x and finished date as y. Or did you create a repeat pattern?

thanks
Tony
·
Monday, 17 August 2015 09:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Well thanks for totally ignoring my other question Tony P! About the white background and white text and what Gerraint said about turning to "drak" what did he mean? Because "Site template has dark background set to "yes" I already tried that and it didn't work."

And if you read about you would see it is a repeating event October 30,31, and November 1

Why do they all say October 30th?

Thanks

Greg
·
Monday, 17 August 2015 19:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Greg,

I did not ignore it at all. I actually looked at your website and it looks fine to me so I assumed you resolved it!

Please provide a link and also a screenshot of the error and with which internet browser you are using. Noting, these issues with fonts and colors are caused by YOUR template. JEvents is built with the standard Joomla! template as a testing ground as we cannot test every template ever made.

I read above, but it's quite common for users to get confused between creating a repeating event and a multi day event so we ask for clarity. Your issue is then because your JEvents Custom Format string is set to ${startdate} rather than using the ${eventdate}. Please see:

https://www.jevents.net/frequently-aske ... at-strings
For more information on how to use the custom format string.

Please refrain from being aggressive, you are using a free product with free support at which we are doing as best we can. 3

Many thanks
Tony
·
Monday, 17 August 2015 22:41
·
0 Likes
·
0 Votes
·
0 Comments
·
No repeat. specific day start and end.
·
Thursday, 20 August 2015 06:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry I had a sore throat when I wrote that! It doesn't look fine see an event detail like here: http://calvarychapelwilliams.org/calend ... -s-retreat white text in some of it
·
Thursday, 20 August 2015 06:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Again its a problem from your template - add this to your jevents custom css file

#jevents {
color: #333;
}
·
Thursday, 20 August 2015 09:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post