-
AuthorSearch Results
-
November 23rd, 2014 at 01:38 #28354
In reply to: Featured images on homepage and post
GZip
You can add the Featured image – preferably using a Child Theme – to single php using the code described here: http://codex.wordpress.org/Function_Reference/the_post_thumbnail
The problem I’m having here is that the way the post thumbnails are defined in the theme they come wrapped in a link back to the post, and I don’t need the image inside my post linking back to the post.
I like all o the Cryout Creations themes very much but I do consider lack of built in support for featured in=mages in pages to be a shortcoming.
(I just found this really nifty plugin for managing child themes: https://wordpress.org/plugins/child-theme-configurator/ )
November 20th, 2014 at 22:29 #28318In reply to: Erreur : Missing required field
Bebs
Hi Valerie,
I just finished correcting mine but I am using Parabola theme…I found this links to be helpful:
http://www.davidtiong.com/fix-hatom-microformats-at-least-one-field-must-be-set-for-hatomentry/
Hope this works for you too..
November 20th, 2014 at 17:28 #28312Hans Scherf
For the people who probably run into the same problems. We have found out it is the max_vars setting on the provider side. Seams that normal setting for WP is always set to max_vars 2000 if you ask your provider to increase this the problem disappears.
November 20th, 2014 at 14:45 #28310In reply to: SEO, meta data, meta descriptions
Peter Dunn
Has anybody found an answer to this question as i have the same problem.
November 14th, 2014 at 20:40 #28234In reply to: Custom CSS doesn't work
Pawel
I found the function which includes CSS *file* specified in that setting. Description tricked me – it sais ‘Insert your custom CSS here’ so I placed some CSS rules there.
November 13th, 2014 at 16:26 #28213In reply to: Missing image at top of pages
Zed
Cryout Creations mastermindScott, I finally found a browser that displays that, and it appears to be a missing header background image. Do you have such an image set under Appearance > Header? Remove it and that glyph should go away.
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.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 10th, 2014 at 23:43 #28157In reply to: presentation slider not working
Zed
Cryout Creations mastermindI see you both found solutions to your troubles.
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.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…
November 2nd, 2014 at 14:11 #28066In reply to: Change font size on mobile Theme
Asp
Hay Sandman,
i just started using this theme last night, i found what you are looking for as i wanted to do the same…
Goto style-mobile.css at the bottom of the editor… Find this line of code…>>
body, #content p, #content ul, #content ol,#content code, #content pre, #content blockquote {
font-size: 12px !important;<< it,s near the bottom, change the 12px to what you want i used 8px…
Hope this helps
Cheers Asp…
October 25th, 2014 at 16:32 #27978In reply to: Show only titles on presentation page
Kjell Roger Eriksen
Been looking for days. 2 minutes after I created this post I finally found it!
It was in the POST EXCERPT SETTINGS ^^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 22nd, 2014 at 14:54 #27893In reply to: Meta information bar above post title in blog page
Bembis
I found it. If someone need it, you need to cuztomize content.php(in nirvana/content/ directory).
You need to cut 26-28 rows and paste it above<header class="entry-header">
(row 19).<div class="entry-meta"> <?php cryout_post_meta_hook(); ?> </div><!-- .entry-meta -->
October 16th, 2014 at 14:05 #27798In reply to: Front Car ONLY SHows 12 Posts
Gordon
Thank You! IT worked. I had to change themes until I found problem. Still is really great!
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 16th, 2014 at 04:17 #27784In reply to: How to exclude unused files from HTTP requests
Richard Buchanan II
Nevermind, I found both files referenced in theme-styles.php, located in tempera/includes. I can provide details for what to remove if others also want to make their network delivery more efficient.
Thanks anyway.
R
October 14th, 2014 at 22:37 #27752In reply to: Read More Link in slider
Zed
Cryout Creations mastermindSusan, I don’t see this on your website.
Does it happen someplace else? Did it stop stretching?
Nevermind, found it 😀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.October 13th, 2014 at 21:41 #27689MJ
Never mind. I found the following article and realized I needed to set the image as a featured image for the post.
http://www.wpbeginner.com/beginners-guide/how-to-fix-common-image-issues-in-wordpress/
October 9th, 2014 at 12:19 #27634In reply to: Custom Logo header not showing
Alex
Ah, just found out. You need to go to the customization page and select it there.
October 8th, 2014 at 18:55 #27621In reply to: Delete categorie
Stefan
Found it. It’s can be found under in de left side bar under posts in admin mode.
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 7th, 2014 at 22:55 #27606In reply to: remove text background in presentation slider?
Linda Herrin
That is found in the Dashboard >Appearance>Burvaba Settubgs > Oresebtatuib oage,
On my site I used the title text for all of the text there. I like it better than the actual textg font.October 7th, 2014 at 18:23 #27602In reply to: Font sizes differ Firefox vs Chrome or IE
Doug Sewell
Found the answer … https://support.mozilla.org/en-US/questions/971185
This particular PC was set to render fonts at medium size rather than default, and Firefox honored it. The others didn’t.
October 3rd, 2014 at 23:12 #27556In reply to: Featured image replace the logo on certain pages.
Trond
Problem solved. I found out, my mistake.
Trond
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 15:37 #27430In reply to: How to change 6 images and text on the top page ?
Kana
Hello, Kaz-san!
I found a good YouTube Video. I hope it’ll help us use Tempera theme.
私もちょうど同じ疑問で調べていたところです。こちらのYouTubeのビデオが役に立ちそうですよ。
http://youtu.be/SkmEp_VeFmQGood luck!
KanaSeptember 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 26th, 2014 at 09:05 #27422In reply to: compatibility with 4.0
Kay
Cryout Creations mastermindGlad you found out the problem Saran. 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 24th, 2014 at 17:24 #27375In reply to: Cannot disable Responsiveness
Kay
Cryout Creations mastermindHi,
Thanks for the feedback. It looks like you found a bug. We’ll have this fixed ASAP in the next theme update.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. -
AuthorSearch Results