Forum Replies Created
-
AuthorPosts
-
KayCryout Creations mastermind
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 mastermindThanks a lot for reporting this back to us. It’s a bug and we’ll fix it ASAP.
Stay tuned for the next theme update that will include a fix.
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 Pradhana,
In the Customizer, under Header, there’s a setting called Header Image Height.
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 mastermindYes, thanks for the feedback, we’ll fix this in the next theme update (really soon)
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 mastermindThanks for the feedback.
A lot of stuff doesn’t work while editing themes in general using the customizer. It will hopefully get better in the future, but it’s not up to us.Have a great day!
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 17th, 2016 at 20:35 in reply to: Remove (3-bar) Responsive Menu Icon For Dummy Menu #39162KayCryout Creations mastermindHey AlwaysSunny (in Philadelphia?),
The easiest way is to hide the mobile menu completely. Here’s the CSS you should add to your Custom CSS area in the Tempera theme settings (or a child theme’s style.css)
a#nav-toggle { 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.KayCryout Creations mastermindSure. You can download v 1.8.0 from here http://wordpress.org/themes/download/parabola.1.8.0.zip
Parabola 2.0 brought many visual changes to the theme but they’re all for the better. We’re constantly working on fixing any issues it may have also brought and it will constantly receive improvements, security fixes and new additions. Staying with version 1.8.0 is not the best solution. If you had any issues when transitioning from 1.8.0 to 2.0 let us know and we’ll look into them.
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 17th, 2016 at 15:26 in reply to: Increase transparency of text area background on slider #39155KayCryout Creations mastermindAdd this to your Custom CSS area under Parabola Theme Settings:
.nivo-caption { background-color: rgba(0, 0, 0, 0.3); padding: 1em 2em; }
You can edit that 0.3 value to increase/decrease transparency (values from 0 to 1), as well as the caption padding in the second line (first value is above and below padding and the second value for left/right padding)
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 Kevin,
Yes, searchform.php would be the only thing you’d need to edit. You should add this line before the search input:
<label for="s" class="screen-reader-text"><?php _e('Search for', 'parabola'); ?> </label>
However we’ll add that as well for our next theme update (2.0.3). For all the links to have underlines some Custom CSS like this should be added to your child theme:
a:link, a:visited {text-decoration: underline;}
Relative units for all text is quite a bit more complicated since the font sizes are editable via theme options but we’ll look into that for a future update.
Good luck and thanks 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 mastermind@JimUK69 I see the slider looks as intended, and you’re on version 2.0.2, plus all the custom CSS is loaded on the page. So, everything back to normal?
@Kirilo The changes from version 1.8 to 2.0 are mostly visual, so nothing that would change compatibility with plugins. Could you show us a link to your page so we can investigate further?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 mastermindThanks a lot for your feedback. We’ll fix this issue in the next theme 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 mastermindDisable the plugin that’s creating the pop-up signup form. It’s not visible on the site but it’s actually in front of everything that’s why nothing is clickable. Try using a differrnt plugin for that.
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 14th, 2016 at 17:21 in reply to: Increase transparency of text area background on slider #39090KayCryout Creations mastermindCould you show us a link to your site so we can give you some specific CSS 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 mastermindIf you edit theme files you will lose the changes in a future theme update. However, if you only used theme settings and the Custom CSS field, they will be kept intact in the next 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.September 10th, 2016 at 19:31 in reply to: How to have one header for landing, one for remaining pages #38953KayCryout Creations mastermindReally glad to hear it’s working like you wanted to. Just one more pretty important thing I left out: if you want to be able to keep updating the theme (we have some pretty juicy updates lined up) you should place the landing page template and use it from within a child theme.
I don’t know how familiar you are with child themes but they’re really easy to use (at minimum it’s a style.css file). Here’s a cheat sheet about child themes to get you going: https://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/wordpress-child-themes/5 Step 1 should be enough for what you need.
Then you should also create a folder called templates (next to the style.css file) and then place template-landing.php there. You’ll probably also have to select it as page template for your front 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.September 10th, 2016 at 17:42 in reply to: How to have one header for landing, one for remaining pages #38950KayCryout Creations mastermindI think a solution isn’t that difficult. What you really need is a page template.
So basically make your logo 120px (or whatever will work with the rest of your site).
Next you need to create a page template that only displays the featured image and the menu ( I’ve created one for you http://img.cryout.eu/template-landing.zip ). That will only be used as your landing page.
So add the template-landing.php template file to the theme’s /templates folder. Next create a new page, give it a name (‘Home’) assign it the new Landing Page template from the Page Templates dropdown, select your big header image as the featured image for the page, and publish the page.
Next go to the WP Dashboard >> Settings >> Reading and select the newly created page as your Front Page then go and check 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 mastermindHi Nigel,
Thanks a lot for the detailed info. We do user ‘defer’ for loading scripts in our theme but the strange thing is we make sure we only use it for 3 specific theme scripts. It’s strange that the jQuery script doesn’t get the ‘defer’ attribute but the bol plugin does.
Anyway, in the next theme version we’ll include an option to disable JS scripts loaded with the ‘defer’ attribute.
Until then you can edit line 123 in the fluida/includes/styles.php file. It currently looks like this:
add_filter( 'script_loader_tag', 'fluida_scripts_filter', 10, 2 );
All you have to do is comment it out like this:
//add_filter( 'script_loader_tag', 'fluida_scripts_filter', 10, 2 );
Commenting this line will prevent Fluida from adding ‘defer’ tags to our scripts. Let us know if it fixes it for you.
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 mastermindYes, all theme settings, including the Custom CSS section, are saved with theme updates. You will not lose them.
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,
Could you also tell us what theme you were using? Also, could you give us a little more details about where exactly in frontpage.php were you inserting the slider shortcode?
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 mastermindWe will add submenus to the the sidebar menu in the near future. Until then you could try using the Pages widget there.
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 mastermindCould you give us a link to 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.KayCryout Creations mastermindThe issue should be fixed in the latest version of Fluida (v. 0.9.8).
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 mastermindThanks a lot for the info. We’ll investigate this issue further and we’ll release an update ASAP.
We’ll also create a dedicated forum for it.
Thanks again!
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 mastermind:)) Thanks for looking below the surface.
Actually Nostromo is made by us from scratch (a quick search on Google will also reveal that at this time there’s no public theme called Nostromo anywhere; you could’ve also looked deeper into the code and seen comments, descriptions etc. by us).
It’s just that this time we decided to create a theme specifically for our own site and our very specific needs. Also, before creating Nostromo we have been using our own theme Mantra for over 6 years on this very site.
Anyway, if you like the look of our new site you’ll be glad to know we’ll be releasing a theme based on it in the near future.
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 Kent,
Were you able to find what was causing the issue? We were unable to reproduce it ourselves. Could you also provide what iOS and Safari versions you were getting the strange behaviour on?
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.December 11th, 2014 at 11:07 in reply to: Responsive setting causing layout issues for Nirvana #28635KayCryout Creations mastermindHi,
Make sure you have the latest theme and WordPress versions installed. If you still have problems with the latest versions please give 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 mastermindThe actual code to split a page or post into multiple pages is
<!--nextpage-->
(notice the double minuses) and it must be used in the Text Editor.
It works and always has in all our tests.
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 mastermindEverything seems to be working 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.November 19th, 2014 at 13:16 in reply to: Ajax button more posts is not working in presentation page #28291KayCryout Creations mastermindHi guys,
Thanks a lot for the feedback. The issue with the Ajax ‘More posts’ button on the presentation page has been fixed as of version 1.2.6.
@poncz http://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/how-to-translate-a-wordpress-theme Look for the ‘More posts’ string.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 Jane,
This is definitely not a theme or JavaScript error. If it were it would either happen all the time or not at all. Just for testing purposes I’d suggest changing the theme for a little while and see if the issue still occurs.
This is most likely a hosting problem. When it is not working, are you getting any errors or just a blank page. If it is a blank page, right click and select ‘View source’. Is there something there?
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