Forum Replies Created
-
AuthorPosts
-
KayCryout Creations mastermind
Hi!
Thanks for your feedback. The ‘Keep header image aspect ratio’ option will be altered in the next theme update to make the header image completely responsive. Until then Terrence’s code will do the trick.
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!
This is not theme related. Please make sure you have a complete understanding of how menus are created. We have a beginner tutorial for that http://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/how-to-use-a-custom-menu-in-your-wordpress-website
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 and thanks for the feedback.
We’re working on implementing something similar in a future 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.KayCryout Creations mastermindThe menu doesn’t change automatically when going RTL because in Tempera, under Graphics Settings there’s an option for menu alignment. You don’t have to edit any code.
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 mastermindJust make sure that the font you’re using on your site has those characters.
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 columns were not designed with that in mind. You can however use shortcodes instead of the text to enable different plugins.
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!
Although the Presentation Page was designed with 2 columns in mind, you can alter this by adding the following code to the Custom CSS area:
.magazine-layout #content article.post,
.magazine-layout.search #content article {
width:100%;
float:none;
}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 mastermindThe widget text fontsize is the same as the content text. If you want to edit that, show us a link to your website and we’ll give you the custom CSS to use.
We are working on adding a Widget Fontsize option.
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!
If posts are used as source, the slides will link to that specific post. Custom links are not implemented for this yet.
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 Tony,
You can find more info about this here http://www.cryoutcreations.eu/donate under Premium Support & Link removal.
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 15:53 in reply to: How to hide the word 'uncategorized' in the top of the post #26420KayCryout Creations mastermindHi Dominik,
Go to the theme settings page >> Graphics settings and disable the Breadcrumbs. That should take care of your problem.
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 mastermindAlthough it may not seem like it this is more of a WordPress thing rather than a theme issue and it can get pretty complicated for a novice user.
Here are details about the WP comment_form() function http://codex.wordpress.org/Function_Reference/comment_form
Anyway, in Tempera all comment related functions are found in the /includes/theme-comments.php file. If you’re gonna try and edit anything remember to backup your files and use a child theme.
We are considering making these editable fields 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.KayCryout Creations mastermindHi!
Add this code to the Custom CSS area or to your child theme’s style.css file:
.column-text {color: #FF0000 !important;}
Replace the color value (FF0000) with your desired color and you’re set.
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 mastermindDid you try stitching the theme and see if the shortcode works then? This is probably not theme related.
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,
Make sure you have the latest version of both Tempera and WordPress installed. Also try disabling all plugins and see if the issue still occurs. Most times it’s a plugin compatibility issue.
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 Jan,
You can choose how many slides to show from the theme settings page >> Presentation Page Settings.
To make the text linked is a bit more complicated and involved editing a bit of code.
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!
@Jason To remove the link from the Site title add this to the Custom CSS area:#site-title span a {
cursor: default;
pointer-events: none;
}@Chreste if you want to remove links from the menu, when creating a menu http://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/how-to-use-a-custom-menu-in-your-wordpress-website leave the href field empty.
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!
Could you show us a link to your site? Also, did you try switching themes and see if the same happens? I think this may not be theme related.
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 15:16 in reply to: Image title/Caption below Thumbnail in wordpress native gallery #26411KayCryout 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.KayCryout Creations mastermindHi JossOne!
There is no Testimonials feature in any of our themes. You must be using some plugin.
Really love what you did with the menu btw.
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 Taylor,
To remove the “Read More” text jut go to the theme settings page >> Presentation Page Settings >> Columns >> Read More text and delete all text inside.
The submenu seems to be working great now.
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!
Have a quick read here http://www.w3schools.com/css/css_list.asp
Add your CSS via a child theme or into the Custom CSS area in the theme settings.
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!
Add this to the Custom CSS area:
#main {background-color: rgba(255, 255, 255, 0.7);}
The 0.7 value is the opacity value so you can edit that to your needs.
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 Mike.
Could you show us a link to your website?
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!
Have a quick read here about the menus http://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/how-to-use-a-custom-menu-in-your-wordpress-website
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,
Due to the absolute positioning of the header widgets this isn’t a simple one line CSS solution. We’re working on fixing this in the next theme 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 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.KayCryout Creations mastermindYou don’t need to edit php files for minor style changes. Add this to your child theme’s style.css file:
#access > .menu > ul > li > a > span {
border: 0 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}- 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!
You said ‘linking one of the gallery thumbnail title ‘ but in the screenshot you gave us you’re editing the slider slides. Are you trying to edit the columns as I see those are linked now.
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 can enable ‘Magazine Layout’ from the ‘Post Excerpt Settings’ on the Theme Settings page. Further customization is up to you via CSS.
If you have any issue that you’d like us to take a look at we would need to take a look at your site.
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