on our homepage we show the latest projects of our artists and would like to display the category that has the artist's name in the Archive List. However, we do not know how to customise this. Like in the attached screenshot we would like to have the categories visible.
After thorough investigation we realized that you defined several new custom post types (project, artist,etc) and their respective taxonomies. And you redefined their corresponding widgets.
But in this case get_the_category() function we use in our News List would not work. Because it returns standard categories for blog posts.
What you need to do is to use get_the_terms
I replaced the following line in widgets/project-widget.php (path relative to the child theme folder)
Thank you so much for your investigation. All this was done by our former webdesigner... but he left the company. So we don't have any knowledge about the theme and customization :(
Right now the name of the artist (category) is placed behind the image. Is it possible to show it as the second line below the project name? Is it also possible to show the correct name instead of the category with the "-" in between? In the same typography as set for the whole website?
We would also like you to check the website for any issues, performance or weird behavior and the correct display of the category on the front page (current ticket).
We also experience issues to edit our location page to customize some things... Are you open for working on custom implementations on websites? - we would love to work with you to have the site running properly. Let me know if your open on working together for our customization and helping as achieving what we want.
As we are the first line of support we try to help our customers in every way possible. So in your case I will refer your website to our dev team - if they have enough time to take care of it they will contact your at the email address you provided, usually in 1-2 days.
Dear ClaPat Studio,
on our homepage we show the latest projects of our artists and would like to display the category that has the artist's name in the Archive List. However, we do not know how to customise this. Like in the attached screenshot we would like to have the categories visible.
Attached files: Bildschirmfoto 2024-09-19 um 17.18.24.png
Hi there,
can you provide wp admin access in a private comment? if possible with full rights using Appearance -> Theme File Editor
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
After thorough investigation we realized that you defined several new custom post types (project, artist,etc) and their respective taxonomies. And you redefined their corresponding widgets.
But in this case get_the_category() function we use in our News List would not work. Because it returns standard categories for blog posts.
What you need to do is to use get_the_terms
I replaced the following line in widgets/project-widget.php (path relative to the child theme folder)
https://prnt.sc/1On75UiPtXxK
used to be
$harington_categories = get_the_category();
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you so much for your investigation. All this was done by our former webdesigner... but he left the company. So we don't have any knowledge about the theme and customization :(
Right now the name of the artist (category) is placed behind the image. Is it possible to show it as the second line below the project name? Is it also possible to show the correct name instead of the category with the "-" in between? In the same typography as set for the whole website?
We would also like you to check the website for any issues, performance or weird behavior and the correct display of the category on the front page (current ticket).
We also experience issues to edit our location page to customize some things... Are you open for working on custom implementations on websites? - we would love to work with you to have the site running properly.
Let me know if your open on working together for our customization and helping as achieving what we want.
Best to hear from you!
David
Attached files: Bildschirmfoto 2024-09-27 um 15.13.38.png
Hi there,
As we are the first line of support we try to help our customers in every way possible. So in your case I will refer your website to our dev team - if they have enough time to take care of it they will contact your at the email address you provided, usually in 1-2 days.
Therefore closing this ticket.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy