• Hi, I am using the free version of SportsPress and have configured it for our local social golf club.(Link above) The problem I have is with displaying the Rounds page. I manually enter the overall results (no hole by hole, no need for that) in the “Details” section. But at the bottom of page are the links to the 3 previous rounds we have held at the course. I don’t want these to appear on the page.

    I have looked at the “New Round” page and it appears to be “Results” is where the links are coming from. In the software settings “Rounds” I have “Results” turned off, and only have “Course, Details and Article” visible. On looking at the default template for a round I can drag the “Results” tab to the bottom of the page, but no where is there an option to remove it or any of the other 3 options, “Scorecard, User, Excerpt”. Dragging it to the bottom of the page doesn’t help. Hope this makes sense!!

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

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

    (@rochesterj)

    Hi!

    Thanks for reaching out and I’m sorry for the trouble.

    Do you want to hide these elements https://prntscr.com/nzvtgw ?

    if yes, we can do that via CSS. Is it just for this event or for all of them?

    Thanks!

    Thread Starter catkim56

    (@catkim56)

    Yes I’d like to hide them on all rounds.
    Thanks Kim

    Roch

    (@rochesterj)

    Hi!

    Thanks for that.

    Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    #jp-relatedposts {
    	display: none !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problem with hiding old result links’ is closed to new replies.