Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter chaseapruitt

    (@chaseapruitt)

    Anyone have an update on this? I know that there are special permalinks for this plugin.

    Thread Starter chaseapruitt

    (@chaseapruitt)

    I’m wanting this page: https://www.chasepruitt.com/player/chase-pruitt/ to be https://www.chasepruitt.com/team/chase-pruitt/ with the ‘team’ tab on the navigation highlighted.. but it is think it is a blog post

    Plugin Author Brian

    (@brianmiyaji)

    @chaseapruitt try adding this to SportsPress > General > Custom CSS:

    .single-sp_player .main-navigation ul li.page-item-6 a {
    background: #0a3a60;
    color: #ffffff;
    }
    .single-sp_player .main-navigation ul li.current_page_item a {
    background: none;
    color: #333333;
    }

    Thread Starter chaseapruitt

    (@chaseapruitt)

    It kind of works, it is still recognizing the individual player page as a wordpress blog post. So it is highlighting in my navigation my default blog page, as well as the team page now.

    Plugin Author Brian

    (@brianmiyaji)

    Ah, try adding this too:

    .single-sp_player .main-navigation ul li.current_page_parent a {
    background: none;
    color: #333333;
    }

    Thread Starter chaseapruitt

    (@chaseapruitt)

    Awesome, thank you for that. I am having the same trouble with my events page, but I can write the code for that…

    One last questions, it there any code that i can add to my singles page that make the template not a recognize it as a blog?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sportspress permalinks issue’ is closed to new replies.