• Resolved Vance

    (@dannb)


    I would post a screenshot not sure how.

    But: Under the Details and Venue area on a single event page.

    There needs to be line breaks? after the
    Start:
    End:
    Website:
    Phone:

    they are getting pushed up right next to the the text/each other. the screenshots on the developers site look good but mine are up & next to the lines.

    how/where do I fix this anyone?

    https://wordpress.org/plugins/the-events-calendar/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Vance

    (@dannb)

    Here is a link to a small screenshot…so you can see better what I’m saying.

    I’m assuming I need to fix a css/or template ?? to get the End: Website: Phone: to move down.

    I just don’t know what file it’s in the Events plugin. I found a couple areas and it seemed fine with <td> separating the content but not sure why it’s showing up smooched up a line. Or how to fix it?

    http://jeffriesglass.com/Screen-Shot.png

    any help looks like the developers refer here for free plugin users and don’t offer any support unless you pay’m

    Hi,
    Perhaps try to add the following lines:

    <style type="text/css">
    .tribe-events-event-meta dt {width:100%;}
    </style>

    In your WordPress admin page > Event > Setting > Templates.

    Thread Starter Vance

    (@dannb)

    candeed-

    thx so much for responding. I’m assuming >templates is the paid “pro” version. I didn’t have that option in mine. I’m using the free version. There were only tabs for “General” “Display” “License” “Help” ?

    I did end of contacting Modern Tribe Inc. the company who made the plugin: They politely said they couldn’t offer support for free version but he did mention it’s a conflict with the theme “issue” so I searched in my theme css instead of the Event files assuming I could find the dd dt and I changed my theme css below from:

    dt,dd { display: inline-block; }

    to:

    dt,dd { display: block; }

    And got things to work good after all the research/code/etc.

    So hopefully that helps someone else.

    thx again…candeed. Good vibes to you today.

    -Dan

    Plugin Contributor leahkoerper

    (@leahkoerper)

    Hi Dan,

    There are template options under Events –> Settings –> Display and are included in the free version. However, I’m not sure what exactly he’s referring to above. Hopefully he’ll reply and be more specific about where to add that code.

    You also might try getting in touch with your theme developer and seeing if they can shed some light on the issue. And if you haven’t already, be sure to check out our Themer’s Guide.

    Best,
    Leah

    Plugin Contributor leahkoerper

    (@leahkoerper)

    It’s been a month, so in accordance with our forum guidelines I’m marking this thread resolved. Thanks for your support!

    ~Leah

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display titles Broken on single event page’ is closed to new replies.