dcseltzer Feb 6, 2017 · 6:34 pm #5907 I have a strange problem that I can’t seem to figure out…
The author bio is appearing twice on the author page. This seems to be somewhat new – not sure when it started happening and if it is theme related or what?
http://www.sbmarketingtools.com/author/dcseltzer/
Appreciate your help!
Diane
Puro Support Puro Feb 6, 2017 · 6:42 pm #5908 Hi Diane
Thanks for posting.
I’m only seeing it once. If you’re seeing it twice it might be because you’re using an Author Bio plugin and have the theme author bio enabled. You can disable the theme author bio from Customize > Theme Settings > Blog.
dcseltzer Feb 6, 2017 · 6:49 pm #5909 That is strange that you don’t see it – I have had contributors to my site tell me they are seeing it… it appears at the top of the author page (not on the individual article pages) in dark text followed by the same text in light gray.
I am using an author bio plugin, but I do not “Post Author Box” enabled under the theme settings.
Puro Support Puro Feb 6, 2017 · 7:17 pm #5910 Thanks, with you now. We’ll resolve this in the next update. Please, place the following in Custom CSS:
.archive .taxonomy-description:nth-of-type(2) {
display: none;
}
The last rule in your Custom CSS is missing a closing bracket, that needs to be added and then the above snippet added below for it to work.
Thanks for reporting this and apologies for the hassle.
dcseltzer Feb 6, 2017 · 7:34 pm #5911 Thank you so much – that fixed it!!
You guys rock – great support!
Puro Support Puro Feb 6, 2017 · 7:38 pm #5912 Super, glad that helped. Thanks for reporting this, we really appreciate the feedback and assistance. After the next update goes out you can remove the snippet we’ve used for the fix.
All the best. Cheers 🙂
dcseltzer Feb 6, 2017 · 7:39 pm #5913 On small issue… I added the snippet to my other site & it doesn’t seem to do the fix… is there an order for placement?
http://www.myboatlife.com/author/captrob
Puro Support Puro Feb 6, 2017 · 7:41 pm #5915 Looks good on my side. Try refreshing a few times. If there is a caching plugin on the site, try clearing it.
dcseltzer Feb 6, 2017 · 7:46 pm #5916 Ok I tried a different browser and all is good! Thanks again 😉
Puro Support Puro Feb 6, 2017 · 7:49 pm #5918 Awesome, glad it’s hotfixed there too.