Hello, I could already remove the author frome some parts of my website usind that CSS-code:
.td-category-author-name, .td-post-author-box {
display: none;
}
But how can I remove all the other author names? I guess the names are displayed on my start page and on category / tag pages.
Furthermore I changed the sub-footer content, but only on some pages I can see the new content “Coin-Dragon .. Impressum .. Datenschutz”. On many other pages i can still see the sub-footer content of the demo-theme.
Screenshots of the issues: https://drive.google.com/open?id=1vXQ80QACx0OXyAiPh_unq_7qlMivjVGd
Hope you can help me.
Regards
Florian
-
This topic was modified 8 years by
kaylee174. Reason: adding screenshots of the issue
Hello,
In order to remove the author names from your site, please remove it from here for posts:
https://www.screencast.com/t/xpiMElDd and from here for pages and other templates:
https://www.screencast.com/t/P7P68nis
As for the second issue, the subfooter cannot be changed for specific pages. The setting from the theme panel affects the entire website
Thank you!
Hi,
i’m not showing author name anywhere, but i still can see the link to author’s page in source. How can i get rid of it?
I can see it in this container <div class=”td-author-name vcard author” style=”display: none”><span class=”fn”>sitename</span></div>
-
This reply was modified 8 years by
paulberrow.
-
This reply was modified 8 years by
paulberrow.
-
This reply was modified 8 years by
paulberrow.
Hi,
@paulberrow That is the author box displayed in the post pages. You can disable that as well if you want, in the theme panel
– https://www.screencast.com/t/Lh8TryRAU0b
Thanks
The thing is i’ve done it already and the author box is not displayed on my posts. But in the source i still can find the link to the author’s page in the container td-author-name vcard author.
How can i remove it?
Then you are using an older version of the theme. Since 8.7.4 disabling the author box in posts will remove the author meta
– https://www.screencast.com/t/lDxo2M7bVi
Before the mentioned version it will not be removed from the page source.
Yes, i’m using the older version, i can’t upgrade it as fast as you do because it changes the design and other things.
Is there a solution how to fix it with my version?
-
This reply was modified 8 years by
paulberrow.
Comment these lines of code in this file and check if the meta still appears in the page source, it should not
– https://www.screencast.com/t/exPovT1jBE