-
AuthorSearch Results
-
December 20th, 2014 at 02:55 #28751
In reply to: presentation page center text on slider
Annette
I tried that and it didn’t work. Any suggestions?
December 19th, 2014 at 06:35 #28739In reply to: Responsive Menu not visible
Mulli
Menu is not responsive with Tempera theme.
Any idea why?
The only media query that I see is:
media=”all”
@media (max-width: 800px)
body {
-webkit-text-size-adjust: 100%; /* which I believe is only for iphone */
}December 17th, 2014 at 07:01 #28712In reply to: Goggle fonts issue in Nirvana v0.9.9.10
JJ
I am using version 1.0.0 and my Google fonts were not showing up. I looked through the source code of my web pages and noticed the Google font names are surrounded by quotation mark entities rather than actual quotation marks. Looking through the fonts section of the includes/custom-styles.php script, I saw the font name variables are being put through the esc_html function, which I figured must be replacing all quotation marks with entities. The 0.9.9 version code shared by Andrew Voytas does not include the esc_html function in the fonts section.
One solution would be to remove all instances of the esc_html function from the custom-styles.php fonts section. However, since I don’t like to mess with original theme files, I instead repeated all the font style lines in the style.css file of my Nirvana child theme. That way, I don’t lose my fixes upon updating the theme.
December 16th, 2014 at 13:44 #28696In reply to: Presentation Page questions
Gabriele
hi, i’m experiencing the same issue: iv put a custom table i nthe first text box but there is too much white space above and below it. i tried things like
/* Nirvana Custom CSS */
#pp-afterslider {
margin-bottom: 1px;
margin-top: 1px;
}
#front-text3 {
margin-bottom: 1px;
margin-top: 1px;
}
#front-columns h3 {
margin-bottom: 1px;
margin-top: 1px;
}
#front-columns column1 {
margin-bottom: 1px;
margin-top: 1px;
}
#pp-texttop {
margin-bottom: 1px;
margin-top: 1px;
}
#pp-texttop h3 {
margin-bottom: 1px;
margin-top: 1px;
}no changes
thanks
December 15th, 2014 at 15:11 #28677In reply to: Font and Text Size issues on regular page.
Walt
What you sarcastically call being a “reputable critic” is what I call over 16 years of web design experience.
December 11th, 2014 at 04:33 #28633In reply to: Bug in presentation page?
Kat
I have created a few category pages. On each category page, the last blog post of that category is visible but you have to either hit the page numbers at the bottom (if I have that enabled) or hit earlier posts. Is it possible to have several posts visible on the category pages? Or even on the blog page?
Thanks,
Kat
December 9th, 2014 at 12:42 #28579In reply to: Colors Won't Change
Chukwuma
The parabola theme changed completely days after I finished designing the site. The color schemes changed on its own,and I have tried endlessly to change the colors back to what I want but it wont change. What could be the problem with the theme? the website is http://www.3keys-unicorn.com
December 9th, 2014 at 01:14 #28575In reply to: Cannot change social icon color
ERIC KOCHIS
I have spent 3 hours and figured it out.
1) Go to the editor of the theme and edit the following php files
admin/main.php
Add these lines to be similar to the ones above it. Then change the number 5 to 6
add_settings_field(‘mantra_socials6’, __(‘Link nr. 6′,’mantra’) , ‘cryout_setting_socials6_fn’, __FILE__, ‘socials_section’);admin/settings.php
Again you need to follow the set of code as above and just add another set of lines similar to above
The only difference is the new set of lines should have social6 and array 11
// TEXTBOX – Name: ma_options[social6]
function cryout_setting_socials6_fn() {
cryout_setting_social_master(11);
}Next you need to increase the array count to 11 to match what you just added
includes/theme-functions.php)
* Social icons function change 9 to 11
for ($i=1; $i<=11; $i+=2) {That’s it you are ready to add another icon!
If you want to add a new icon not listed like I did you need to icon to be small and of PNG type.
Then you need to either SFTP or copy the file over to the following folder
/home/shut2337764649/html/wp-content/themes/mantra/images/socialsThen go to this page and add the file name to the last position of the string. This took a while to figure out that you can’t just add it alphabetically.
(admin/sanitize.php)
$socialNetworks = array (“Amazon”, “Delicious”, “DeviantArt”, “Digg”, “Etsy”, “Facebook”, “Flickr”, “Google”, “GoodReads”, “GooglePlus”, “IMDb”, “Instagram”, “LastFM”, “LinkedIn”, “Mail”, “MySpace”, “Picasa”, “Pinterest”, “Reddit”, “RSS”, “Skype”, “Steam”, “SoundCloud”, “StumbleUpon”, “Technorati”, “Tumblr”, “Twitch”, “Twitter”, “Vimeo”, “VK”, “WordPress”, “Xing”, “Yahoo”, “Yelp”, “YouTube”, “Put new file here” );
Have fun
December 9th, 2014 at 00:54 #28574Robert O’Leary
Hi Again, I deactivated all plugin and tried other themes and still I have the same issues. I have an option with one of the plug-ins to have a desktop and mobile version. With the mobile version toggled, I just get a “404 Not Found Screen”. Help!
RobertDecember 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:18 #28546Zed
Cryout Creations mastermindThe presentation page can (for now) only replace the homepage. It is not a page template to be applied to any other page.
You can very easily control your menu appearance by using custom menus: (1), (2).The menu alignment works fine in my tests (the reverse order for multiline is an expected side effect, that’s why the two options are separate; the first right alignment only works for single line menus).
Does your menu stay left when selecting right even if the menu is a single line/row?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 23:36 #28531In reply to: Show Left Sidebar on Woocommerce Pages
Andrew Voytas
No Frank that will not work. It will only work with the Nirvana theme. I basically just copied the left side bar page template from the themes folder then added the woo commerce content in the middle of it. Your theme templates will be different.
This is Cryout Creations content
<?php cryout_before_content_hook(); ?>This is Woocommerce’s’s (LOL) content
<?php woocommerce_content(); ?>This is Cryout Creations content
<?php cryout_after_content_hook(); ?>December 5th, 2014 at 23:01 #28529In reply to: The size of the thumbnails
hans
Just for clarification. I am using preview images scaled to 200×300 (portrait) and 300×200 (landscape). I have set the theme’s post preview size to 300×300. Landscape previews are shown correctly, 300 wide and 200 high. But portrait previews are resized from 200 wide to 300 wide, resulting in a height that is 450 instead of 300. With such a difference in portrait and landscape image sizes the blog looks odd. I am not looking for a resize and crop to 300×300, but for a long side being 300, like the theme correctly does for landscape. At best with a placeholder for the empty areas to align the text between landsape and portrait blog entries horizontally. Am I doing it wrong? The theme I first tried (suits) at least shows the image size as expected, with a long side of 300 for both landscape and portrait. But it is by far not as good as your theme.
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 5th, 2014 at 19:50 #28522In reply to: Layout changes
Zed
Cryout Creations mastermindCheck your plugins. You have at least one that’s poorly written as it loads its scripting all over the dashboard, including the theme’s settings page (affecting the colour fields).
Pinpoint which one it is (by alternatively enabling/disabling them) and re-saving theme settings to check that the # signs are back in the colour fields.
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 18:58 #28512In reply to: Settings inaccessible with update to WP tonight
Zed
Cryout Creations mastermindPlease follow the quick debug guide:
http://www.cryoutcreations.eu/forums/t/minimal-step-by-step-tutorial-for-debugging-bugsissuesincompatibilitiesIf 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 03:07 #28507In reply to: Presentation Page questions
Yona Burdge
Hello, I have the same problem with white space between the text area and the title of the columns section on presentation page. I have tried the custom css with no change. Any other ideas? Thanks
December 4th, 2014 at 08:16 #28496In reply to: Displaying Slide on Home Page
Cathie B
I am having trouble with the slider. If I nominate ‘latest posts’ in the slider setting and then publish those posts with a featured image and tick the category as slider they load just fine. But I don’t want the latest post I want just 3 specific posts to remain in the slider. When I choose ‘Specific Posts’ in the slider settings it asks me for the post ID separated by a comma. I don’t know what the post ID is and so I cannot get the slider to appear. How do I load my 3 specific posts into the slider? Thanks Cathie.
December 3rd, 2014 at 22:36 #28493In reply to: Bug in presentation page?
Shahinur
Hi all,
what we are experiencing in the slider, I just found a solution which is work for me. I thought this would be a temporary solution for all of us.
1. Go NIRVANA settings> Presentation page> Slides
2. Now from the Slides content: drop-down, select Custom slides
3. Here you can add upto 5 slides or if you need less( assuming 3 slides) than just remove all the text and links along with the # sign in link textbox. they will appear only 3 slides.
4. now in Slide 1 section for Image, select the image file by clicking select/upload
5. for Title , just copy paste the post tile
6. for Text , copy paste the words (like 30 or 50 words) from your targeted post which will show as excerpt.
7. for Link (link will use as read more) , remove the (#) sign and paste the targetted post page link from the browser address bar.
8. and save and you are done!Thanks all !!
December 2nd, 2014 at 05:31 #28467In reply to: Goggle fonts issue in Nirvana v0.9.9.10
Andrew Voytas
I ran into the same issue. I just copied the fonts section of the php from version 0.9.9 and mine is working for me. I put the code below.
<?php ////////// FONTS ////////// $nirvana_googlefont = str_replace('+',' ',preg_replace('/[:&].*/','',$nirvana_googlefont)); $nirvana_googlefonttitle = str_replace('+',' ',preg_replace('/[:&].*/','',$nirvana_googlefonttitle)); $nirvana_googlefontside = str_replace('+',' ',preg_replace('/[:&].*/','',$nirvana_googlefontside)); $nirvana_googlefontwidget = str_replace('+',' ',preg_replace('/[:&].*/','',$nirvana_googlefontwidget)); $nirvana_headingsgooglefont = str_replace('+',' ',preg_replace('/[:&].*/','',$nirvana_headingsgooglefont)); $nirvana_sitetitlegooglefont = str_replace('+',' ',preg_replace('/[:&].*/','',$nirvana_sitetitlegooglefont)); $nirvana_menugooglefont = str_replace('+',' ',preg_replace('/[:&].*/','',$nirvana_menugooglefont)); ?> body { font-family: <?php echo ((!$nirvana_googlefont)?$nirvana_fontfamily:"\"$nirvana_googlefont\""); ?>; } #content h1.entry-title a, #content h2.entry-title a, #content h1.entry-title , #content h2.entry-title { font-family: <?php echo ((!$nirvana_googlefonttitle)?(($nirvana_fonttitle == 'General Font')?'inherit':$nirvana_fonttitle):"\"$nirvana_googlefonttitle\""); ?>; } .widget-title, .widget-title a { line-height: normal; font-family: <?php echo ((!$nirvana_googlefontside)?(($nirvana_fontside == 'General Font')?'inherit':$nirvana_fontside):"\"$nirvana_googlefontside\""); ?>; } .widget-container, .widget-container a { font-family: <?php echo ((!$nirvana_googlefontwidget)?(($nirvana_fontwidget == 'General Font')?'inherit':$nirvana_fontwidget):"\"$nirvana_googlefontwidget\""); ?>; } .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, #comments #reply-title, .nivo-caption h2, #front-text1 h1, #front-text2 h1, .column-header-image { font-family: <?php echo ((!$nirvana_headingsgooglefont)?(($nirvana_headingsfont == 'General Font')?'inherit':$nirvana_headingsfont):"\"$nirvana_headingsgooglefont\""); ?>; } #site-title span a { font-family: <?php echo ((!$nirvana_sitetitlegooglefont)?(($nirvana_sitetitlefont == 'General Font')?'inherit':$nirvana_sitetitlefont):"\"$nirvana_sitetitlegooglefont\""); ?>; } #access ul li a, #access ul li a span { font-family: <?php echo ((!$nirvana_menugooglefont)?(($nirvana_menufont == 'General Font')?'inherit':$nirvana_menufont):"\"$nirvana_menugooglefont\""); ?>; } <?phpDecember 1st, 2014 at 21:46 #28463In reply to: Show Left Sidebar on Woocommerce Pages
Frank Kuijpers
Hi Andrew,
sorry to bother you. Seems I would like to achieve what you did. Have a left-sidebar on my shop page.
I am still putting things together, so it is not “done” yet ( by far)Question I have for you is:
I am on a Woo Canvas theme, so what you did should work there as well right? ( before I mess things up)
-There is a woocommerce.php in my woocommerce pluging folder…should I modify that one with the code you provided , or?
Thanks for helping put
November 28th, 2014 at 17:51 #28427In reply to: Remove Page Buttons
Walt
I think this piece of code in header.php controls that:
<nav id=”access” role=”navigation”>
<?php cryout_access_hook();?>
</nav><!– #access –>November 27th, 2014 at 08:37 #28409In reply to: Remove space top of page
Garrett
Im having the same issue and I see nobody cared to respond to this so ill try, I have major issues with this, I have tried changing padding to multiple css, and still cant figure out how to remove that pesky white space where the page titles used to be. I am using a child theme as well.
November 26th, 2014 at 04:21 #28394In reply to: Nirvana / Woocommerce
Andrew
I figured it out with help from http://www.cryoutcreations.eu/wp_super_faq/e5-is-parabola-compatible-with-woocommerce. I didn’t use the css or functions.php files. I also modified the woocommerce.php file slightly. This allows the left side bar to show on the woo commerce pages. It will only work to show LEFT side bar.
1. create file called woocommerce.php
2. add the below text.
3. Save
4. FTP to /wp-content/themes/nirvana
5. Change shop page template to Two Columns, Sidebar on Left
6. Refresh your shop page.<?php /*
* Template Name: Woocommerce Left Side Bar
*
* @package Cryout Creations
* @subpackage nirvana
* @since nirvana 0.5
*/
get_header(); ?>
<section id=”container” class=”two-columns-left”><div id=”content” role=”main”>
<?php cryout_before_content_hook(); ?> <?php woocommerce_content(); ?> <?php cryout_after_content_hook(); ?>
</div><!– #content –>
<?php get_sidebar(‘left’); ?>
</section><!– #container –>
<?php get_footer(); ?>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 25th, 2014 at 12:42 #28383In reply to: Bug in presentation page?
Sharon
Same problem. Since the last update I’ve lost the excerpt text in my featured images on the presentation page. The title over each image has dropped down followed by …
How do I get the excerpt back? Any ideas?
(I’ve forced refreshed and emptied the cache)November 24th, 2014 at 01:44 #28369In reply to: Where are the built-in color schemes?
Lisa Nicholas
Alright, I found them under Miscellaneous Settings > Import/Export Setting > Color Schemes. Maybe this should be a little easier to find? Perhaps, say, under the Color Settings tab, to give the option of either a pre-configured color scheme or customized one element at a time.
November 23rd, 2014 at 22:07 #28365In reply to: Chinese Icons?
Marleen
I am sorry….for this late reaction. Didn’t see your reaction before…
you can see my website on http://ikfietsvooralpedhuzes.nl
You can see the strange icons for example at the metadata of the blog-content And at the submit button of the search bar.
I am an autodidact and farely new to webdesign, so I am not so good at understanding the webdesign terminology, so please keep it simple 😉
Thank you for all the help..
November 22nd, 2014 at 14:48 #28348In reply to: Erreur : Missing required field
Valérie
My home page had no title that’s why the “Missing required field “entry-title”” error was still present. Now everything work fine !
November 22nd, 2014 at 14:39 #28347In reply to: Comments Not Showing
ejumag
And i allready tried the tutorial from here for Nirvana:
the comments are still showing
-
AuthorSearch Results