• I’m testing out Harmonic and have not been able to figure out a few issues. I’ve backed up my blog (which has a few hundred posts) to a new folder and applied Harmonic here: http://2015blog.mikeklassen.net/

    With regards to the footer it looks fine on most of my blog—i.e. on pages and posts. See this post and the footer menu bar is aligned to the bottom of the page. http://2015blog.mikeklassen.net/2014/11/five-things-we-can-expect-from-visions-third-term/

    HOWEVER, when you open a Category or a Tag page the footer menu is floating near the top of the page. See: http://2015blog.mikeklassen.net/category/soapbox/

    I’ve tried to edit the CSS to no avail.

    ALSO, 2 other questions.

    First, in the Harmonic demo (https://harmonicdemo.wordpress.com/blog/) there are social icons for Facebook, Twitter & Instagram in the header. As well the name “Harmonic” is aligned to the left with the menu items on the right. How can I achieve this same appearance with my blog name on the left with the icons? Are there more (i.e. LinkedIn, YouTube, etc) available too?

    Second, I’m wondering if there is a simple way to hide the Feature Image in the post? When I import from another site I use a plugin to set the feature image for every post. Some themes have an option within the post editor to display or not display the feature image within the post. I cannot find a simple way to address this with Harmonic.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    I’ve tried to reproduce this and was unable to on an un-modificationed version of Harmonic. I notice that you have removed the fixed position for #colophon, which causes this issue on Portfolio pages, and apparently also on category and tag pages.

    What you could do, at least temporarily would be to set the footer back to fixed for the categories and tags pages with the following CSS.

    .category #colophon, .tag #colophon {
        bottom: 0;
        position: fixed;
        width: 100%;
    }

    I’ll run this past the developers and see if something can be done about this.

    Thread Starter kino500

    (@kino500)

    Thanks, I appreciate the response.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    You are welcome.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Harmonic Theme questions/issues’ is closed to new replies.