Remove author name & old demo sub footer content

Posted in: Newspaper
Post count: 7

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
Post count: 22421

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!

Post count: 224

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>

Post count: 20688

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

Post count: 224

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?

Post count: 20688

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.

Post count: 224

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?

Post count: 20688

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

Post count: 224

Great, it helped, thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.