Mantra 1.7.5 and socials

Mantra 1.7.5 is a pretty small update that mostly fixes a few bugs still left over by 1.7.4 . So it’s like patching a patch.

We also added 1 more social link ( to a total of 5), made the social icons smaller so they look much better and now really fit our theme. We also added 3 more social ‘areas’ where the social icons can appear. So now you can have your social icons appear in the header, under the menu to the left or to the right and in the footer (even smaller icons here).

That’s about it. We’re currently working on 1.7.6 for another few small options like removing the text shadows and  customizing header padding.

Mantra is a clean, highly customizable and totally free WordPress theme. For more info check out the theme's page.

31 Comments

  1. Hi. For the center aligning problem. Paste the following code in you Custom CSS field:

    #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    margin-left:0;
    padding-left:o;
    }

    As for the spacing, if you wanna add a new line you should switch to HTML edititing while editing your post or page and add:
    < br />
    where you want to add an extra line

  2. Hi there

    I’m trying to figure out what I may have done wrong. I have a page on the website, where everything is supposed to be centered on the page. However the titles of the organization’s officers are slightly offset from the names below. The other problem is that I can’t seem to add a space to separate the various people. I add it in, and when I save it, it disappears. Here is the site: http://santx.org/officers-and-board-members-2012/

    Thanks for any suggestions. I am new at websites, so if this is a stupid mistake on my part, I apologize in advance.

  3. Hello,
    Mantra is a great theme. I tried to integrate v slider in this flexible theme (above the official theme header) but there is a space between v slider and the original header. It would be nice if the next version will have slider integration.
    Many thanks, M

  4. I noticed now that even if I have the settings enabled to hide the post time, author, category, etc. everything still shows. Is this something that changed recently? It wasn’t that way before. I like to have the date enabled but not the time.

    Thank you
    Matt

    1. We’ve found the bug. Thanks a lot for the feedback. The 1.7.7 will be the version that fixes is.
      Until then if you wanna hide the time you can paste in your Custom CSS field the following code:

      .entry-meta .entry-time {
      display: none;
      }

  5. My wife’s blog is having issues as of recently and I cannot figure out how to fix it. We have Mantra 1.7.5 installed. Some posts will put the featured image up below the header zoomed in. Not sure why, but it only happens on some posts.

    Here it is happening:
    http://www.likeitorlurvit.com/2012/02/14/vd-was-it-good-for-you/

    Here it is not:
    http://www.likeitorlurvit.com/2012/02/13/i-got-to-interview-a-werewolf/

    Then here it is again:
    http://www.likeitorlurvit.com/2012/02/08/this-is-what-happened-at-the-salon/

    All 3 posts have the same layout, same settings, same gallery options. Just not sure why one works and two don’t as far as the post goes. This obviously just started happening recently. Prior to the 2 out of 3 here, it had not happened. Any ideas or suggestions? If I remove the featured image, it goes away, though then the front page looks odd.

  6. Hey there.
    I got a problem with the width of the columns.
    I got the option of sidebar on the left side but i only need it on one page, the problem being that on all other pages the text is in the middle of the screen while it should be on the left of the page. is there any way to fix this ? (i think i didn’t have the problem on 1.7.4 but im not sure)

  7. hi,

    How can i set a custom header image, I don’t want the full size image. Its difficult to set it in header.php file. I want 450×90 header image but layout option force to use the full header image of 970px.

    1. You could make the rest of the image transparent. This is usual behavior. Other than that you have to modify functions.php but that could get troublesome.
      We are implementing a custom header width option but when it will be available we do not know.

  8. Thanks for the great work. I just donated to you 😀

    Can you please look into SyntaxHighlighter Evolved compatibility please? The CSS styles aren’t showing up.

    Many thanks 😀

This article is closed to new comments.