-
AuthorSearch Results
-
July 16th, 2016 at 17:46 #37783
Zed
Cryout Creations mastermindYou’ll most likely need – using a child theme – to customize the file handing the presentation page – frontpage.php to do this and add in the code to display those posts (and the appropriate styling).
Alternatively, you could search for a plugin that lets you display posts via shortcode and try placing the shortcodes in the last presentation page text area.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.June 10th, 2016 at 01:49 #37250In reply to: mobile drop down menu not working
Lawrence
I seems to be working inconsistently now.
Sometimes it will load with a blue bar across the top with tabs labeled “menu” and “search”, the menu does not work with that configuration.
But intermittently the page will load with no blue bar and an icon for the menu appears below the header, that works, but it does not load this way consistently through all the pages.June 4th, 2016 at 17:19 #37203In reply to: Responsive website doesn't work
Zed
Cryout Creations mastermindThe presence of
<meta property="fb:pages" content="101990593184687>
before
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
is the problem.
cryout_meta_hook() is a theme hook so it isn’t used by any plugins. You must have manually hooked content into it somehow. Search your (customized) code for something similar to
add_action ('cryout_meta_hook','your_custom_function');
and add the optional priority parameter to lower your function’s priority (default is 10):
add_action ('cryout_meta_hook','your_custom_function', 12);If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.June 1st, 2016 at 18:32 #37183In reply to: Update broke meta bar and search bar
T
I have to completely remove the meta post dates from all posts on blog pages and single pages because it shows two different dates. I want to be able to make a post today but with yesterdays date showing. That was working fine until today. Now it show both dates! I can’t remove the incorrect one. The incorrect one does not even look right, it’s tiny and different font. It’s all or nothing. This is awful!!!!
The search function I used very often and had in the footer, top bar and in the sidebar but now it is broken and won’t show on any pages properly. It even messes up the title banner until I remove it. I needed that function but I have to remove that too!!!
I’ve never had an update mess things up so badly. I hope this is temporary but in the meantime I have to find answers or a new theme immediately.
I had to completely shut down my site because of this update.
May 27th, 2016 at 13:06 #36788In reply to: Nirvana: Read More text, presentation page
Sean Gough
I have found the solution. You have to edit frontpage.php. Search for “readmore” and then edit the text below so the href contains the url you want. Only edit the text in the first set of < > i.e. <?php echo esc_url($slide[‘link’]) ?><div class=”readmore”>
<?php echo esc_attr($nirvana_slidereadmore) ?> <i class=”column-arrow”></i>Edited by Zed: This is not the solution.
-
This reply was modified 9 years ago by
Zed.
May 23rd, 2016 at 18:38 #36750In reply to: Search box on Presentation page
Zed
Cryout Creations mastermindThe presentation page’s text fields and column contents support shortcodes, and the columns themselves are widgets, so you could display the search form in any of these.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 7th, 2016 at 11:48 #36642In reply to: image slider in posts?
Zed
Cryout Creations mastermindThe theme’s slider is only for the presentation page. WordPress theme guidelines don’t allow us to integrate functionality in the theme that we’d need to be able to make it usable in posts/pages.
You can however use any slider plugin to do that.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.April 24th, 2016 at 19:20 #36544Zed
Cryout Creations mastermindI recommend searching for a plugin that lets you insert code into your pages (in the desired locations). Manually editing files to add the code in is slightly more complicated.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.April 17th, 2016 at 17:08 #36471In reply to: SEO on Presentation Page
Zed
Cryout Creations mastermindUse a SEO plugin that allows you to specify meta information for the homepage, and that will be used by search engine for the presentation page (which is in fact the homepage).
Yoast has these options under SEO > Titles & Metas > Homepage.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.March 20th, 2016 at 19:22 #36158In reply to: removing search widget in menu bar
Zed
Cryout Creations mastermindThe search boxes can be controlled from the theme’s settings page (under Graphics Settings).
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 16th, 2016 at 12:58 #35671In reply to: Static page with presentation page
David Bega
Could we request for Cryout creation to look into that and maybe find a solution for translation the homepage title and meta description.
It is the most important pages on most users websites and having a duplicate title and description is not a good practice. It is bad for user experience when the get our translated page on Google search result with an English title and description.January 13th, 2016 at 05:49 #35157In reply to: parabola setting missing…
Chris
I found this solution. They created a plugin to fix the problem.
– Navigate to Plugins in your dashboard and click the Add New button.
– Type in “Cryout Theme Settings” in the search box on the right and press Enter, then click the – Install button next to the plugin title.
– After installation Activate the plugin, then navigate to Appearance > [Theme] Settings to access the restored theme settings page.https://wordpress.org/plugins/cryout-theme-settings/installation/
September 27th, 2015 at 17:47 #33545In reply to: Different colors and header-image depending the menu
Zed
Cryout Creations mastermindTo change the background image per page, you can use a plugin.
To change colours, reference
body.page-ID identifier { color: #123; }To use different header images per page, use the theme’s functionality (under Featured Image Settings). Make sure the featured image is large enough to fill your header (width-wise).
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.June 8th, 2015 at 13:59 #32092In reply to: Shortcodes showing as text after update
Claude
Thank you a lot.
Finally I took all codes page by page into notepas ++ and I did a search / replace
it was pretty fast.
Thank you again for all this work and this wonderful themeApril 29th, 2015 at 11:14 #31644Katia
Hi, I have the same problem… I did what you wrote but nothing change! And now I have the “search” up of the product page! What I can do!! Help me please!
February 20th, 2015 at 14:03 #30638In 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 20th, 2015 at 10:35 #30636Michelle Beaupre
Solved it. Thank goodness for Google Search. Ok, so what you do is just go to “Widgets” in the Dashboard left column, and drag “TEXT” option into the Second Footer option on the right side of the Widget page. This will open a box that you can copy and drop the code you get from generating the ad code while you are in your Google Adsense get code option. You decide what size the ad will be. By putting it in the footer area, it will automatically show up on pretty much all the pages. I also put one after the content. No clicks to the ads yet, but I think placement is ok. Any thoughts?
January 11th, 2015 at 21:38 #29064In reply to: How do I move the search option on the opening page
Tommy Smith
Here’s how!
Under WordPress Dashboard click Appearance:
Then Choose: Nirvana Settings
Look for the box that says “Show Posts on Presentation Page” and choose to ‘disable‘
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.January 6th, 2015 at 23:28 #28977In reply to: Right Click Disable on Images
Walt
No prob. You can add code to your theme to disable right click. Here’s the first one that came up in a google search: http://stackoverflow.com/questions/737022/how-do-i-disable-right-click-on-my-web-page
December 27th, 2014 at 19:47 #28842In reply to: Presentation Page Text Area Storage
emmanuel
Well, after many research in the DB, I eventually manage to get it ! The content is in the wp_posts table !
Best is the export the presentation page settings through the dedicated function !November 13th, 2014 at 15:21 #28210In reply to: Can't remove header image from random rotation
Biologyben
Sorry I assumed this was a bug with your theme – I’m transitioning from an old theme that had it’s own image rotator built-in. I figured basic functionality would include a little red X next to each header image in the list. Now I search and I have found posts related to this problem all the way back to 2011 with this problem!
How about we turn this into a request! A simple plug-in that adds that X to remove the image from the header rotation without deleting it from the media center. I use the same images for multiple uses – especially annually occurring campaigns where the image might also be used on the slider, as a featured image/header on specific pages on for that campaign, other places on the web, etc and I would hate to break all those urls and have to re-link the header in multiple locations every time I want to pull an image from the rotation. All that is needed is to remove the association of using the image in the header – deleting should be unnecessary I would think.
November 3rd, 2014 at 02:24 #28070In reply to: Nirvana breaks media library grid view
Laurelin
I’m also having problems with the Media library within Nirvana. If I just want to look at the Media library, all of my 83 images are there. If I’m on an individual page and trying to input an image by clicking on the Add Media button, it will only show 45 of the images from my media library. I can search by the name of a file and it will come up, so it does know they are in the library. Just won’t show all of the images. A small timer dial turns at the top for a while like it’s waiting to load more images, but they never appear.
Thanks in advance for any help you can give me. It’s greatly appreciated. And I love the look of this template.
October 18th, 2014 at 03:58 #27835In reply to: Change layout from different pages
Kathleen Clohessy
Hi–To my knowledge, you cannot totally remove the sidebar once you set it in the default settings. However, there are a number of excellent plugins that allow you to create custom sidebars for your posts. Just search for “Custom sidebars” and see which one fits your needs.
You can also use Jetpack. Created by Automatic, it allows you to add extra sidebar widgets and hide or show them according to various settings. It’s not perfect; you can’t hide the same sidebar on one page and show it on another–you need to create them separately. However, it works very well and gives you a great deal of added functionality to boot. You can install a custom menu, for example, and then show or hide it based on the post or page.
I hope this helps. I’ve asked Cryout Creations to make it possible to set up different templates for each post but so far no luck. Maybe if they hear it from enough people they’ll give it a shot. This is such an excellent theme–it would be perfect if they would just add that one little thing.
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 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
August 24th, 2014 at 22:33 #26894In reply to: Widget Sidebar on Presentation Page Below the Slider
Alexander
Also think that having sidebars on presentation page is essential because of search.
Shouldn’t be necessary below the slider but should be possible to have it on presentation page.Thanks guys for great theme!
August 22nd, 2014 at 21:52 #26883In reply to: Add Pages Visible to Google but Not in Menu
Dave
Hi Walt; thanks for the reply and ideas. I haven’t learned Custom Menus yet so will explore that to see if it’s what I need. Links are for sure part of the SEO picture, and the pages I want to create will contain links. The pages shouldn’t be hidden from Google of course, and some plug-ins will do this, if you hide the page no one sees it. I want to have additional landing pages for web search engines to find and index, but not such that they clutter a menu.
For now, I’ve added additional blank menus like ‘for later’ ‘coming soon’ etc and the one at the end has the pages for search engines. Some users will see them for sure, as they drift the cursor over that way, but I’m hoping the place holder text will keep them from straying that way…
DaveAugust 18th, 2014 at 18:45 #26812In reply to: Widget Sidebar on Presentation Page Below the Slider
TAI
First off, this is a great theme.
I also think adding this feature would improve the experience. Being able to have the social media widgets as well as the search bar on the presentation page would be excellent. -
This reply was modified 9 years ago by
-
AuthorSearch Results