Hey!
1) Probably it’s a stock image and Kriesi is not allowed to distribute it with the theme files. However you can download it here: http://kriesi.at/themes/enfold/files/2013/04/room.jpg
2) I didn’t test Nextgen pro with our themes yet. I’ll try to get hold of a copy and hopefully we can make it compatible with Enfold…
Best regards,
Peter
Thanks Yigit, problem solved!
I imported all demo files but don’t see the background image in the HELP page.
I want to use NextGen pro with Enfold – is this plugin compatible with your theme?
Thanks,
Hi Evan,
Please add following code to Quick CSS
.single-post .single-small.with-slider .small-preview { width: 100px; height: 100px; }
Width and height should be the same as you defined in functions.php file
Regards,
Yigit
Hi Josue,
Thanks for pointing me in the right direction. I changed the ‘square’ setting which does reduce the image size, but the result was that the image just occupies the top left corner of the box that was its previous size. The remaining area where the featured image was stays grey and it doesn’t allow the text to be wider which what I want to happen.
Is there a change elsewhere that can reduce the size of the featured image on blog posts?
Thanks
Evan
Hey,
Edit a portfolio item then look for the Featured Image on the lower right of the editor.

Regards,
Ismael
Sorry, but where do you set this feature? in the choice of sizes for the images themselves? I use only photos for these portfolio items, and from one specific image category only
Hello,
I’ve set featured images for my video items and also set the vimeo video links on Define custom link but when i click on each portfolio item it gets stuck on loading window:
http://www.nikalabs.info/cascade5/aeroacoustics/
Hmm..that didn’t work. This is what the entire child functions.php looks like:
<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/
$avia_config = array(‘width’=>500, ‘height’=>300 ); // images for portfolio entries (2,3 column)
Is there anything missing?
Hey,
You need to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
Hi,
That can be done with CSS, can you please post a link to your website and the desired image?
Regards,
Josue
Hi,
Yes, it is possible.
To hide the featured image in the single post open the /enfold/includes/loop-index.php file:
Replace the line 77:
if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
With this:
if(!is_singular()) if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
That should do it, just tested locally.
Regarding the second question, thats a little more tricky because there are a ton of places where the blog loop can occur, where exactly do you want to disable the link?
Regards
Josue
Hi,
Here’s how i managed to do it, just tested locally and it works:

Regards,
Josue
First off let me say, LOVE the theme!
2 Questions.
1) Is it possible to set a featured image so that it shows up in the news thumbnail (like in sidebars) but does NOT show up on the post?
2) When the featured image is at the top of a post, is it possible to disable the hyperlink (and rollover) so that it is just a static image?
Any help would be greatly appreciated, thank you.
Hello I need to display a image on the right on the menu like this:
View post on imgur.com
how can I do this?
Hi, I followed the instructions in your documentation, but when I add the code (below) in my functions.php child theme, nothing changes
$avia_config = array(‘width’=>500, ‘height’=>300 ); // images for portfolio entries (2,3 column)
Please help..thanks!
Hi, i have spent many hours in the gallery media element.
I think it does not work as it seems in your demo website.
Here is my website with the gallery at the left of the bottom of the home page. http://www.petrapyra.gr/
Here you can see my settings
http://postimg.org/image/g5kqjzdg1/
1. For some reason i cannot explain , thumbnails look faded as you can see here:
http://s21.postimg.org/7bipozx07/bad_capture.jpg
instead of the bright thumnails in your demo website here:
http://s13.postimg.org/gk7xxhe3r/good_capture.jpg
2. Moreover when i have my mouse over the thumbnail the big image does not change as in the demo.
3. The caption seems as an ugly link below the big image as you can see here:
http://s21.postimg.org/7bipozx07/bad_capture.jpg
instead of the pretty balloon caption that appear in your demo website as you can see here:
http://s13.postimg.org/gk7xxhe3r/good_capture.jpg
4. Unless i set “yes” in Use lightbox option in Settings it open the image in a new window….
Please help!
Thank you in advance!
Kostas
Hi,
I want to know how i can spin image in infinite loop on layer slider. Example link is http://jsfiddle.net/Tw5pw/89/
I want to place this spinning wheel in the center and put other content and callouts around it. I am using Enfold 2.01 theme.
thanks for help in advance.
Regards
I solved it. Did upload newest theme folder to ftp and now works again. Maybe soemthing was broken while uploading a file or so.
Thx
Hi, i’ve created a gallery with same – height images but the created thumbnails have different sizes and don’t appear normally – next to each other – at the grid. Could you help?
The page is http://apertogroup.gr/demo/portfolio-item/%CE%B5%CF%83%CF%89%CF%84%CE%B5%CF%81%CE%B9%CE%BA%CE%AD%CF%82-%CF%80%CF%8C%CF%81%CF%84%CE%B5%CF%82/
Hi,
Can you post a link to your website please?
Regards,
Josue
Hi,
Is this page? i do see the images in the grid.
Regards,
Josue
Hi there,
when I click on a product picture (from product gallery) then on the deatil page of the product all pictures are missing. Just showing the text. Any idea why? We want to go live tonight, so it’s kinda urgent.
add into a simple text block:
[fiftyfifty img1="http://yoursite.com/wp-content/uploads/testsw.jpg" img2="http://yoursite.com/wp-content/uploads/testsw.jpg/testfarbe.jpg"]
copy the images paths after uploading the two images to your media library.
Hi,
I meant to say please make sure that you have set Featured Image for portfolio item
Regards,
Yigit
Hi Evan,
Be sure you are using the latest version of Enfold, then open this file: /wp-content/themes/enfold/functions.php
The settings you want to change starts in line 78:
$avia_config = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
$avia_config = array('width'=>180, 'height'=>180); // small image for blogs
$avia_config = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
$avia_config = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider
$avia_config = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
$avia_config = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
$avia_config = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)
$avia_config = array('width'=>710, 'height'=>270); // big images for blog and page entries
$avia_config= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
Regards,
Josue
Hi,
You should open Header.php file in Enfold folder and find following code in lines 104-106
$phone = avia_get_option('phone');
$phone_class = !empty($nav) ? "with_nav" : "";
if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";
Cut it and paste it under this line
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
Then add following code to Quick CSS
.social_header .phone-info { float: right; padding-top: 10px; }
.bottom_nav_header #header_meta { display: none; }
Regards,
Yigit
I want to reduce the size of the featured image on blog posts. I have looked through the forum and it is usually recommended that you find a piece of code similar to the following in the functions.php file and edit that.
avia_config = array(‘width’=>1500, ‘height’=>430 );
I have looked through this file using the ctl+f function and I have found nothing like it. Please help!
Thanks,
Evan
Hi,
Can you please make sure once again that you have set Featured Image while creating portfolio entries
Regards,
Yigit