• Resolved turpin

    (@turpin)


    Hi there

    I have a calendar page working fine but when trying to use your shortcode plugin to place a list of events from one category, ‘Horse Racing’, I just get a list of dates with no links.

    March 13 – March 16
    March 30
    April 12 – April 14
    April 20 – April 21
    April 27 – April 28

    No event title, no live link to the event page etc.

    The code I’m using is [ecs-list-events cat=’Horse Racing’]

    The events are all entered and show up on my calender page fine in this format.

    Bahrain Grand Prix
    March 8
    Bahrain
    Find out more ?
    France v England – 6 Nations 2018
    March 10
    Stade de France
    Find out more ?
    Ireland v Scotland – 6 Nations 2018
    March 10
    Aviva Stadium
    Find out more ?
    Wales v Italy – 6 Nations 2018
    March 11
    Principality Stadium
    Find out more ?
    Cheltenham NH Festival 2018
    March 13 – March 16
    Cheltenham

    Why can’t the shortcode display one category in the same way please?

    Thanks…Nick

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Brian Hogg

    (@brianhogg)

    Hi Nick!

    There’s likely some CSS or another plugin modifying the output. Can you provide the link of a published page with the shortcode and I can take a quick look? I’m not able to access post drafts on your site.

    Cheers!

    Thread Starter turpin

    (@turpin)

    Hi Brian

    Taking your clue about the CSS I removed some CSS I had added to remove the page titles and the shortcode worked perfectly.

    I had added

    .page .entry-title {
    display: none;
    }

    And that stopped your shortcode from displaying the event list properly.

    I need to find another way to hide the titles.

    Thanks…Nick

    Plugin Author Brian Hogg

    (@brianhogg)

    Hi Nick,

    You could actually try adding another rule afterwards that’s more specific to display the title again:

    .page .ecs-event .entry-title { display: block; }

    Hope that helps!

    Thread Starter turpin

    (@turpin)

    Amazing that did it, thank you Brian.

    I’ve recommended to ym client that we buy the pro version so we can include images and have more control etc.

    Many Thanks…Nick

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No links just dates’ is closed to new replies.