-
AuthorSearch Results
-
October 14th, 2014 at 22:16 #27741
In 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.
September 25th, 2014 at 12:09 #27410In reply to: Presentation page option missing
Kay
Cryout Creations mastermindWhat are your settings under Presentation Page Settings and what did you select under ‘Front Page displays’ in WordPress >> Reading? Make sure ‘Your latest posts’ is selected there and that the Presentation Page is enabled.
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.September 18th, 2014 at 10:56 #27243In reply to: Settings Not Available
Paul
I have reproduced this error:
Env:
WP 4.0 (clean install on linux)
Nirvana 0.9.5.1 (taken from SVN a few hours after checkin!)Reproduce:
In any browser (IE11 or Chrome 39.0.2159.4 canary (64-bit) or normal Chrome release)
Open WP admin
Install Nirvana and activate style
Go to Appearance/Nirvana Settings
The settings page is shown but the accordion will not work (nothing expands)Diagnosis:
[A similar issue has been raised on Parabola http://www.cryoutcreations.eu/forums/t/a-problem-with-your-wordpress-jquery-library that has very similar code to Nirvana]In this case there is an error on the admin.js script (I think caused by something not loading correctly) where wp is defined but wp.media is not – so you are reading through a null reference.
_orig_send_attachment = wp.media.editor.send.attachment
Hack:
I have proven this to be the issue because I took this whole function out of the jQuery.ready function and now the settings accordion works and I can actually set things!This is NOT the correct fix but I offer it as the only way I can get it working. Over to you guys to correct properly as only you can!
Many thanks for a great theme!
jQuery(document).ready(function() {
var uploadparent = 0;
function media_upload( button_class) {
// var _custom_media = true,
// _orig_send_attachment = wp.media.editor.send.attachment;
// jQuery(‘body’).on(‘click’,button_class, function(e) {
// uploadparent = jQuery(this).closest(‘div’);
// var button_id =’#’+jQuery(this).attr(‘id’);
// /* console.log(button_id); */
// var self = jQuery(button_id);
// var send_attachment_bkp = wp.media.editor.send.attachment;
// var button = jQuery(button_id);
// var id = button.attr(‘id’).replace(‘_button’, ”);
// _custom_media = true;
// wp.media.editor.send.attachment = function(props, attachment){
// if ( _custom_media ) {
// jQuery(‘.custom_media_id’).val(attachment.id);
// uploadparent.find(‘.slideimages’).val(attachment.url);
// uploadparent.find(‘.imagebox’).attr(‘src’,attachment.url);
// jQuery(‘.custom_media_image’).attr(‘src’,attachment.url).css(‘display’,’block’);
// } else {
// return _orig_send_attachment.apply( button_id, [props, attachment] );
// }
// }
// wp.media.editor.open(button);
// return false;
// });
}September 14th, 2014 at 07:00 #27189In reply to: Different Posts to different pages
Reena
Why don’t you try adding all your nutrition tips, recipes posts under a particular category Like ‘Nutrition Tips’ & Add this category through Dashboard->Appearance->Menu.
Oce you go to the menu, select your specific category from the left side and add it as main menu item or sub menu as you wish. It’ll display information only about your specific categorySeptember 10th, 2014 at 17:16 #27156In reply to: Removing excerpts from mantra slider control
Kay
Cryout Creations mastermindHi!
If you mean the slider caption, then add this code to the Custom CSS area under Miscellaneous settings:
.theme-default .nivo-caption {display: none !important;}
Good luck!
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.September 9th, 2014 at 17:36 #27127In reply to: Opacity on Cryout columns
Kay
Cryout Creations mastermindHi Vanessa,
If you don’t need the hover effect at all, just add this code:
.column-image-inside {display:none !important;}
Just paste it at the bottom of the Custom CSS area.
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.September 9th, 2014 at 13:57 #27114In reply to: Adding header background image to all pages
Suzie
I checked my Header settings and my header logo that I have uploaded displays across all pages but the background that I have added only displays on the front page. I would like for this line of custom CSS
background: url(wp-content/uploads/2014/08/diamond_upholstery1.png) repeat;
to display acorss all pages. I am talking about the diamond shapes that display behind my logo. I tried using .page-id 234 in front of that code and no luck. The bottom border displays but not that background image. Can you tell me where I am going wrong? Thanks so much!September 8th, 2014 at 09:27 #27102Murat Asal
This is how my CSS file looks like
____________________________________
/* Caption styles */
.nivo-caption {
position:absolute;
right:60px;
bottom:60px;
width:43%;
z-index:8;
padding: 10px;
filter:alpha(opacity=8);
opacity: 0.8;
overflow: hidden;
display: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}
.nivo-caption h2 {
margin-bottom:10px;
font-size:24px;
line-height:30px;
padding:5px 10px 15px 5px;
border-bottom:1px solid #444;
font-weight:normal;
text-align:right;
}.slide-text {
padding-left:20px;
text-align:right;
padding-right:10px;
font-size:14px;
line-height:1.5em;
}Murat Asal
September 5th, 2014 at 18:42 #27084Arnouville et son Passe
hi,
in Style.css,
nivo-caption { border-radius: 0; bottom: 60px; box-sizing: border-box; display: none; opacity: 0.8; overflow: hidden; padding: 10px; position: absolute; right: 60px; width: 43%; z-index: 8; } .nivo-caption h2 { border-bottom: 1px solid #444; font-size: 24px; font-weight: normal; line-height: 30px; margin-bottom: 10px; padding: 5px 10px 15px 5px; text-align: right; } .slide-text { font-size: 14px; line-height: 1.5em; padding-left: 20px; padding-right: 10px; text-align: right; }September 3rd, 2014 at 15:36 #27061Johanna Ouwerling
Hi Jan,
I wanted it to be black, so I added this to the Tempera otptions under miscallenous ettings:
#access > .menu > ul > li:hover > a {
top:20px;
background-color: #000000;
}#access ul li {
position:relative;
display:block;
float:left;
white-space: nowrap;
border-top: 1px solid black;
}September 3rd, 2014 at 10:34 #27056In reply to: Header gone!
leo
I missed one thing: It’s disappeared only on the presentation page. It displays normally anywhere else.
August 30th, 2014 at 18:18 #27014In reply to: "Error Establishing a Database Connection"
Donna
Hi Kay,
Thanks. I got it. I just set the presentation page to display only the first two posts and the rest will just be displayed on the blog page…I finally figured it out! LOL π
Take care,
Peace,
DonnaAugust 29th, 2014 at 03:21 #26973In reply to: Missing styling at posts on Presentation Page
Adam the Fish
You have two options! Both require you go to your Nirvana theme settings and click “post excerpt settings”.
From there, you can do one of two things:- Change “Home Page” setting to “Full post”. This will show all of your post (including styling) on the front page.
- Enable “HTML tags in excerpts”. This will enable styling, but you may need to fiddle around a little with word lengths since if you cut off the closing tag in the excerpts then it will display the opening HTML tag rather than styling it.
I hope that helps! π
August 27th, 2014 at 17:08 #26949In reply to: Presentation Page Slider Not Working
Fanny
I have the same issue. Display worked before the update. Now, it seems to be working when I am logged in as the admin, but when I am just visiting the website, the images do not appear… Any idea?
August 23rd, 2014 at 00:31 #26885In reply to: Feature Request: More than five social media buttons
Sarah
Another vote for the ability to display more than 5 icons please. I have used all my spaces up and have 3 icons I still need to display so am looking at having to use a custom menu and some manual coding instead. Would be much easier to add more via the Tempera Settings π
Kay
Cryout Creations mastermindHi Trevor,
Add this code to the Custom CSS area:
#front-text3 img{
display: block;
margin: 0 auto;
}That will centre the image. And the reason the logo appears so low is because the image is actually high with a lot of white space at the top: http://myretailstore3.trevssite.com/wp-content/uploads/2014/08/logo-e1408540940818.jpg
Remove the white space at the top and you should be fine.
Good luck!
-
This reply was modified 11 years ago by
Kay.
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.August 15th, 2014 at 23:41 #26776In reply to: Page not found
Kay
Cryout Creations mastermindTry disabling all plugins and see if it works then. Also, make sure that under WordPress >> Settings >> Reading you have “Front page displays” set to “Your latest posts”.
A link to your site may also help.
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.August 14th, 2014 at 07:50 #26745In reply to: Header bug
David B
Discovered another detail with this.
It does this when a Page is being displayed (such as a home page that isn’t the blog), but the blog page itself does display the header properly. It doesn’t go up under the WP bar.The header left does not change the position of the header in either case.
August 12th, 2014 at 00:49 #26694In reply to: Redirect or Disable a link on desktop vs. mobile?
Ian Eric
In my limited experience, that’s what “responsive” means; the theme adapts to mobile devices by detecting a mobile browser and displaying a mobile-friendly version of the site.
August 11th, 2014 at 22:41 #26692In reply to: Mobile Menu Not Appearing
Ben
Hi Kay,
Thanks for your response. I’ve updated to 1.2.2 and disabled all plugins (all at the same time and one by one), the mobile menu still refuses to display.
Further assistance would be appreciated.
Many thanks,
BenAugust 10th, 2014 at 20:25 #26677Oleksandr
Hello, that’s not clear for me from C17:
>> Then add a link to that page in your menu(s) (if it isnβt displayed automatically).I’ve created page with Blog template, where should I add link to it?
NOTE: I want to show that blog template page, not with theme’s setting ” XX latest posts on the presentation page”
Thnks
August 8th, 2014 at 20:08 #26628Kay
Cryout Creations mastermindHi Daniel,
Add this to the Custom CSS area:
.footermenu, .footermenu + span {
display: table !important; float: none !important; margin: 0 auto !important;
}Thanks for the kind words and good luck!
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.August 5th, 2014 at 20:47 #26510Cliff Dugan
One more note: <div id=”frontpage”> and <div id=”slider” class=”nivoSlider”> are both present in the HTML as well as all of the individual slide info – they are just not being displayed – which definitely points to a jQuery issue.
August 1st, 2014 at 15:16 #26411Kay
Cryout Creations mastermindHi guys!
Hopefully this works as expected. Add the following code to the Custom CSS area or in your child theme’s style.css file:
.column-text {
position:relative;
top:0;left:0;
color:inherit;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}.column-image-inside {display:none;}
We’re considering adding this as an option in a future update.
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.August 1st, 2014 at 14:37 #26398In reply to: Addthis share buttons appearing on slider
Kay
Cryout Creations mastermindHi,
Interestingly enough they don’t seem to appear on all the posts inside the slider.
Anyway add this code to the Custom CSS to hide them
#slider .addthis_toolbox {display:none;}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.August 1st, 2014 at 14:04 #26387Kay
Cryout Creations mastermindThe plugin isn’t showing because Tempera uses placeholders and hides the default labels which the plugin in question is using. To show the rating stars add this code to the Custom CSS area:
.comment-form-rating * {display:inline-block !important;} .btn-group {padding-top:130x;}Good luck!
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. -
AuthorSearch Results