Viewing 7 replies - 31 through 37 (of 37 total)
  • Hi Tom

    I wonder if I could ask you to cast your eye over my code to see where I’ve gone wrong please?

    I’ve followed the instructions you gave to Meg, I’ve created an additional css file saved in my WP theme folder and have added the relevant text to my header.php file but unfortunately the text still isn’t wrapping on my calendar. I’m sure it’s something really small and silly that I’ve missed but I just can’t work it out ??

    Any help would be greatly appreciated.

    Many thanks

    Jo

    Hello Jo,

    Please send me your website URL. Thanks.

    Hi Tom

    Yes sure, it’s https://rework.co.uk/wordpress/calendar.

    Many thanks

    Jo

    Hi Tom

    Just wondered if you’d had a chance to take a look and see what may be stopping your code you supplied from working yet?

    I look forward to hearing from you.

    Many thanks

    Jo

    Is it just this section that should allow the text to wrap?

    .ai1ec-month-view .ai1ec-event,
    .ai1ec-week-view .ai1ec-event,
    .ai1ec-oneday-view .ai1ec-event{
    max-height:none !important;
    overflow:visible !important;
    white-space: normal !important;

    Hello Jo,

    Your text seems to be working correctly (white-space: normal = no wrap) but perhaps it’s extending beyond the CSS field definition for the plugin. You’ll have to request assistance from the plugin author. Sorry that I couldn’t be of any additional help.

    Hi Tom

    Thanks for taking a look and letting me know. I will contact them to ask for further assistance.

    Can I just check though, was I right about the piece of code above to say that is the bit from your original code that relates to getting the text to wrap? And the rest of your code was purely general colour and size changes for the layout.

    .ai1ec-month-view .ai1ec-event,
    .ai1ec-week-view .ai1ec-event,
    .ai1ec-oneday-view .ai1ec-event{
    max-height:none !important;
    overflow:visible !important;
    white-space: normal !important;

    Thanks

    Jo

Viewing 7 replies - 31 through 37 (of 37 total)
  • The topic ‘[Plugin: All-in-One Event Calendar] wrap text’ is closed to new replies.