Jonah

Forum Replies Created

Viewing 15 posts - 2,476 through 2,490 (of 4,001 total)
  • Author
    Posts
  • in reply to: Styling the Events Calendar Mini-Calendar Widget #21950
    Jonah
    Participant

    Hi Mike,

    Changes to events-mini-ajax.css are not supposed to be recognized because that file cannot be overridden like the events.css file can. Please see our themer’s guide for a more detailed explanation on this and what can actually be overridden in the plugin: https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    I hope that helps!

    – Jonah

    in reply to: Gray box surrounds event on sidebar widget #21940
    Jonah
    Participant

    Hi Mark,

    Well that works for me. You’ll need to play around with the CSS a bit yourself to remove that border. Good luck!

    – Jonah

    in reply to: Another disappearing tooltip question? #21906
    Jonah
    Participant

    Hey Tom,

    Glad this all worked out for you. If there’s anything else you need, don’t hesitate to ask.

    Cheers,
    Jonah

    in reply to: Another disappearing tooltip question? #21901
    Jonah
    Participant

    Hi Tom,

    Your tooltips are not working because of some overflow: hidden; rules hiding the tooltips which need to “overflow” outside of the days in the calendar. To fix this, make a copy of /wp-content/plugins/the-events-calendar/resources/events.css and place in an ‘events’ folder in your theme. Then, find line 165:

    .events-archive .post {
    overflow:hidden;
    margin-bottom:0;
    }

    …and remove the overflow: hidden declaration.

    Then, one other change to make. In your theme’s style.css on line 735 you have:

    .post, article.page {
    border: 1px solid silver;
    background: white;
    padding: 25px 15px 1em 15px;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    }

    …again, remove the overflow: hidden – this may have some unintended consequences elsewhere in your theme and you’ll need to find a developer to help you remedy them if you can’t figure it out yourself. But this should get you going in the right direction 🙂

    On the category colors, we have a tutorial on this: https://theeventscalendar.com/coloring-your-category-events/ and one of the users in our community just wrote a nice plugin that does this too: http://wordpress.org/extend/plugins/the-events-calendar-category-colors/

    Cheers,
    Jonah

    in reply to: Gray box surrounds event on sidebar widget #21899
    Jonah
    Participant

    Hi Mark,

    Do you mean this gray box: http://cl.ly/132z3a3w2K1z401n0K2c

    If so, just add the following to your theme’s style.css file:

    #sidebar .eventsListWidget li, #sidebar .eventsAdvancedListWidget li {
    border: 0;
    }

    I hope that helps!

    – Jonah

    in reply to: Templates Inside of Templates #21898
    Jonah
    Participant

    Hi Carter,

    Sorry this hurt but I cannot spend the time digging through your theme’s custom code to try and figure out what the problem could be. This is your responsibility since it’s your custom theme code. It would likely take me the same amount of time as it would you if not more. Have you tried turning debugging on within your wp-config.php file to see if there are any obvious errors pointing to specific line numbers?

    – Jonah

    in reply to: Custom fields that can support HTML? #21896
    Jonah
    Participant

    Hi John, sure. Take a look at my comment here: https://gist.github.com/2901504

    You would find this around lines 87-91 in single.php – I hope that helps!

    – Jonah

    in reply to: Changing Title Of Gridview? #21894
    Jonah
    Participant

    Sounds good John, let us know if you need anything else.

    Cheers,
    Jonah

    in reply to: Venue template? #21893
    Jonah
    Participant

    You got it Krysia, and FYI our themer’s guide covers this and much more related. Check it out here: https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    Let us know if you need anything else.

    Cheers,
    Jonah

    in reply to: event cal pro dropping menus #21892
    Jonah
    Participant

    Hi Marko,

    We’ve identified this as a bug and will be fixing it ASAP in a future release. Thanks for being patient!

    Cheers,
    Jonah

    in reply to: Error message #21891
    Jonah
    Participant

    Glad to hear Ramtin, let us know if you need anything else.

    – Jonah

    in reply to: Menus disappear on the event page #21890
    Jonah
    Participant

    Hi Ramtin,

    Can you send me access through pro [at] tri [dot] be and reference this thread please?

    Thanks,
    Jonah

    in reply to: Templates Inside of Templates #21889
    Jonah
    Participant

    Hi Carter,

    It must be something with your custom files and unfortunately I cannot help you with this. I would suggest pulling out code chunk by chunk to find specifically what’s causing the problem. Good luck!

    – Jonah

    in reply to: Styling the Events Calendar Mini-Calendar Widget #21888
    Jonah
    Participant

    Hi Mike,

    You can always override other styles by getting more specific, i.e. using #sidebar .my_class {} instead of just .my_class {}. I highly recommend reading up on CSS specificity for a better understanding of this. Here is a great article on it: http://css-tricks.com/specifics-on-css-specificity/

    So, you can add CSS to override existing styling either to your theme’s style.css or by making a copy of our plugins CSS located in /wp-content/plugins/the-events-calendar/resources/events.css and placing in an ‘events’ folder in your theme.

    I hope that helps but let us know if you need anything else with this.

    Cheers,
    Jonah

    in reply to: Zero margins on event calendar listing #21887
    Jonah
    Participant

    No problem Tom, let us know if you need help with anything else.

    – Jonah

Viewing 15 posts - 2,476 through 2,490 (of 4,001 total)