No

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1321761
    Lance
    Participant

    Hi,

    I’m noticing that on our website, using the Enfold theme by Kriesi, there is no “<< All Events” link at the top right of the single events page to allow viewers to easily return to the events list to see other events, thus:

    https://centerforworldmusic.org/event/sept17-traditional-irish-music-session-in-tj/

    I’ve tried running this on a staging site, will all plugins but TEC and TECPro deactivated and all Quick CSS removed, but the result is the same.

    If someone could help me figure out how to fix this, I’d be appreciative.

    #1322225
    Andras
    Keymaster

    Hey Lance,

    I checked the site. The link is there and is hidden by this code in event-mod.css:

    .single-tribe_events .tribe-events-back {
    display: none;
    }

    So you can get it back either with removing that piece of code from the event-mod.css file OR if there is a setting in Enfold than with that.

    Or the last option would be adding this to your style.css file:

    .single-tribe_events .tribe-events-back {
    display: block;
    }

    Hope this helps.

    Cheers,
    Andras

    #1332225
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘No’ is closed to new replies.