Skip Navigation

[Resolved] author bio plugin is appearing twice

This support ticket is created 5 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 2 replies, has 2 voices.

Last updated by bobb-5 5 years, 3 months ago.

Assisted by: Shane.

Author
Posts
#1492113

I am trying to:
activate an author bio plugin on the content template i made. it is appearing twice on all the page.

Link to a page where the issue can be seen:
hidden link

I expected to see:
one author bio
Instead, I got:

#1492161

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Bob,

Actually this can be resolved using the supression filters, however I don't believe there is a way to add this when the content template is assigned to the CPT.

I've already made contact with our 2nd tier supporters for further advice on how to do this so as soon as I get a response I will let you know.

Right now we can workaround this with the use of some custom css. Add the following to your website custom css.

.padSection:nth-child(2){
display:none !important;
}

Try this and let me know if it helps.

Thanks,
Shane

#1492209

My issue is resolved now. Thank you!