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/
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
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?
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
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:
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
OrionThemes
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
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
OrionThemes
That Worked!!! Thank you so much Adrej!