• Resolved SusanGriffithspbf

    (@susangriffithspbf)


    Hi everyone. I apologise if I’m asking a question which someone has asked before, but I have searched the forum and can’t find anyone with exactly the same problem.

    I’ve installed the plugin onto a website I’m developing (http://www.nlha.org.uk/wordpress) and I’ve changed ‘Organizer’ to ‘Organiser’ following the instructions on the Modern Tribe website as recommended in ‘Relabeleling the venue/organizer section in single event view’.

    For some reason, in event view, the entry for an event is divided by a link to the previous event and the sharing buttons I’ve set up, as shown by this screen shot, so the event is listed by:
    Title
    Date and time
    Link to previous event
    Text from the text box
    Share this buttons
    Details of the event and its organiser.

    I’ve had a look at the relevant code but nothing obvious jumps out at me, although that doesn’t mean a great deal as I’m a novice with WordPress. I would be very grateful for any help with other members could offer.

    Many thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • kaniamea

    (@kaniamea)

    Hello Susan,
    check your single-event.php page. Look for the code:

    <li class="tribe-events-nav-previous"><?php tribe_the_prev_event_link( '&laquo; %title%' ) ?></li>
    <li class="tribe-events-nav-next"><?php tribe_the_next_event_link( '%title% &raquo;' ) ?></li>

    This code should appear once on the bottom of the page. The way it looks like on your website is that you have this code twice – once on the top and once on the bottom. If that’s the case, just remove the code that is near the top.

    I hope this helps.

    Thread Starter SusanGriffithspbf

    (@susangriffithspbf)

    Many, many thanks, kaniamea, for your quick, and effective, answer to my question!

    The sharing buttons are still there, but I suppose that is where they are supposed to be, although I have just noticed that the pop up box which appears when I run the cursor over the entries in the month view have ‘Share this:EmailPrint’ after the lecturer’s name.

    Anyway, that’s a problem for another day, I’m so grateful for your help in solving today’s!

    Thread Starter SusanGriffithspbf

    (@susangriffithspbf)

    Oops! Forgot to mark this as resolved!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Event view: entry is divided by link to previous event’ is closed to new replies.