-
AuthorSearch Results
-
December 12th, 2014 at 01:33 #28646
In reply to: Nirvana slider font
Erik Eliasson
EDIT!
Sorry, i’m a little tired. This is correct ofcourse. =)
.slider-text-separator { display: none !important; visibility: hidden !important; }
December 12th, 2014 at 00:22 #28645In reply to: Nirvana slider font
Erik Eliasson
Mikael. Paste this code in “Custom CSS block” under “Miscellaneous settings” to remove the thin white line.
.slider-text-separator { display: block !important; visibility: hidden !important; }
/Erik
December 9th, 2014 at 00:16 #28573In reply to: Goggle fonts issue in Nirvana v0.9.9.10
Courtney
Hello,
I have version 1.0.0 installed. I have two websites I’m switching over to Nirvana and one of them is displaying Google Fonts correctly (www.boxwrestlefence.com/ValkyrieWMAA) and the other one is not. The one that’s not working is still just a localhost site though, might that be the problem?
December 6th, 2014 at 15:00 #28541In reply to: Chinese Icons?
Zed
Cryout Creations mastermindThey are no longer “chinese-like” characters, but now the post metas display double icons… probably due to a plugin you installed that uses the same Elusive font and same icon denominators.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.December 5th, 2014 at 20:07 #28525In reply to: Responsiveness/mobile feature doesn't work
Zed
Cryout Creations mastermindDebbie, the theme is designed to be used with a header. As you chose not to use anything in the header area (except the donation button), the header remains empty when viewer on mobile devices.
You can hide it completely with some CSS:
@media (max-width: 800px) { body #branding, body #bg_image { min-height: 0; } }
If the header area still remains (due to the invisible donation button), add this CSS as well (before the ending } )
body #header-widget-area { display: none; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.December 2nd, 2014 at 01:53 #28466In reply to: Displaying Slide on Home Page
Phoebe
I just went through this myself. If you hover over the question mark next to the “enable” setting it tells you: Go to Dashboard > Settings > Reading and set “Front page displays as” to the Your Latest Posts button. Then the presentation becomes active.
November 28th, 2014 at 17:46 #28426In reply to: Remove space top of page
Walt
That’s because it’s not padding, it’s a margin.
body {
display: block;
margin: 8px;
}If you’re using Chrome, just right click and inspect element (there’s also a similar plugin for FF called firebug). It comes in very handy when finding a specific class that controls something.
November 25th, 2014 at 22:58 #28389In reply to: Nirvana / Woocommerce
Andrew
I am having the same issue. I cannot get the left sidebar to show on the shop and product pages.
So far I have tried following woothemes suggestion @ http://docs.woothemes.com/document/third-party-custom-theme-compatibility/
***1st Try***
Copied page.php to local drive. changed name to woocommerce.php and ftp to wp-content/themes/nirvana.
Changed shop page to use Two Columns, Side bar on Left template.
Result. Shop page does not show left column and product images are gone. Everything floats to the left.***2nd Try***
Modified the woocommerce.php from:
<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other ‘pages’ on your WordPress site will use a
* different template.
*
* @package Cryout Creations
* @subpackage nirvana
* @since nirvana 0.5
*/
get_header();
if ($nirvana_frontpage==”Enable” && is_front_page() && ‘posts’ == get_option( ‘show_on_front’ )): get_template_part( ‘frontpage’ );
else :
?>
<section id=”container” class=”<?php echo nirvana_get_layout_class(); ?>”><div id=”content” role=”main”>
<?php cryout_before_content_hook(); ?><?php get_template_part( ‘content/content’, ‘page’); ?>
<?php cryout_after_content_hook(); ?>
</div><!– #content –>
<?php nirvana_get_sidebar(); ?>
</section><!– #container –><?php
endif;
get_footer();
?>to:
<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other ‘pages’ on your WordPress site will use a
* different template.
*
* @package Cryout Creations
* @subpackage nirvana
* @since nirvana 0.5
*/
get_header();
if ($nirvana_frontpage==”Enable” && is_front_page() && ‘posts’ == get_option( ‘show_on_front’ )): get_template_part( ‘frontpage’ );
else :
?>
<section id=”container” class=”<?php echo nirvana_get_layout_class(); ?>”><div id=”content” role=”main”>
<?php cryout_before_content_hook(); ?><?php woocommerce_content(); ?>
<?php cryout_after_content_hook(); ?>
</div><!– #content –>
<?php nirvana_get_sidebar(); ?>
</section><!– #container –><?php
endif;
get_footer();
?>
Now it is showing the product images but left side bar is still not visible.***3rd Try***
-Copied Two Columns, Sidebar on Left template (template-twocolumns-left.php) to local pc.
-Changed line 3 to ” * Template Name: Woocommerce, Sidebar on the Left” So it will show as a new template.
-Removed <?php get_template_part( ‘content/content’, ‘page’); ?> and used <?php woocommerce_content(); ?> instead.
-Saved as woocommerce-twocolumns-left.php and ftp to wp-content/themes/nirvana
-Changed template for shop page to Woocommerce, Sidebar on Left.
Result: Product and images are showing up but left side bar still is not.
I know I am on the right track but just not sure where to put the <?php woocommerce_content(); ?>November 22nd, 2014 at 11:43 #28345In reply to: The size of the thumbnails
hans
Running into the same problem. I am using landscape (300×200) and portrait (200×300) images. Post previews set to 300×300. Landscape displays correctly, but portrait is resized (enlarged) to 300×450. Why 450? I defined 300. Changes in post preview size are correctly applied to image width, but height settings are disregarded. I hope for a solution. Any ideas, tips, help welcome.
November 17th, 2014 at 12:32 #28265Petrol
I came upon the same problem with Nirvana theme and was afraid that would be the answer…
Could you reconsider this, though? I use “full post” with <!–more–> tag on category / archive / main page of my blog, but still use excerpts, too. Here’s why:
1) Excerpts are “picked up” by Facebook as a link description and I have to keep them really short if I want them to appear in full on Facebook.
2) Using <!–more–> gives me much more freedom – I can have relatively long “intros” to my posts, and can have them formatted: divided into short paragraphs, bullet-listed when necessary, hyperlinked (while technically it’s possible for excerpts too, I treat them as plain text, since they’re used by Facebook). Additionaly, text before <!–more–> is actually the very beginning of the article; excerpt can be just about from anywhere, it doesn’t even have to be “excerpt” at all.So, I can effectively disable excerpts on the blog (and in fact I did), but they’re still usable. Problem is, disabling excerpts disables also featured images. Of course I can insert the manually, but I then I won’t be able to change their size globally (and some time in the future I’ll probably want my main column to be wider, since display resolutions get higher and higher – and I’d have to reformat every single opening picture).
Also, there’s possibly a second aspect: Facebook may be treating featured images with higher priority when fetching the images to accompany a posted link. Now it’s a pain in the neck and I usually have to go through open graph debugger to be able to use the correct picture when posting a link to my facebook fanpage. I was hoping that using featured images would help me with it.
BTW, I couldn’t get my Google Analytics code to work whem pasting it as the theme’s “Custom javascript” (I eventually just copied it into the footer.php). I guess that the reason is that GA is actually two scripts, but the “custom javascript” feature erases all the <script> tags.
PS. Nice theme otherwise : )
November 16th, 2014 at 16:16 #28256In reply to: Display image title below image on presentation page
Kay
Cryout Creations mastermindHi guys,
In a future theme update we’ll add an option for the display of the columns’ content that will also include text shown under images. Right now it only happens on smaller screens for responsiveness reasons.
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.November 13th, 2014 at 16:26 #28213In reply to: Missing image at top of pages
Zed
Cryout Creations mastermindScott, I finally found a browser that displays that, and it appears to be a missing header background image. Do you have such an image set under Appearance > Header? Remove it and that glyph should go away.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.November 12th, 2014 at 19:45 #28189In reply to: Missing image at top of pages
Scott Whittier
Are there any graphics being displayed below the top most menu where the Facebook icon appears and above the title where “First Congregational Church, Milford NH” appears? That is where the little box appears. Also, the box looks like a broken image icon in Chrome and a simple black box with an X in it in IE. Only Firefox displays cleanly.
TIA
November 11th, 2014 at 04:22 #28172In reply to: Presentation Page won't re-enable
Pheonix
Ooooh, I figured it out.
This thread back in the beforetime had my answer.
http://www.cryoutcreations.eu/forums/t/no-presentation-page-in-multisite
To answer your question for anyone else who may be trying to fix their presentation page, under reading settings, front page displays is set to ‘your latest posts’.Thanks for existing, forum!
November 8th, 2014 at 02:21 #28119poncz
Now works well! I had to change “Reading settings” at “Front page displays” from “A static page (select below)” to “Your latest posts”. And now even I can change a number of posts at “Tempera setting” without change a number of posts at “Reading settings” and “More posts” button still works well.
BTW
How can I translate button “More posts” to my language?November 5th, 2014 at 12:58 #28090In reply to: rtl.css problem
Alex
Sorry, there is a code again
img style=”position:absolute; width:1150px; height:auto; display:block; top:-0px; left:-576px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-0px; left:-720px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-0px; left:-864px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-0px; left:-1008px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-100px; left:-576px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-100px; left:-720px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-100px; left:-864px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-100px; left:-1008px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-200px; left:-576px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
etc…
October 27th, 2014 at 20:04 #27996In reply to: Alternatives to sidebar with presentation theme
Mel Holik
I’d like to know about this too. I would dearly love to have a sidebar area with widgets display on the presenation page (right now that’s my home page). Any work-arounds for this?
October 26th, 2014 at 08:52 #27983In reply to: How do I remove the top menu
John
Got it! got it! got it!
To make the primary menu disappear you need to actually tick it on in the menus settings, and then remove whatever pages or posts you have.If you don’t have the primary menu ticked, it will automatically display by default.
October 24th, 2014 at 19:28 #27971In reply to: No presentation page in multisite
MK
Thank you for your reply, Zed. I don’t know what happened, but all is working now. I had disabled and enabled the presentation page several times to no effect, until today when suddenly I have a presentation page.
To answer your question for anyone else who may be trying to fix their presentation page, under reading settings, front page displays is set to ‘your latest posts’.
October 22nd, 2014 at 23:02 #27901In reply to: Opacity on Cryout columns
Evan
When I use this code:
.column-image-inside {display:none !important;}
It works to remove the hover effect, But I still want the entire image underneath to act as a link.
Is there a more detailed css code to insert so this happens?Thanks!
-Evan
October 16th, 2014 at 21:35 #27808In reply to: No presentation page in multisite
Zed
Cryout Creations mastermindWhat is “Your frontpage displays” set to in WordPress reading settings?
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.October 15th, 2014 at 21:37 #27776In reply to: Footer not remaining at the bottom of the page
Davide Coppola
Is nobody replying because nobody here knows how to fix this?
I noticed the same bug is in the Parabola theme, so unfortunately I have to assume this is the case.A temporary
fiximprovement can be replacing in style.css:#forbottom { clear: both; display: block; margin: 0px auto; padding: 20px 0; min-height: 400px; }
with
#forbottom { clear: both; display: block; margin: 0px auto; padding: 20px 0; min-height: 600px; }
but I still hope the designers will fix it properly in the next update.
October 14th, 2014 at 22:42 #27753In reply to: New pages doesn't appear in the main menu !
Zed
Cryout Creations mastermindIf you use a custom menu (Appearance>Menus controls penus, not widgets), you need to edit it manually to add the items you want in it.
If you unasign the menu from the main menu area, the theme will display the automatic WP menu, which lists all your pages alphabetically.If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.October 14th, 2014 at 22:33 #27751In reply to: Top menu not showing
Zed
Cryout Creations mastermindTop menu is part of the top bar (you need to enable it first).
Neither the top menu nor the footer menu are designed to display sub-menu items.If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.Zed
Cryout Creations mastermindThis is usually font-related. Change to a different font (one that supports extended character sets) to correctly display extended latin character.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.October 14th, 2014 at 22:16 #27741In reply to: Comprehensive Google Map Plugin
Zed
Cryout Creations mastermindHow is this related to the theme?
Did you define your map in the new plugin? Did you add it where it’s supposed to be displayed on?
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.October 14th, 2014 at 21:54 #27735In reply to: Presentation page & sticky post
Zed
Cryout Creations mastermindIn WordPress, 0 is an invalid post count so that value will be ignored. 1 (or anything larger) will display that many standard posts below all the sticky posts.
There is no way to display just the sticky posts without editing code.If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.October 14th, 2014 at 21:52 #27734In reply to: Issue With Responsiveness On Presentation Page
Zed
Cryout Creations mastermindThe information displayed needs to fit on the screen. This is not possible on a mobile device’s very narrow screen. So the columns re-arrange themselves (at specific widths) 2 or 1 per row.
This is intended behaviour to allow the columns to remain at an acceptable size and be readable.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.October 13th, 2014 at 17:35 #27684In reply to: compatibility with 4.0
Lady
I Just update to wordpress 4.0 and now I can’t edit any page it doesnt display content
.Thanks for your help
October 5th, 2014 at 11:37 #27566In reply to: On the phone
Dan
Angela, go to Tempura Settings and then Header Settings. The second item is Header Image — select the checkbox option for “Keep header aspect ratio”. This will make the header image responsive and it will display correctly on a mobile device.
-
AuthorSearch Results