Forum Replies Created
-
AuthorPosts
-
KayCryout Creations mastermind
Hi Andreas,
Could you disable all plugins for a second and check if the settings page works then? If it does enable the plugins one by one until you get the one that makes the settings page not work anymore.
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 26th, 2014 at 10:37 in reply to: Footer doesn't seem to accept widgets and defaults to search bar and nav menu #26919KayCryout Creations mastermindHi,
Your site seems to be edited. Please revert back to the original theme files and everything should be okay.
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.KayCryout Creations mastermindHi guys!
Dan’s solution should do the trick. We’ll also fix this in the next Tempera update.
Thanks a lot for the feedback guys!
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.KayCryout 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.KayCryout Creations mastermindHi Sarah,
Add this code to your child theme’s style.css file:
.socials a {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}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.KayCryout Creations mastermindWhat you have now on your Presentation Page are Columns. And they now have the same size, you must’ve solved that yourself.
If you want to show your Latest Posts within a post format you must enable that option from the Tempera Settings >> Presentation Page.
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.KayCryout Creations mastermindZed’s the best!
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 19th, 2014 at 15:14 in reply to: Change Transparency of "exerpt box" on Presentation slider? #26833KayCryout Creations mastermindHi Mr. Crowley :D,
Thanks a lot for the feedback. We’ll probably add this as an option in a future update.
Until then, add this code to the custom CSS area:
.nivo-caption {
background-color: rgba(0, 0, 0, 0.7);
}The 0.7 value is the opacity. It ranges from 0 to 1 where 0 is fully transparent and 1 fully opaque. Experiment with it.
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.KayCryout Creations mastermindHi Camarell,
The columns can all be recent posts or they can all be links to static pages. Check out the Tempera Settings page >> Presentation Page Settings >> Columns for more info.
You can use the columns as links to pages and then use the Show Posts on Presentation Page option to show the recent posts.
If none of these things sound good, drop us a line via the Custom Work form.
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 19th, 2014 at 15:05 in reply to: Can you have 2 presentation pages? atleast same layout? #26831KayCryout Creations mastermindHi Daryl,
Unfortunately you can’t have that. And for a free theme that respects the rules on WordPress.org that’s pretty much impossible. If you could have 2 presentation pages, theoretically you should be able to have as many as you want and that’s not possible without custom post types, which are forbidden for themes on WordPress.org.
So your choices now are:
1. Look for a slider plugin and maybe a columns plugin (or something similar) and use them to create different content on two different pages.
2. Look for a premium theme that has that capability (premium themes usually incorporate this)
3. Wait for us to make a premium theme that will definitely incorporate what you need. (this option may take a while)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.KayCryout Creations mastermindHi Joshua,
Your logo is there. And you don’t see it because it’s too big. Actually ‘too big’ is an understatement in this case. This is your current logo http://www.walderbach.com/wp-content/uploads/2014/08/WPN-Logo.png – it’s a 3245px x 1922px image. That’s almost twice what you’d need for a background image.
Resize your logo to the dimensions that you need in the header (maybe 200px x 150px) and then you won’t have any problems.
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.KayCryout Creations mastermindYour child theme is missing all CSS because of this faulty line:
@import url(“../nirvana/style.css”);
Delete the extra characters and make sure that line is:
@import url(../nirvana/style.css”);
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.KayCryout Creations mastermindHi Bijou,
Actually if you haven’t edited any theme files you can update safely. The Nirvana settings are saved within WordPress itself so theme updates don’t affect theme settings. But if you just wanna make sure, on the Nirvana Settings page you can export your settings and import them back later on in case something goes bad.
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.KayCryout Creations mastermindHi Cedrik,
Did you install any new plugins recently? Try disabling all plugins for a moment and see if the settings work then.
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.KayCryout Creations mastermindGlad you worked it out. 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.KayCryout Creations mastermindGlad you sorted it out Ben!
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.KayCryout Creations mastermindHi again Ben,
The mobile version of your site looks great from over here (the menu shows normally). What device and what browser are you testing it from? Make sure you clear your browser cache.
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.KayCryout Creations mastermindWidgets are not theme dependent. They should really work problem-free on all themes.
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.KayCryout 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.KayCryout Creations mastermindHi redzarei,
This hasn’t been tested yet and they were designed for the presentation page only. But you can try it and see what happens, there might be some CSS to edit. We might also implement this in a future update.
Thanks a lot for the feedback!
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.KayCryout Creations mastermindI’m not sure I understand what you mean. Could you be a little more specific?
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.KayCryout Creations mastermindDon’t put all your widgets into one footer widget area. You have 4 footer widget areas, use one widget for each.
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.KayCryout Creations mastermindYou guys are aware of the Tempera Settings page right? On that page there’s a whole Presentation Page Settings section where you can edit all that. With detailed info and more.
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.KayCryout Creations mastermindHi guys,
The top and footer menus are 1st level menus only. They were created with simplicity in mind and a dropdown menu seemed redundant. Although seeing that many of you may need dropdowns we’ll try to implement them in a future version of the theme.
Thanks a lot for the feedback guys!
- 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.KayCryout Creations mastermindThe font you’re linking to doesn’t exist on Google fonts. This is the font’s link http://fonts.googleapis.com/css?family=beautiful+every+time
The font you mention is not a Google font.
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.KayCryout Creations mastermindHi Thierry,
Did you update to the latest version of the theme and did you enable the above mentioned “Force Header Responsiveness” option? Also, could you show us a link to your site so we can check it out ourselves?
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.KayCryout Creations mastermindHi guys!
@Bill – Thanks a lot for the detailed feedback. Both issues that you mentioned have been fixed.
Also, the header width is flexible. So the recommended size would be 1200px (or whatever width you site has) but you can go all the way to 1920px with if you want for a full width header (this is how Nirvana was designed to look best). Anyway, now for the header to be fully responsive you must enable the Force Header Responsiveness in the Header settings.
You can download the new version (0.9.2) from Nirvana’s dedicated page http://www.cryoutcreations.eu/nirvana
Thanks again 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 10th, 2014 at 19:34 in reply to: Updating to Parabola v1.4.0 , made the slideshow and blog posts images disepear. #26676KayCryout Creations mastermind@martin Thanks a lot for the feedback and the help you provide but please don’t share unverified links of theme files.
For other users looking for older theme versions, you can always find them on WordPress.org. All of Parabola’s previous theme updates can be found and downloaded from here https://wordpress.org/themes/tempera/developers/
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.KayCryout Creations mastermindHi WallE,
Everything should be responsive if you update to the latest 1.4.0 version of the theme.
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 9th, 2014 at 18:54 in reply to: Updating to Parabola v1.4.0 , made the slideshow and blog posts images disepear. #26660KayCryout Creations mastermindHi again guys,
@Catalin Baicu Actually I am one of the theme developers 😉 And the reason we suggested a force refresh (normal refreshes don’t do the trick so you must go the Ctrl+F5 or Ctrl+R way) is because in this 1.4.0 update we’ve moved some JS files around inside the theme and browser cache may remember them somewhere else. And as you’ve seen, most other users found that the force refresh works. Also this is a local issue and other visitors on your sites would not encounter the issues you’re getting.
Anyway, first of all we’d have to ask you to disable the maintenance mode you have enabled right now so we can check the issue ourselves. Another thing would be to change themes and see if this still occurs. The issue with post images not showing really doesn’t have anything to do with this update. And a third thing to try would be to disable all plugins and check then.
@Daniel You have custom CSS code added to the theme. Your menu is absolute positioned and that doesn’t really work with responsiveness. Remove custom CSS related to the main menu’s positioning and everything should be back to normal.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. -
AuthorPosts