Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

Okay
  Public Ticket #1669347
Team Page and Team member individual page
Closed

Comments

  •  1
    tammyfarrington started the conversation

    Team Page and Team member individual page:

    The two arrows at the top is very hard to see.  Can we make them larger and blue (instead of hover blue) so they can stand out?  attached screen shot

    http://www.transpere.com/team-members/

    Also, on each team member individual page, can we add a link back to the team member page or/and arrows to scroll through all the team members.  When you get to the team member individual page, there is no easy way for the user to get back to the team member page. http://www.transpere.com/team-member/rick-lewis/

    Thanks!

    Tammy Farrington

  •  532
    OrionThemes replied

    Hi Tammy,

    You can change the styling of the arrows with CSS. Here is an example, how you can target those arrows. You can copy this to Theme Options -> Custom CSS and change the colors (and any other stlying) as needed:

    /* Previous and next icons for Team members */
    .team-members .owlprev, .team-members .owlnext {
        background-color: #2c538b; 
        color: #fff
    }
    /* Hover */
    .team-members .owlprev:hover, .team-members .owlnext:hover {
        background-color: #096635; 
        color: #fff
    }
    

    2. By default the link to the team members displays in the breadcrumbs. Which are hidden with CSS on your site with custom CSS. Please check the video: https://jmp.sh/nAx9oAA

    My suggestion is to "unhide" the breadcrumbs and if you want a custom team member page, you can redirect  http://www.transpere.com/team-member/ to http://www.transpere.com/team-members/  

    You can create a permanent google friendly redirect in .htaccess file on the server.

    I hope this helps,
    Andrej


  •  1
    tammyfarrington replied

    Hi Andrej,

    The css code worked perfectly. Thanks!  I'm still trying to redirect the individual team member page to the correct "transpere's team" (fyi, changed page from team-members)page instead of "team-member" page that it's going to.

    I could not locate the .htaccess file (screen shot attached) so I uploaded 301 direct and put in the information to direct and it's still not redirecting to the proper page.  What should I do?

    Thanks!

    Tammy

  •  532
    OrionThemes replied

    Hi Tammy,

    try removing the domain name from the request:

    Change it to just "/team-member" and let me know, if this resolves the issue.

    Kind regards,
    Andrej

  •  1
    tammyfarrington replied

    That Worked!!! Thank you so much Adrej!