Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Categories don't appear #5

Open
kalimba666 opened this issue May 19, 2020 · 0 comments
Open

Categories don't appear #5

kalimba666 opened this issue May 19, 2020 · 0 comments

Comments

@kalimba666
Copy link

kalimba666 commented May 19, 2020

I am using your theme and WP to bludit importer plugin.

The imports work well, but categories doesn't appear in the topbar as shown in the example screenshots.

Also, I want to add the logo in full length / width in the top bar or as a replacement in the header (instead of the h1/h2 headline (=name of the website). But if I do so, locally it is, topbar logo disappears.

I also tried this code snippet in the top bar, you find the snippet on the website:
https://planet-bludit.ch/snippets/kategorien
but whole page disappears except top bar.
The categories should appear instead of "stories".

I also want to hae static websites appear in the footer and I try to place the code
<?php foreach ($staticContent as $staticPage): ?> <li class="nav-item <?php echo (($url->slug()==$staticPage->slug())?'active':'') ?>"> <a class="nav-link" href="<?php echo $staticPage->permalink(); ?>"><?php echo $staticPage->title(); ?></a> <?php endforeach ?>
from top bar in the p-section with the pull-left. Doesn't appear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant