Your sites Log in Sign up Menu

Blog template

questions tagged ‘Blog template’

Issue with position of headers on the Blog template

When using the Blog tempate and viewing a single entry, the <h5> elements for Tags, Date, Next, and Previously all appear on top of each other in the top left of the page. Looking through the CSS, it appears that .label-left h5 is set to position:absolute, which explains the behavior. Adding position:relative to the CSS rules for .label-left ensures that the parent element of the <h5> is set to relative, which fixes the issue with their absolute positioning.

Centering navigation on Blog template on mobile only?

I'm using a forked version of the Blog template for Tangible Life. I like the desktop layout with left and right justified elements, but they look odd on mobile size classes. How can I achieve a centered blog title, then Pages and Search/RSS icons centered below that on mobile only?

How to make the blog title clickable?

For my blog I would like to make the title of the post on the page clickable – for example if you click the blog heading / title of the Welcome post it takes you to the post as well / like when you click the date at the bottom of each post. I forked the template 'Blog' but not sure where I am looking to achieve this for every post going forwards? Overall where in the 'Blog' Template do I look to make every post heading clickable on the main page of my site like the date does and what code do I need to input where in the template?

Having problem centering logo?

Although the logo is centered when i click "preview", when the website is fully published it is still stuck on the left corner. Live Website What I see on preview

Remove "Links to this post"?

At the bottom of the default template, on some pages there is a "Links to this post" block. How does one remove this?

Helper functions documentation?

I see there is a {{#is}} used in the entries.html for the blog template. Is there a list of these "helper" functions somewhere?

Combining Blog & Album

Is there a way to combine two themes to have two types of posts? I’m running a blog (based on an older blog template) but I’d also like to show photos (or photo albums) akin to the Portfolio template. Is there a straightforward way to accomplish this?

Make navigation visible on mobile?

I've just switched to the Blog theme and like it quite a bit. Just one problem: The navigation bar isn't completely visible on mobile & my title (which, to be fair, is too long) partially hides the content. See here. Is there any quick CSS tweak to achieve something similar to how my old theme worked, putting the title on top & the navigation links in several rows below as needed? See here to see what I mean.