Page 1 of 1

Typerite themes + tags plugin

Posted: Wed Apr 07, 2021 8:18 pm
by lodria
Hi!

I use a Typerite theme on a website, but I can't use the tags plugin. How could it work with this theme?

Re: Typerite themes + tags plugin

Posted: Wed Apr 07, 2021 9:00 pm
by Edi
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.

Re: Typerite themes + tags plugin

Posted: Thu Apr 08, 2021 3:37 pm
by lodria
It worked with your help. Although I can't find much for css. I'll spend some time with him..
Thanks!

Re: Typerite themes + tags plugin

Posted: Thu Apr 08, 2021 10:30 pm
by Edi
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.