I’m alright with it not being fixed right away now, but is it safe for me to assume it’ll be incorporated into a coming update? :)
I created a blog post with an intro paragraph, embedded a gallery of 10 images using the JetPack “Tiled Mosaic” option, then continued the post for a few more paragraphs. This is how I’ve structured a number of my posts in the past with no trouble.
But after one of the recent Enfold updates, I now get a large blank space below the gallery, before the rest of the post text continues. You can see it in this post here. As of Sunday night it’s a scheduled post, but I installed a plugin that lets me share those posts publicly:
http://davidchartier.com/?p=2451&shareadraft=baba2451_523fb4a97cd09
Any idea what’s causing that? Thanks for your help!
Sorry, I may have misled you. As this is the production site for my business, I had to revert the theme to 2.1.
You can see in the screenshot I provided that the logo is clearly stretched.
Surely this can be reproduced elsewhere?
Hey!
The logo stays 257x88px on any screen sizes. The container decreases on smaller screen sizes that’s why the menu is closer from the logo. You can add this on your custom.css or Quick CSS to decrease the logo size on smaller screens.
@media only screen and (min-width: 1005px) and (max-width: 1155px) {
.logo, .logo a {
max-width: 200px;
margin-top: 5px;
}
}
Regards,
Ismael
Gday Kriesi
Regarding blog preview images, many images do not suit being cropped into a square.
I can live with the thumbnail being square, but am wondering is there a way to override the cropping of the small preview (default 180px square), such that I can force the image width to the default 180px, but obtain an auto height instead? Thus, displaying the small preview as either landscape or portrait image?
cheers
Darryl
Hey!
Edit includes > loop-page.php, find this code:
$thumb = get_the_post_thumbnail(get_the_ID(), $avia_config['size']);
if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";
Remove it.,
Best regards,
Ismael
Hi mcheev!
You can download RUS po-mo files here. Place it on wp-content/themes/enfold/lang folder. Edit wp-config.php, find this code:
define('WPLANG', '');
Replace it with:
define('WPLANG', 'ru_RU');
Cheers!
Ismael
I don’t want to do it in that way because Google will find that I’m hidding something and it could be penalized.
It is possible to do it from the php?
Regards
Hey scisterna!
You can add this on your custom.css or Quick CSS to hide the featured image on pages:
.page .page-thumb {
display: none;
}
Regards,
Ismael
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi again,
This code will do it only in the portfolio:
.portfolio-preview-image .avia-gallery .avia-gallery-thumb a{
width: 10% !important;
}
Cheers!
Josue
Thanks, Josue! Perfect!
By any chance do you know how to change the image associated with our forum profile? I would like to put my picture where the leaf is and haven’t found where to do that.
Hey!
The reason why some of the content showcased in the demo wasn’t included in the dummy is probably because they don’t have a commercial license (like stock photos).
Please Note: Most images in the theme demo are stock photos from photodune which are not part of the theme
http://themeforest.net/item/enfold-responsive-multipurpose-theme/
Cheers!
Josue
It’s in the logo in the image shown. www dot tiperformance dot com dot au.
Hi
I set up a featured image on a page and automatically that featured image it shown on the top of my page. I don’t want that.
It is possible to remove it from pages without removing the featured image itself (I use that image for a plugin)?
Can you get the images within a easy slider to open in Lightbox?
Also is there a way to search in the new forum just within the theme you are using? I used to be able to search just within Enfold theme for possible solution’s. It now seems there is only one search and you can narrow the search?
Regards
Chris
Hello, great theme!
Is there a way to show thumbnails (of post’s featured image) on search results page? I looked through the forum and was unable to find a clear answer.
Regards
I would also REALLY appreciate more options in the table. I have made a beautiful table using font icons and images in the header, and I want to put in something at the top, and to do that the only way is to put it all in again. I hope to be able to drag and drop, or move up down arrows. I would also love to be able to pick icons and have a default editor for putting in data. Would make it powerful and really a good tool. I also see that when I put in too much text it brakes the lines. Because they then get different height. Could they all adjust if one row/column needs more space? I loooove the theme and the flexibility and I hope the table will follow the quality the rest of the theme has.
Another thing is that I would love to see the same choices for the footers. to be able to choose their size and to have avia content builder to create content. That would really be something. What about in stead of choosing the numbers of footers in the theme options and then edit them through widgets, we could just build it like a page, which then is set as footer throughout the website, or on specific pages?
I love this theme so much I am soon to release it through a network and buy it for every new client that I get. IT really is fantastic, and I am looking forward to see what what improvements will come with time.
thank you
Hi Pat!
Please add following code to Quick CSS in Enfold theme options under Styling
body .container_wrap .avia-builder-el-last { margin-top: 0; }
Cheers!
Yigit
Sure Yigit. Here ya go buddy : http://goo.gl/XWPCEU
Hi Yigit,
Yes mate I tried that, but it made no difference, the blog was still the same width. I’ve added the side bar back, and would now like to remove the featured image.
If you look at this blog entry ….
http://www.worksmedia.com.au/seo/truth-cheap-seo/
You’ll see how the Digg Digg social share slider overlaps the image. It doesn’t look right.
How can I get rid of the featured image and widen the text area??
Hey,
Please read the post below the black line as the solution in the end didn’t solve the problem. (https://kriesi.at/support/topic/ajax-portfolio-thumbnails-show-showing-incorrectly/)
The code did correct the problem in the portfolio but then made problems elsewhere.
#top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; }
If you see the example image you will see a before and after on the home page. The first being without the code and last with the code.
http://www.chriswardphotography.com/test-area/examples/example12.jpg
I just need to correct the error that was happening on the portfolio the rest of the site was working ok.
Best wishes
Chris
—————————————————————————————————————————————————
After updating to version 2.1 my thumbnails in the Ajax portfolio are not showing incorrectly.
http://chriswardphotography.net/business/portfolio/
I have the ‘Gallery Thumbnail Columns’ set to 10 but its showing 5.
I have taken all my css out and no change. Also turned of my plugin’s no change. Any ideas?
By the way nice new forum site :-)
September 19, 2013 at 2:40 am #163266
Josue
Moderator
Hi artistic24459!
I think that’s an unexpected behavior, however here’s a quick fix, apply this CSS to the custom.css file or in the Quick CSS section:
#top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; }
Regards,
Josue
September 19, 2013 at 9:59 am #163474
artistic24459
Participant
Perfect, thanks Josue.
September 19, 2013 at 10:01 am #163475
Hey headbentdesign!
Can you post the link to your website?
Cheers!
Yigit
Hi jasonbolger!
Can you post the link to your website?
Best regards,
Yigit
Just to let you know that every time you update the post your position in the cue will reset. I only know this as I did it once :-)
Its best to give around 2 days max for a reply. Most of the time they get back to you a day later. For weekends I have had answers but we all need a break sometimes :-) so normally you need to wait till Monday.
You can reset the thumbnail sizes in the function.php. I used this in my child theme:
<?php
function avia_change_image_size_array()
{
global $avia_config;
$avia_config[‘imgSize’][‘widget’] = array(‘width’=>36, ‘height’=>36); // small preview pics eg sidebar news
$avia_config[‘imgSize’][‘square’] = array(‘width’=>180, ‘height’=>180); // small image for blogs
$avia_config[‘imgSize’][‘featured’] = array(‘width’=>1500, ‘height’=>901 ); // images for fullsize pages and fullsize slider
$avia_config[‘imgSize’][‘extra_large’] = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscrren slider
$avia_config[‘imgSize’][‘portfolio’] = array(‘width’=>495, ‘height’=>297 ); // images for portfolio entries (2,3 column)
$avia_config[‘imgSize’][‘portfolio_small’] = array(‘width’=>260, ‘height’=>156 ); // images for portfolio 4 columns
$avia_config[‘imgSize’][‘gallery’] = array(‘width’=>710, ‘height’=>426 ); // images for portfolio entries (2,3 column)
$avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries
$avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1030, ‘height’=>619 ); // images for fullsize pages and fullsize slider
if(avia_get_option(‘responsive_layout’) == “responsive responsive_large”)
{
$avia_config[‘imgSize’][‘gallery’] = array(‘width’=>845, ‘height’=>507 ); // images for portfolio entries (2,3 column)
$avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>845, ‘height’=>321); // big images for blog and page entries
$avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1210, ‘height’=>727 ); // images for fullsize pages and fullsize slider
}
avia_backend_add_thumbnail_size($avia_config);
}
add_action( ‘init’, ‘avia_change_image_size_array’, 1);
If you put this in your child theme folder it will override the theme sizes but you will need a plugin to regenerate the images after you have done this. I use Regenerate Thumbnails
For any more help I would wait the the professionals :-)
I just upgraded to Enfold 2.2. I deleted the old theme folder, extracted the new one. Since doing this, the site logo is displaying stretched when the site is viewed in any responsive mode under approx 1100px.

Any advice appreciated. I assume this is a bug in the updated theme.
Cheers,
Jason
Hello!
@set_carsten: Thanks for the tip.
@denye: You can do @set_carsten’s suggestion then you need to manually upload the images again if you don’t want to regenerate them.
Best regards,
Ismael
Hey cpUSA!
What slider you’re currently using? A link to your website will help.
Regards,
Ismael
Josue,
I don’t have an example as I deleted it back then. Basically, imagine a picture of a black square and you would hover over it, the black square would turn bright. I didn’t have to do any code for this effect and I’m wondering if this was scrapped in an update?
Dude – YES! I seriously have never experienced better customer service in ANYTHING. You guys rock.