css of event text in calendar view

Home Forums Ticket Products Event Tickets Plus css of event text in calendar view

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1030394
    robphat
    Participant

    This 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?

    #1030773
    Brian
    Keymaster

    Hi,

    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

    #1030860
    robphat
    Participant

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

    #1030864
    Brian
    Keymaster

    Hi,

    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

    #1032604
    robphat
    Participant

    You’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?

    #1032758
    Brian
    Keymaster

    Hi,

    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

    #1033205
    robphat
    Participant

    I 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?

    #1033224
    Brian
    Keymaster

    Hi,

    We have this tutorial for custom event loops:

    https://theeventscalendar.com/knowledgebase/using-tribe_get_events/

    Or you can look at WordPress’s WP Query Class:

    https://codex.wordpress.org/Class_Reference/WP_Query

    #1075855
    Support Droid
    Keymaster

    This 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.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘css of event text in calendar view’ is closed to new replies.