Home › Forums › Ticket Products › Event Tickets Plus › css of event text in calendar view
- This topic has 8 replies, 3 voices, and was last updated 10 years, 2 months ago by
Support Droid.
-
AuthorPosts
-
November 24, 2015 at 1:50 pm #1030394
robphat
ParticipantThis isn’t related exactly to woocommerce tickets, but that is the only item that I have purchased. The issue here: http://dev.thinkreliability.com/events/2015-12/
If you look at the month view of the calendar at http://dev.thinkreliability.com/events/2015-12/ you will see that when you hover over an item, the background goes white but that makes the font to light to see well.
This has to do with the theme so I didn’t try deactivating plugins and switching themes, and I already asked the theme dev for a css fix, but I thought I’d ask you if you had a different way to fix it, or if there was a setting in the main plugin to override theme css. Is there? If not, what css do I need to fix that?
November 25, 2015 at 6:06 am #1030773Brian
MemberHi,
Thanks for using our plugins. I can try to help out here, but I am limited in supporting compatibility issues.
I found this css overrides your theme’s css and keeps the text black:
#tribe-events-content table.tribe-events-calendar tr:hover td a {
color: #000;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Change the #000 to the color your would like.
Let me know if that helps.
Thanks
November 25, 2015 at 8:48 am #1030860robphat
ParticipantThanks. I’ll try that shortly.
I also noticed another issue with an install of the free plugin.
http://173.254.96.214/~ronspubh/news/
I have Events > Settings toggled to show events on main blog page. I have one event, but it is not showing on the site.
Am I doing something wrong?
November 25, 2015 at 9:05 am #1030864Brian
MemberHi,
It could be that is not a main query as defined by WordPress and just a custom loop. If you change to another theme like Twenty Fourteen to events show then?
Thanks
November 30, 2015 at 7:29 am #1032604robphat
ParticipantYou’re right. On 2015, the events do load into the blog, but not in the theme I am using, which is by one of the top sellers on Themeforest. What info should I pass along to the theme’s support to see if they can fix this, and/or is there something I can do to fix it?
November 30, 2015 at 11:28 am #1032758Brian
MemberHi,
I am not sure they will be able to add it as they might have to redesign their theme to do it.
Our feature only works in the main query is setup like any of the WordPress Codex themes.
You or the developer might be better off creating a custom loop using our custom post type: tribe_events
Cheers
December 1, 2015 at 6:38 am #1033205robphat
ParticipantI have sent this issue to the theme dev. It is this theme:
http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Kriesi
It’s very popular – over 74,000 sales in Themeforest. So hopefully they’ll fix it.
But as far as creating a custom loop using tribe_events , do you have a tutorial you can refer me to?
December 1, 2015 at 7:12 am #1033224Brian
MemberHi,
We have this tutorial for custom event loops:
Or you can look at WordPress’s WP Query Class:
February 18, 2016 at 8:32 am #1075855Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘css of event text in calendar view’ is closed to new replies.
