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

Sidebar jumps to top and is completely broken #30

Closed
EpicLPer opened this issue Nov 24, 2016 · 5 comments
Closed

Sidebar jumps to top and is completely broken #30

EpicLPer opened this issue Nov 24, 2016 · 5 comments

Comments

@EpicLPer
Copy link

EpicLPer commented Nov 24, 2016

Am I doing something wrong here or is this a bug? I'm hosting the site on Ghost directly (for the test-period only).

I've added this to the blog header already:
<div class="sidebar-items">
<div class="fixed">
... your content fixed ...
</div>
</div>

stkern_2016-11-24_085003

@godofredoninja
Copy link
Owner

hello
how are you?

That piece of code is to add additional content in the sidebar

I could send the url of your site to be able to help you better 😃

@EpicLPer
Copy link
Author

Thanks for the reply!

Here you go: http://epiclper.ghost.io/
Also another question: How do I add the social links to the "big header portion" like you show in the screenshots? That's one of the main reasons to choose this theme ;)

@godofredoninja
Copy link
Owner

Hello Bro.

— Please remove that piece of code you added blog header.

<div class="sidebar-items">
<div class="fixed">
... your content fixed ...
</div>
</div>

You have to read the documentation so you can configure

— for social links Facebook and Twitter

To be able to add facebook and twitter.
You have to do it directly in your ghost administration

@EpicLPer
Copy link
Author

Heya,

thanks for the reply. But the documentation does nowhere say how to enable the sidebar, only how to add stuff. That said, I'm also pretty new to Ghost in general :)

@godofredoninja
Copy link
Owner

— Add your sticky content inside the sidebar ./partials/sidebar.hbs but at the end

908bd94

<!-- Add sticky content to the bottom -->
<div class="sidebar-sticky">
  <h3 class="sidebar-title">...your title sticky ...</h3>
  ... your content sticky ...
</div>

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

2 participants