-
AuthorSearch Results
-
September 25th, 2014 at 12:09 #27410
In 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 10 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.July 30th, 2014 at 23:46 #26370In reply to: Mobile browsers\' issues
Ben
Mobile menu also doesn’t display when clicking mobile menu icon.
July 29th, 2014 at 20:08 #26342In reply to: custom css
Kay
Cryout Creations mastermindHi marcella,
Your CSS is added just fine within the theme. The only problem is the actual CSS you are using. I suggest you read a bit about it if you’re going to use it extensively. http://www.w3schools.com/css/css_intro.asp
For example this:
element.style { display: none; float: right; text-align: right; padding: 5px 20px 5px; text-transform: uppercase; font-size: 14px;}
does nothing. It’s probably copied from Firebug or something similar but it doesn’t do anything.
You also have spelling errors like ‘ffont-family’ here
h1 {text-transform:uppercase; ffont-family: ‘Cutive Mono’, serif; color: #699; font-size: 20px; }
Also, remove all
media='all'
text from the CSS. That pretty much ruins all the CSS. You’re just not using it right. Here’s a quick read on how to use them http://www.w3schools.com/css/css_mediatypes.aspGood 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.July 25th, 2014 at 03:04 #26290In reply to: I can no longer access the Parabola settings
Rick
With help from Brian (Supertech from Bluehost.com) we were able to solve the settings and category problems at the same time. We created a test folder in a different c-panel location from the wp-contents folder where my site is located. We installed a new copy of WordPress (in case the old was corrupted) then uploaded in new copy of Parabola. We created a dummy post, page and category. Then we checked to see if they displayed properly–which they did. Finally, we copied the contents of the Parabola folder from the tested site into the original site Parabola folder, replacing the corrupted contents. Apparently, Parabola’s settings are stored in the database, because all my original setting were preserved when the corrupted files were replaced. I hope this is a helpful repair option even though we still don’t know what files were corrupted. We do know, however, that the problem occurred after we installed the wooCommerce plugin.
July 24th, 2014 at 01:59 #26272In reply to: I can no longer access the Parabola settings
Rick
The settings for Parabola are somehow have become locked and my categories will no longer display post excerpts form the menu. It’s a very stubborn problem, even restoring from backup doesn’t help. Any ideas
July 22nd, 2014 at 19:00 #26258In reply to: ordered lists don't display properly +
se80
ok, thanks.
What about the ordered list? It still doesn’t display properly
-
AuthorSearch Results