Navigation überspringen

[Gelöst] Create custom taxonomy archive

This support ticket is created vor 5 Jahren, 1 Monat. 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)

Dieses Thema enthält 5 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von tobiasF-3 vor 5 Jahren, 1 Monat.

Assistiert von: Shane.

Author
Artikel
#1381239

I am trying to custom style my custom taxonomy archive for the term 'Job'.
versteckter Link

I have setup a content template for the taxonomy job and have added some custom fields that show up correctly in the taxonomy archive.

But I cannot get rid of the standard title and featured image that shows up, even when disabling them in the Document Block settings for the generatepress theme on the right.

What am I missing?

Thx a lot
Tobias

#1381379

Shane
Supporter

Sprachen: Englisch (English )

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

Hi Tobias,

Thank you for getting in touch.

Would you mind allowing me to have admin access to the website so that I can have a look at this for you ?

The private fields have been enabled for your next response.

Thanks,
SHane

#1383309

Shane
Supporter

Sprachen: Englisch (English )

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

Hi Tobias,

Thank you for the credentials.

You should be able to hide it with this css.


.page-header{

display:none;
}

Thanks,
Shane

#1388257

Hey Shane, sorry about my late reply. Thank you for your help, while the provided css did not work, it gave me the right direction. Using the following code in the document block css section did the trick:

.entry-header {
display:none;
}

.wp-post-image{
display:none;
}

Thx
T

#1388309

Shane
Supporter

Sprachen: Englisch (English )

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

Hi Tobias,

Thank you for the update.

Happy I was able to point you in the right direction.

If there are no further questions then you can go ahead and mark this one as resolved.

Thanks,
Shane

#1388313

My issue is resolved now. Thank you!