Typerite themes + tags plugin

Post Reply
lodria
Master Bludit
Posts: 151
Joined: Wed Jan 29, 2020 8:32 pm
Has thanked: 27 times
Been thanked: 10 times

Hi!

I use a Typerite theme on a website, but I can't use the tags plugin. How could it work with this theme?
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Typerite has no template sidebar.php.

But you can add the following to the file index.php in the directory /bl-themes/typerite-1.1:

Code: Select all

<?php Theme::plugins('siteSidebar') ?>
For example before <ul class="header__social"> or after <footer class="s-footer">.

Then style it with some CSS.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
lodria
Master Bludit
Posts: 151
Joined: Wed Jan 29, 2020 8:32 pm
Has thanked: 27 times
Been thanked: 10 times

It worked with your help. Although I can't find much for css. I'll spend some time with him..
Thanks!
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

lodria wrote: Thu Apr 08, 2021 3:37 pm I can't find much for css.
You can place it in a div with your own class.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply