thezedt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Nirvana] SEO Title gone since last updateThat issues is fixed in update 1.0.0.
Forum: Themes and Templates
In reply to: [Nirvana] No SEO TitleThat was indeed a bug and it’s fixed in update 1.0.0.
Forum: Themes and Templates
In reply to: [Nirvana] How to disable/remove 'RESET TO DEFAULT' button ?You can remove it from the admin/main.php file (either by deleting HTML or adding CSS to hide it), but it will be restored on every update.
But why do you wish to remove it? You can create an export file to keep a backup of your settings if you’re afraid someone else with access to the site may use it to reset things.
Forum: Themes and Templates
In reply to: [Nirvana] Crazy behavior on presentation pageCaleb, Nirvana automatically moves the column texts below the columns on smaller screens. This is part of responsiveness.
However, on your site this is incorrectly triggered by a plugin which adds the “mobile” class to the site body tag; this class enables some special responsive rules only meant for large tablets.journalt, as Andrew said, a link would do wonders to debugging.
Forum: Themes and Templates
In reply to: [Nirvana] Presentation page photosAll you see there is sample content, and everything is editable in the theme settings (Appearance > Nirvana Settings > Presentation Page).
Those images are added the same way as the text next to them and are part of the text.
Forum: Themes and Templates
In reply to: [Nirvana] Buttons shortcodeIf you’re referring to WordPress’ “read more”, that one has always been
<!--more-->
http://en.support.wordpress.com/splitting-content/more-tag/Nirvana doesn’t provide any shortcodes.
Forum: Themes and Templates
In reply to: [Nirvana] Google Fonts for cyrillyc words not workingUse the “Google Font” fields in the theme settings and define the subset next to the font names:
FontName&subset=cyrillicThe theme fonts don’t include extender character sets.
Forum: Themes and Templates
In reply to: [Nirvana] Remove sliderNot without editing files.
Disable the presentation page and use a static page for the homepage in which you can add any slider you want.
Forum: Themes and Templates
In reply to: [Nirvana] rtl suppurtThere is no option for RTL support. Use a RTL WordPress and the theme will automatically switch to RTL.
Forum: Themes and Templates
In reply to: [Nirvana] Remove blog articles from home pageYou can find an option for this in the theme options: Appearance > Nirvana Settings > Presentation Page > Show Posts…
Forum: Plugins
In reply to: [WP Hide Post] Plugin not working on posts pageis_front_page() and is_home() return different results depending on who is displaying your posts list (the “homepage” or the “blog page”).
That’s why one works for some while the other for others.
Changing toreturn is_home() || is_front_page()
will match both cases (but may match too much).
See http://codex.wordpress.org/Function_Reference/is_home for reference.
Forum: Themes and Templates
In reply to: [Nirvana] How to get ride ofIt may be top bar, or it may be the header area itself.
If you don’t use a title/logo/header image, you’ll need to reduce the header height to 0 (Nirvana Settings > Header Settings > “Header Height”).
Forum: Themes and Templates
In reply to: [Nirvana] Unable to use Presentation PageHi.
Our themes don’t use (and we do not test them with) Page Builder.
Page Builder should work correctly with all standard pages, however you cannot use it to add/define content for the theme’s special presentation page.
Place the greenbutton class on the a, not the div and adjust the CSS accordingly.
Forum: Themes and Templates
In reply to: [Tempera] metaUse a SEO plugin for that.