This reply has been marked as private.
Any luck on this? Thanks.
I haven’t acces to php.ini and other solutions don’t success.
I’ve try to contact my server administrator.
I’ve try to insert smallest images but the problem is the same…

Page in edit mode — Note that author’s picture is reduced and flush left with copy.
I’m no longer worried about the slider.
I don’t know how to attach a screenshot to this message.
The problem is that the image adjustment is not working for the image. It works in the edit mode, but once the page is saved, the image appears as the original unedited size.
Hi DavyE!
Please refer to my post here https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
instead of 200, please use 88 and remove the custom CSS code you have added to decrease the height of header
Regards,
Yigit
-
This reply was modified 12 years, 2 months ago by
Yigit.
Appreciate the help Devin, this is resolved.
Hey pako69!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a, .logo img { max-width: 193px!important; }
#header_main .container, .main_menu ul:first-child > li a { height: 105px; line-height: 105px; }
It will increase the header height and display your logo fullsize. If you would like to keep the header height the same, please edit your logo image and make it smaller, 160x88px
Cheers!
Yigit
Hallo,
I have this problem with LayerSlider:
When I try to change the background image of a slide, the Save button remains on red colour and don’t save.
I have already try to disable alla my pugins but the problem remains.
I have try to change the backgraound also width the default slayers and a new slayer that I created.
This is the site I’m building: http://www.cocktailteam.eu/
Thanks!
Hey!
The background for the big images is just set to be the same as the general background when using the blog layout and not one of the blog shortcode layouts.
You can remove it by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .big-preview {
background: transparent;
}
Cheers!
Devin
I’ve the same problem…
But only when I insert a background image.
I wait a solution….
Hi zanardelligolf!
Please edit your product and change Product Hover to display first image from gallery. Then add the image you would like to display on hover in “Product Gallery” section http://i.imgur.com/DE9YJGB.jpg
Cheers!
Yigit
I love your theme, but I cant seem to figure out how to get this rather simple thing to work.
I have set up a gallery using high-res images. The gallery works fine, but when I click the thumbnail to view the original sized image I only get a medium sized version.
I have tried all the options in the gallery without result.
HiYigit!
On the testsystem (just setup and enfold enabled) it’s the same bug with the white around the pictures.
http://wp1.gsvbaden.de/test/
It’s only in the Blogs-Overviews, not in the Page-Overviews. I make 2 of both on the testsystem to demontrate.
Thanx,
Stefan
-
This reply was modified 12 years, 2 months ago by
simpson199.
Hi guys
I still dont get it working
I am trying to get video to be part of my portfolio grid
that worked in replete
how to get it done the image of the video is automatically part if it with a simple thing to do?
http://bevlogenverf.nl/graffiti-kunst/
AJAX appears to be compromised – any ideas for a fix please guys?
SEARCH >> http://englishmum.com/
GALLERY >> http://englishmum.com/image-gallery
ACCORDION >> http://englishmum.com/easy-step-by-step-toad-in-the-hole.html
Many thanks!
Andy
Thanx Yigit!
You can see it on http://wp1.gsvbaden.de/
I switch the bg image on for you. So you can see the white frame around. I tried disabling all plugins but the error is still there.
Can you also tell me why there is no enfold-footer (I turned everything on and the footer-menues have widgets. But there is some kind of crazy footer. Or shell I bether make new Threat? I also disabled every plugins for test purpose, but the wrong footer is still there…
Thanx for your great support,
Spims
-
This reply was modified 12 years, 2 months ago by
simpson199.
Hi!
1. Is there any way to randomize the order of the images for the fullwidth slider?
2. Is there any way to make the controls (arrows + dots) for the ajax preview slideshow to always show, instead of only when hovering?
Best regards,
Tomas
Hi!
You must use the “Fullwidth Masonry” element (can be found in the “Content Elements” tab). The masonry gallery can’t display products (or any other post type like portfolio entries) but you can use it for images.
Best regards,
Peter
Thanks Ismael,
I have solved the issues in the following way, following your instructions:
(1) Replacing in loop-index.php:
//echo preview image
if(strpos($blog_style, ‘big’) !== false)
{
if($slider) $slider = ‘‘.$slider.’‘;
if($slider) echo ‘<div class=”big-preview ‘.$blog_style.'”>’.$slider.'</div>’;
}
for
//echo preview image
if(strpos($blog_style, ‘big’) !== false)
{
if($slider) echo ‘<div class=”big-preview ‘.$blog_style.'”>’.$slider.'</div>’;
}
(2) Adding on quick css only:
.template-blog .post .entry-content-wrapper, .template-blog .blog-meta {
overflow: hidden;
margin-top: 10px;
}
(3) Adding on quick css:
.tag .post-title.tag-page-post-type-title {
border-bottom: 1px solid #e1e1e1;
padding-top: 10px;
margin-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}
Thanks very much for your job. I am delighted to have chosen enfold theme because I thin:
– It is a great theme
– All kriesi team work to add more a more functionalities
– And, of course, ¡a great support!
Thanks for your time and support, Raúl.
Hi!
Please add this on your custom.css to fix the grid entry image height:
.grid-entry .attachment-no.scaling.wp-post-image {
max-height: 44px;
}
Regards,
Ismael
Hey Josué!,
Thanks for helping me.
in fact I had already done it, I just found the problem, when the Featured image is smaller than 164px, the animation when the mouse over does not work. I have an example with 2 items in the portfolio made the same way, the only difference and the height of the thumbnail.
Please see: http://smartreportsolutions.com.br/single/
the height of the thumbnails is 71px I need, can you help me?
Cheers!
Thanks a lot Yigit!
About 4 – Is there a code to get the social buttons in the center? I currently placed them under
$firstCol = 'first';
switch($columns)
{
case 1: $class = ''; break;
case 2: $class = 'av_one_half'; break;
case 3: $class = 'av_one_third'; break;
case 4: $class = 'av_one_fourth'; break;
case 5: $class = 'av_one_fifth'; break;
}
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
echo avia_social_media_icons($social_args);
Some more things did pop up!
5) I would like to include a line between each post on the home page (like http://www.lunchforone.de/) – possible to do?
6) Is it possible to change the style of the date format to the “sentence” style as used at the above link)
Thanks a lot!
Tina
Hi Raul!
1.) Please edit includes > loop-index.php, find this code:
//echo preview image
if(strpos($blog_style, 'big') !== false)
{
if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>';
if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
}
Replace it with:
//echo preview image
if(strpos($blog_style, 'big') !== false)
{
if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
}
2.) Add this on Quick CSS to create a separator below the image:
.single .big-preview.multi-big {
border-bottom: 1px solid gray;
}
.template-blog .post .entry-content-wrapper, .template-blog .blog-meta {
overflow: hidden;
margin-top: 10px;
}
3.) You can use this:
.tag .post-title.tag-page-post-type-title {
border-top: 1px solid gray;
padding-top: 10px;
margin-top: 10px;
}
Best regards,
Ismael
Hi aliquill!
Please remove the header background then add this on Quick CSS or custom.css:
.bottom_nav_header.social_header #header_main .container {
height: 88px;
line-height: 88px;
background: #ffffff url(https://test.brightminder.co.uk/wp-content/uploads/2013/04/header-710x100.jpg) center left no-repeat scroll;
}
Regards,
Ismael
Hey!
Can you please post the login details here as a private reply? You can add a text on the “Buy Now” menu item then enclose it on div or span tag. We can hide it on desktop view. I don’t think it is possible to show images on the mobile dropdown menu without major modifications.
Regards,
Ismael
Hey!
When editing the single portfolio, set the images in this section:

Best regards,
Josue
I’m trying to adjust the opacity for the “Add to Cart” and “Show Details” text that appears beneath each product image on our product grids. Currently, the text is dimmed until you hover over it, and I would like to remove the opacity setting from the text (or set the opacity to 1) so that the text is at full opacity whether a visitor is hovering or not. You can see what I’m talking about on our homepage: http://pencils.com. I thought this would be a quick fix, but I’ve been scratching my head for a few hours now. Thanks beforehand for any help!
Hey!
I’m sorry but there is no screenshots. Please post a screenshot of the issue. Like Yigit, I can see the Easy Slider is working normally as expected.
Regards,
Ismael
I am having the same issue on a mobile device. The website is displaying fine on a desktop or tablet but not on the phone. Everything is in code & no images display. It was previously working find. PLEASE HELP!
Thanks!
Laura