the.Zedt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mantra] close the gap between menu and header image#access { margin-top: 0; }
Forum: Themes and Templates
In reply to: [Mantra] Presentation Page Not FoundYou must have disabled responsiveness from under Mantra’s Layout Settings.
Forum: Themes and Templates
In reply to: [Mantra] After update homepage text and text colour changedThis is caused by an issue in the last update.
See the temporary fix here or please wait for the next update.
Forum: Themes and Templates
In reply to: [Mantra] page column on blog posts vs static pagesAfter you set the layout to 2 columns, 1 sidebar (so it applies to the blog section), you edit all your static pages and set them to use the “One column, no sidebar” page template.
Forum: Themes and Templates
In reply to: [Mantra] Edit menu linksSee Custom Menus
Forum: Themes and Templates
In reply to: [Mantra] body imageYou will lose any changes you’ve made to that file on the next update.
Use the built-in options or a child theme for customizations.
Forum: Themes and Templates
In reply to: [Mantra] "Home" tab name changeUse a custom menu.
Forum: Themes and Templates
In reply to: [Mantra] Presentation page columnsYou’d need to edit mantra/includes/function-frontpage.php file to edit the columns links.
Inside
<div id="front-columns">
there are 4<a>
‘s (two for each column) that you need to add target=”_blank” to.All those links use # as the target. That makes WordPress consider them all link to the homepage and style them as “current page/category”.
if you’ll add proper links to the menu (pointing anywhere else except home/#), the menu will behave correctly.
Yes, don’t use the presentation page and use a slider plugin set in the “Above Widget Area” instead ??
Forum: Themes and Templates
In reply to: [Mantra] Changing font size?<span class="part1">Welcome to</span> <span class="part2">sitename</span>
Then use custom CSS to style the two spans:
#front-text2 .part1 { color: #ff0000; } #front-text2 .part2 { color: #ff0000; }
Forum: Themes and Templates
In reply to: [Mantra] Removing "pin" from picturesThere’s an option for that under Mantra’s Graphics Settings
Forum: Themes and Templates
In reply to: [Mantra] Comments disappear and reappearThe “Meta Bar” option under “Post Information Settings” controls all the post information options above it. If you set that to hide, everything above it set to show will also be hidden, including the “Post Comments Link”
Forum: Themes and Templates
In reply to: [Mantra] Using Cufon with the Mantra theme?After adding the font files needed by Cufon, the plugin should work fine with Mantra, as long as you use explicit enough declaration of tags you want to format.
For example, ‘h1’ might not work and get overwritten by Mantra’s fonts, but ‘h1.entry-title’ should work.
Use Firebug to identify the exact tags/classes combinations Mantra uses to apply font to a particular element.Forum: Themes and Templates
In reply to: [Mantra] Comments disappear and reappearI see in category listings you’ve turned off the Meta bar. That means you will not be able to see the “No Comments / X Comments / Comments are Off” buttons for each post which is inside the meta bar.
And on the post themselves I see you’re using the Disqus plugin which works fine.
I don’t see any comment form on pages, so they’re probably turned off (individually) for pages.