thezedt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tempera] Breadcumbs add link to tagThanks for pointing that out, robgon1971.
This correction will be included in the next update.Forum: Themes and Templates
In reply to: [Tempera] Font's not working in FF & IETry to disable JS minification in W3 Total Cache (if it’s enabled) and see if that solves anything.
Forum: Themes and Templates
In reply to: [Tempera] Tempera 1.0.1.1 update broke a lot of stylesThis should not happen. Could you post a link to your site?
Forum: Themes and Templates
In reply to: [Parabola] links grayed out on posts and pagesThis has nothing to do with the theme as it’s WordPress functionality.
You need to first select the text you want to transform into a link, and then the toolbar buttons will become active and work.
Forum: Themes and Templates
In reply to: [Parabola] Post Formats in Parabola ThemeCustom post type are support and are displayed slightly different.
See the theme demo.You should ask Yoast about this, since it’s a notice you get from the plugin, not from the theme.
Forum: Themes and Templates
In reply to: [Mantra] Hiding tags in postMantra has an option controlling this in the theme settings (under Graphics).
Forum: Themes and Templates
In reply to: [Tempera] Columned WidgetsThe 6 initial columns are sample content and will disappear when you start adding your own content.
Go to Appearance > Widgets, drag the Cryout Column widget to the Presentation Page Columns area and start adding your content.
Forum: Themes and Templates
In reply to: [Tempera] Banner Picture Help- Tempera ThemeSince the :not CSS selector is not fully supported, it’s safer to hide the header image (I assume this is what you’re referring to) everywhere and display it back only on the homepage:
body #bg_image { display: none; } body.home #bg_image { display: block; }Forum: Themes and Templates
In reply to: [Tempera] add zip search to main menuYou can easily add the form HTML via a widget, but you need to be comfortable with CSS to correctly place and format that HTML in the header area.
Forum: Themes and Templates
In reply to: [Tempera] Widgets?I don’t think WordPress imposes a limit on the number of widgets. Most likely the limit is caused by the amount of variables PHP can save and its memory limit available for processing those widgets on the frontend.
Forum: Themes and Templates
In reply to: [Mantra] broken posts in slideshow with WP 3.8It seems you eventually solved this.
Forum: Themes and Templates
In reply to: [Mantra] Screen changingDisable “Responsiveness” under layout (in theme settings) if you want the site to always be rendered at its full size.
Forum: Themes and Templates
In reply to: [Parabola] How to add new homepage and change presentation pageThis is not possible. The presentation page can only be used as the ‘homepage’.
Forum: Themes and Templates
In reply to: [Parabola] Scroller on presentation page not loading.You may have a Javascript error. Disable all plugins then re-enable them one by one or use the browser’s development tools to find out what causes this.