Event Details Page Formatting

Home Forums Calendar Products Events Calendar PRO Event Details Page Formatting

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #26319
    Matt
    Participant

    Formatting of event detail page content is awry, wrapping text to the next line too soon. Also, the following error is repeated: “Warning: Missing argument 2 for TribeEvents::addDateToRecurringEvents() in D:\hosting\5020716\html\dev\wp-content\plugins\the-events-calendar\lib\the-events-calendar.class.php on line 603”
    Not sure if the two issues are related.
    Example: http://ascension-sd.org/dev/?tribe_events=7pm-adult-education-vatican-ii-dvd-lecture-series&eventDate=2012-10-23

    #26343
    Jonah
    Participant

    Hi Matt,

    The wrapping has to do with your theme’s CSS – you have this CSS on line 83 of your urban.css file:

    div#content {
    float: left;
    width: 275px;
    padding: 0;
    margin: 0;
    }

    That’s setting the width of the div really narrow and causing the wrapping. You’ll need to change that to resolve the wrapping.

    For the error, try first setting your Permalinks to Postname in Settings > Permalinks. If that doesn’t work try deactivating all other plugins to see if there’s a conflict.

    Let me know how that goes.

    Thanks,
    Jonah

    #26425
    Matt
    Participant

    Thanks Jonah! I discovered that upgrading to 2.0.9 solved the wrapping issue and setting our Permalinks setting from Default to Postname resolved the errors. However, when I upgraded to 2.0.9, I noticed that the Events List Advanced Widget now displays End Date & Time on the front end (http://ascension-sd.org/dev/) even though I do not have that display option selected (just Start Date & Time)

    #26430
    Jonah
    Participant

    Hey Matt,

    Glad to hear the upgrade and permalinks fixed the issues. As for the end date, we are aware of a bug introduced in 2.0.9 and have a patch available. Replace /wp-content/plugins/events-calendar-pro/views/events-advanced-list-load-widget-display.php with this copy: http://cl.ly/code/2g3x3R0c0z1s

    Let me know if you need anything else.

    Regards,
    – Jonah

    #26436
    Matt
    Participant

    Thanks Jonah! That did the trick.

    #26442
    Jonah
    Participant

    No problem Matt, let me know if there’s anything else you need help with!

    #977965
    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 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Event Details Page Formatting’ is closed to new replies.