-
AuthorSearch Results
-
February 20th, 2015 at 14:03 #30638
In reply to: How to create a blog page collecting posts?
Tina
I find it so disappointing that there is not real support for the Cryout Creation themes. All other theme creators offer great free-of-charge support, but here one can wait and wait and nobody takes care of the problems.
The only support one sometimes get is the one from other users. Thank you to Ana-Maria.
Just to close my question properly and in case somebody else has the same problem, I was today (!) able to find the solution … after many and long days of searching and waiting for support here.
The solution can be found in the tempera settings under “Beitragzusammenfassungen” = in English = ?? = it is the 8th option in the settings. There is an option “archive/categoriepages” and needs to be set to “full” and there is some option like “newspaper layout”. This needs to be deactivated! Now I have an archive page with all all links and other formating features where all posts are listed up on top of the other, not next to each other.February 17th, 2015 at 21:06 #30614In reply to: Mobile Display Issues
Brad
ParabolaVersion: 1.4.2
I love this theme because it offers so much flexibility for those like me with no PHP skills. I also like the way the menus rollup and display on the smartphone.
I have a problem with the header widget. It works OK on my PC but not on my Samsung S5 smartphone.
The header widget goes to the left and overlays the company name on the smartphone.
Other widgets are OK.Perhaps the problem relates to Zed’s previous post but I not even know what W3 cache is,
I also found that when I created a CHILD, my widgets were wiped out, This was easy to recreate my widgets.January 20th, 2015 at 15:58 #29192madlopt
I spent two days looking for how to fix this bug. And, in my opinion, i found how.
In content/content-frontpage.php, find that code:/* Start the Loop */ $the_query = new WP_Query(array('posts_per_page'=>$parabolas['parabola_frontpostscount']) );
And change it to that:
/* Start the Loop */ $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $the_query = new WP_Query( array('posts_per_page'=>$parabolas['parabola_frontpostscount'], 'paged'=>$paged) );
Don’t forget to uncomment that line:
//if($parabola_pagination=="Enable") parabola_pagination(); else parabola_content_nav( 'nav-below' );
It is a pity that such beautiful products are released with these ugly bugs that are not a programmer will not be able to fix it. I am convinced that if something you know how to best do it yourself!
January 15th, 2015 at 20:47 #29135In reply to: WooCommerce | Tempera
Brenda
WooCommerce is a big deal— is the shopping plugin available to use with Tempera?
I also found that below the gallery it lists all the page names for the site—how do I remove this?
I looking to update my present website and am thinking about using Tempera but I must be able to have a reliable store plugin to sell my books… is WooCommerce or another easily available?
January 15th, 2015 at 01:53 #29126In reply to: Presentation slider text in mobile too light
Ross Willits
You can change the weight of the font using the Custom CSS box under Miscellaneous Settings.
Add this:
.inline-slide-text {font-weight: 600 !important;}
You’ll get a medium bold weight. You can change the 600 to another value that’s supported by your font. I think you can also use font-weight: bold.
I found that you have to use the !important designation for this to work right.
Good luck!
January 12th, 2015 at 01:11 #29066In reply to: Bug in version 1.0.3
Niffy
I have tried all these suggestions and I, too, cannot get the nirvana settings drop downs to work. This is quite upsetting as finally, after years, I found a theme I LOVED!
Any other suggestions?
January 9th, 2015 at 19:50 #29018In reply to: bbPress hyperlinks are moved and right justified
Pilxy
We already discussed problems with BBpress before. Not just links, also your avatars are broken from the second post down. What I found so far is, that there is a conflict with .reply a somewhere within the theme. Not just in parabola, it’s present in all of the cryoutcreations themes.
Unfortunately it looks like nobody really cares about it, altought they obviously have the solution, as bbpress works normaly here as their support forum.
January 6th, 2015 at 23:57 #28978In reply to: Columns not displaying in replicated blog posts page
Tracy
I understand this has something to do with float and that it is not applying to my custom post types for some reason. I assume this is because posts are renamed at somepoint in the tempera code but I can not find the location to add my custom post type to whatever loop has been engineered here. If anyone has some ideas on a quick work around to get the float to apply it would really make my day!!
I have changed my page template, it now is a direct reflection of the blog template, minus the get_option and $paged which seems to draw out the regular posts and none of the custom posts.
Here is my current page template.
<?php /*
Template Name: Boat Show
*/ ?>
<?php get_header(); ?>
<section id=”container” class=”<?php echo tempera_get_layout_class(); ?>”>
<div id=”content” role=”main”>
<?php cryout_before_content_hook(); ?>
<div class=”container”>
<?php
$paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
$the_query = new WP_Query( array( ‘post_type’ => ‘bs_posts’) );?>
<?php if ( $the_query->have_posts() ) :
/* Start the Loop */
while ( $the_query->have_posts() ) : $the_query->the_post();
global $more; $more=0;
get_template_part( ‘content/content’, get_post_format() );
endwhile;
if($tempera_pagination==”Enable”) tempera_pagination($the_query->max_num_pages); else tempera_content_nav( ‘nav-below’ );
else : ?>
</div><!–container –>
<article id=”post-0″ class=”post no-results not-found”>
<header class=”entry-header”>
<h1 class=”entry-title”><?php _e( ‘Nothing Found’, ‘tempera’ ); ?></h1>
</header><!– .entry-header –>
<div class=”entry-content”>
<p><?php _e( ‘Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.’, ‘tempera’ ); ?></p>
<?php get_search_form(); ?>
</div><!– .entry-content –>
</article><!– #post-0 –>
<?php endif; ?>
<?php cryout_after_content_hook(); ?>
</div><!– #content –>
<?php tempera_get_sidebar(); ?>
</section><!– #container –>
<?php get_footer(); ?>
I have tried putting div class containers around code. Because I see the post meta is spanning the page and perhaps because this is not in the container is why the float is not working properly.
Obviously this did not work.
Can anyone PLEASE suggest a work around to get the float to work properly and the posts to display 2 across as they should.
Please.December 31st, 2014 at 23:26 #28883In reply to: Nirvana settings
Matt G
Found the 1.01 upgrade but still cannot access the advanced settings for any of your Theme’s.
Here’s the steps Ive taken,
Focused on using three internet browsers to test each theme
1. Internet Explorer, Chrome, FireFox
2. Disabled all plug-ins on each Browser
3. Disabled all word-press plug-ins
4. Inspected Elements of each them in each Browser
5. Received the same error and recommendations in each
A. Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)B. Failed to load resource: the server responded with a status of 404 (Not Found)
in reference to (customize.php) then images then nirvana_thumbnailAnd the additional details of the 404 errors in the get section are;
ous function)load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:3 m.fn.extend.domManipload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:3 m.fn.extend.appendload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:1108 api.HeaderTool.ChoiceListView.wp.Backbone.View.extend.addOneload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:1 x.each.x.forEachload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:70 o.(anonymous function)load-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:1100 api.HeaderTool.ChoiceListView.wp.Backbone.View.extend.renderload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:1095 api.HeaderTool.ChoiceListView.wp.Backbone.View.extend.initializeload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:70 b.Viewload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:72 wp.Backbone.View.Backbone.View.extend.constructorload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:70 dload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:3 e.HeaderControl.e.Control.extend.readyload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:3 (anonymous function)load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 jload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 k.addload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:3 e.Control.e.Class.extend.initializeload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:2 e.Classload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:2 fload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:2 fload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:3 (anonymous function)load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 m.extend.eachload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:3 (anonymous function)load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 jload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 k.fireWithload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 m.extend.readyload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 J
December 31st, 2014 at 06:57 #28868In reply to: Nirvana settings
Matt G
Error I’m receiving;
nirvana_thumbnail.png/wp-content/themes/nirvana/images/headers
GET 404NotFound text/html
load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:3
Script
8.9 KB
32.5 KB
715 ms
616 msDecember 25th, 2014 at 14:54 #28828In reply to: errors found for Parabola.
Walt
This used to be a good theme like a year ago. Unfortunately, with all the updates to WP, the theme itself lacks sufficient updates to keep it up to date and compatible.
I have also found that if you actually pay for a theme (like on Themeforest or Elegant Themes) there is a LOT more functionality, compatibility, and it’s virtually limitless to what you are able to do. Plus, paid themes generally come with top notch support, as opposed to this set of themes where the author only drops by about once a month to answer a few questions.
(Not knockin you or your products Zed, just calling it how I see it)
December 19th, 2014 at 13:18 #28742akis_man
I solve the problem by changing in style.css this:
#access > .menu > ul > li > a:not(:only-child) span:after { font-family:"Open Sans"; content: '\25be'; /*this one was the old one --> \e80a';*/ position: absolute; right: 5px; top: 10px;
After that my site looks like that:
The arrows is a bit different, but they work.
The arrows can be found in:December 16th, 2014 at 21:57 #28709In reply to: Presentation Page columns not working
Kat
As I continued reading through the forum, I found the solution:
The widget appearance differs depending on whether or not responsiveness is triggered.
When site fits on screen, the columns behave normally (with hover effects and all); when responsiveness kicks in because the site no longer fits the screen, the theme considers this to be a mobile device (hence no mouse to hover with) so it replaces hovering effects with static elements with texts under the images.So, just enlarge your browser and Ta-Da! It works! 😉
December 9th, 2014 at 00:54 #28574Robert O’Leary
Hi Again, I deactivated all plugin and tried other themes and still I have the same issues. I have an option with one of the plug-ins to have a desktop and mobile version. With the mobile version toggled, I just get a “404 Not Found Screen”. Help!
RobertDecember 6th, 2014 at 09:03 #28534In reply to: space between header and top menu in Tempera
Troy
I did something like this in the custom css. I found this issue in another post.
#access { margin-top: 0px; }December 4th, 2014 at 21:50 #28504In reply to: Responsiveness/mobile feature doesn't work
Debbie
I’m using the Tempera theme (which I love and use a lot) and everything works fine for this site except on iPhones the header area takes up all the room on the screen so when someone goes to the site all they see is blank turquoise space, everything is there, but they have to scroll down to see it. I found that not allowing zoom has fixed other issues with this theme on iPhone, but I’ve already disabled zoom for this one and it doesn’t seem to fix the issue. What else can I do?
Thanks!
November 27th, 2014 at 09:06 #28411In reply to: Pagination on Presentation Page Broken
Onkel Heini
Hi,
Read More works for me, but the pagination code is still genrated with class=”inactive”. This causes the google crawler to “file not found” errors.
Maybe you should remove it completly.
November 5th, 2014 at 00:43 #28087In reply to: Changing Primary Menu for Different Pages
Wes Dickson
Ok, so I found this code in theme-setup.php
wp_nav_menu( array( ‘container_class’ => ‘menu’, ‘menu_id’ =>’prime_nav’, ‘theme_location’ => ‘primary’,’link_before’ => ‘<span>’, ‘link_after’ => ‘</span>’ ) );
and it’s very similar to the Original Code noted in the reputedly successful example above.
It looks like the main thing I need to add to this code is this bit:
‘menu’ => get_post_meta( $post->ID, ‘MenuName’, true)
However, when I added it in, trying various locations, my theme crashed and I had to delete and reinstall.
I’m guessing there’s a conflict because menu_id is being defined as prime_nav, but I’m also trying to define “menu” with the inserted code. I tried overwriting the prime_nav definition, but that didn’t work either. I’m guessing it refers to prime_nav somewhere else in the code (though I’ve had no luck finding it).
Any help out there?
I’m just a beginner, so be gentle with me…November 2nd, 2014 at 15:05 #28068In reply to: Post Separator-color
Asp
Not to worry found it in… (admin/custom-styles.php)…. Thanks…
p.s. i notice that there are no creators helping in these boards, thats off putting to stay and pay…
October 23rd, 2014 at 02:19 #27902In reply to: How to edit the text boxes
Diana
I found it! Please close this. I’ll start another question in a separate topic.
October 16th, 2014 at 12:49 #27794In reply to: "save changes" in settings leads to a 403 error
Christine
Hello,
thx for trying to help 🙂
I found the section and removed the whole text but it did not help.
Guess I will have to send my logins to Zed. Is it right that I have to danate first to be able to do that?
October 8th, 2014 at 01:04 #27609In reply to: Navigation Menu not working
Simon
OK a little update. This only happens on any Cryoutcreation theme i try. Any other theme i use including twenty twelve etc shows the primary navigation properly.
I have a local install on my laptop that does not have this issue. I have copied several theme files to actual site and no change. I have found that wordpress ignores the following line <nav id=”access” role=”navigation”> found in the header.php file in the cryout_masthead_hook section.
Can anyone suggest why this is?
I have turned off all plugins, everything is up to date but not sure why this function is ignored?Please any help would be awesome as this theme is perfect to use.
October 1st, 2014 at 12:11 #27494In reply to: Removing Tempera text from homepage
Louis
I found it, you need to go to Appearance -> customize -> widgets -> Presentation Page Columns.
There you drop a “Cryout Column” in and set image and text.You cannot change the default images and text, they vanish as soon as you put one cryout column in.
Well hidden.. One hour of searching..
September 26th, 2014 at 09:10 #27423In reply to: "more posts" doesn't load more posts on front page
Kay
Cryout Creations mastermindHi guys,
This is not a WP 4.0 problem. It’s a theme bug that we’re working on fixing. Until then, the temporary solution is to set the same number of posts on ‘Blog pages show at most’ setting, found on the WordPress dashboard >> Settings >> Reading and on the Presentation Page 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.September 22nd, 2014 at 18:23 #27328In reply to: Moving The Text Box in the Slider
Kay
Cryout Creations mastermindHi Zedus,
This topic was not related to activating the slider. Please start your own thread when not on topic. Also, I see you found out to activate the slider.
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 02:12 #27239In reply to: Category Page w/ Intro Template Not Working
Mark LoProto
Actually, an even better question:
I want to create a template that simply pulls a specific category for the page. I remember doing it for Parabola, but can’t seem to find the template anymore.
This is the template coding:
<?php /* Template Name: News Template ( Posts Page) */ ?> <?php get_header(); ?> <section id="container" class="<?php echo nirvana_get_layout_class(); ?>"> <div id="content" role="main"> <?php cryout_before_content_hook(); ?> <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $the_query = new WP_Query( 'post_status=publish&orderby=date&order=desc&posts_per_page='.get_option('posts_per_page').'&paged=' . $paged);?> <?php if ( $the_query->have_posts() ) : /* Start the Loop */ while ( $the_query->have_posts() ) : $the_query->the_post(); global $more; $more=0; get_template_part( 'content/content', get_post_format() ); endwhile; if($nirvana_pagination=="Enable") nirvana_pagination($the_query->max_num_pages); else nirvana_content_nav( 'nav-below' ); else : ?> <article id="post-0" class="post no-results not-found"> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Nothing Found', 'nirvana' ); ?></h1> </header><!-- .entry-header --> <div class="entry-content"> <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'nirvana' ); ?></p> <?php get_search_form(); ?> </div><!-- .entry-content --> </article><!-- #post-0 --> <?php endif; ?> <?php cryout_after_content_hook(); ?> </div><!-- #content --> <?php nirvana_get_sidebar(); ?> </section><!-- #container --> <?php get_footer(); ?>
September 14th, 2014 at 09:38 #27190In reply to: New Mobile Menu disappears
Mark Wickham
Hi,
I have the same issue when I check my website on my mobile and tap menu It redirects to a search page saying not found, tap again and see the menu briefly before it disappears. Any ideas on how I rectify?
Many ThanksMark
September 13th, 2014 at 01:13 #27181In reply to: Incompatible with Spider Event Calendar plugin
Marco
I found the same incompatibility with Spider Event Calendar, it mess up all colors and it is impossible to changes.
Only deleting all plugins the situation went back.
Lot of work for nothing.
Suggestions for some calendare/events plugin?August 28th, 2014 at 17:44 #26965In reply to: Main menu sub menus not displaying.
Adam Segev
Found the plugin that was causing the problem. BWS plugin (adsense). Disabling the plugin did not help at all, deleting it (through ftp!) did though. Hope this helps.
I had a great time conversing with myself.:)August 26th, 2014 at 06:44 #26917In reply to: Slider Disappeared after update to Tempera 1.2.2.
Lisa
I scrolled through the forum and found this same issue with a browser force refresh as a fix. On a mac I hit Command + R and that did the trick. Note: it’s not enough to clear the cache on Firefox. I had tried that but the force refresh worked.
You may delete my posts if redundant!
Lisa -
AuthorSearch Results