Hi there.
We got a problem…
Theme, ENFOLD, latest version
WP, 3.6
If responsive option was active for the slide, it looks great at mobile devices, but, for WEB, it creates a big “empty space” under de slider
See example at http://46.137.157.107/?page_id=104
In other hand, If we deactivate “responsive” option for layerslider, this “empty space” desapeares al WEB site, but, images increase their size, resposive dosent works, even we introduce dimensions (2000×500 in this case).
See the diferece at http://46.137.157.107/?page_id=93 for example.
How to fix woth options??
We need a 2000×500 px slider without “blank space” under de slider, and of course a correct resposive behaviour.
Many thanks in advance
best!
I’m trying to create a portfolio grid on my homepage. The portfolio items are showing but not the images. Each item has an image attached to it from the “Add Preview Images” section. I just need a simple portfolio grid, no AJAX for now.
Am I missing something? Is there a guide or tutorial on creating a portfolio?
I’m experiencing the same thing in the tabs function. Image that has been inserted via add media does not save.
Hi, I’m am wondering how to change the border style of the main menu items for hover and active. I would like to replace the default border style with a 1px blue border on bottom, top, left and right. Also, is it possible to make it square, 65px by 65px similar to the attached image?

many thanks,
Charles
Is someone looking into this problem or am I on my own here?
Thanks Yigit. I think I’ve talked them into using navigation at the bottom of the header, but the attached image illustrates what they asked for.
http://184.154.44.90/~timbrost/ifsp.org/wp-content/uploads/2013/11/Stacked-menu.png
Hi Yigit,
Thanks for the help! The solution you provided only has IMG 2/URL 2 launch in “target=_blank”, as opposed to IMG 1 and IMG 2. But no worries, I found an alternate workaround using HTML to place an image with link within a Text Widget. This allows for custom sizing, as well as being able to custom control targets for each specific image.
http://onecoolsitebloggingtips.com/2008/02/28/wordpress-placing-images-in-text-widgets/
This reply has been marked as private.
Hi!
It should be possible but please post a screenshot first :)
Cheers!
Yigit
Thank you! :)
One more thing: Can I tell the header to put the logo always above the menu? The client’s log is big and wide and she wants the nav-menu below it.
Cheers,
Jan`
Hi!
Sure, I am keeping this thread open :)
Best regards,
Yigit
Hi Yigit,
as it is only a draft for the client, it’s fine with me for now. I only need to know, that it would work. I will get back to you, if the client accepts the offer, okay?
Thank you so much!!! That’s an awesome support. I hope to build a lot more website with ENFOLD and through that buy it a lot more, too! ;)
Cheers,
Jan
That worked for me, any idea how to change the breadcrumbs to text links? I’m trying to basically add in a sub-nav in the page headers utilizing the breadcrumbs positioning.
Hi!
Can you post a screenshot and show how you would like it to look? If you do not mind creating a temporary admin login, i can login and do it for you. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Regards,
Yigit
Hey Yigit,
thanks so much for your great help. I really appreciate!
Everything worked out fine. Expect for the image in the header. Can you assist me with that one more time? Where would I add the line/the link to the uploaded image? :-/
Thank you!!
Cheers,
Jan :)
Hello Peter,
well not exactly. try to lower your screen resolution to 1680 * 1050
Tomas
Hey Ismael,
thank you so much. That works now fine in Firefox.
Safari and Chrome show now caption titlles instead of the filenames.
How could I change configuration to:
– suppress caption title
– suppress caption
I already excluded caption and caption title with Quick-CSS:
.avia-slideshow-arrows a::before {background: #000; background: transparent;}
.avia-slideshow .avia-caption .avia-caption-title {display:none !important;}
.avia-caption-content {display:none;}
{.avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content { opacity: 0!important; }}
Kindly regards,
Remo
This reply has been marked as private.
Thank you very much for getting back to me. However, even after trying numerous browsers ( Firefox, Chrome and Opera ) the lightbox images are still not showing correctly,
Re-uploading the theme as per your instructions via FTP does not appear to have helped anything.
Please advice.
Hey!
Please re-update the theme via FTP. Images are not being outputted. I am guessing Logoslider.php file is corrupted
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Yigit
hey yigit,
thanks for reply. second question could be solved. (problem was the use of a childtheme) thanks.
the first question now in english: we would like to embed images from a external server (e.g. webcams) to either easyslider or for example with the “normal” image shortcode. it does not seem to be possible because one can only choose uploaded images. any suggestion?
best regards
Please refer to this support thread.
The header image displays fine in IE8 on WinXP if compatibility mode is turned on.
However, the same thing is not the case for IE8 on Win7.
Instead the logo shows with a smaller height, and hence width.

We are using Respond.js, but it seems that some media query-specific CSS rules in custom.css is being applied at desktop width, to reduce the size of .responsive .logo
I tried re-ordering the media queries in custom.css to make the desktop sized rules be applied last by IE8, but this didn’t work.
How can we fix this?
Hi, i just want to place a image with a drop shadow directly under the layerslider.
How do i mange this?
It shall look like the revolution slider shadow.
Example is here: http://bauwerkexperten.de/
Best regards,
Markus
Hello,
I am trying to make two pages with blog post entries from different categories. I set both pages up identically (both with no header displayed and content excerpt with read more link). One page does it correctly, the other does not. Can someone help me out? Thank you already. These are the pages:
http://jeutie.info/releases/
http://jeutie.info/change-logs/
P.S: Is it normal that my featured images when viewing a post are offset to the left?
Hi!
I tagged the thread for Kriesi and asked him to look into it.
Regards,
Peter
Hey!
If you want to change the link of the featured image open up /wp-content/themes/enfold/includes/loop-index.php and replace
//echo preview image
if(strpos($blog_style, 'big') !== false)
{
if($slider) $slider = '<a href="'.$link.'">'.$slider.'</a>';
if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
}
with
//echo preview image
if(strpos($blog_style, 'big') !== false)
{
if(!empty($url)) $slider = '<a href="'.$url.'">'.$slider.'</a>';
if($slider) $slider = '<a href="'.$link.'">'.$slider.'</a>';
if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
}
Regards,
Peter
Hi!
Yes, the reason is that the hover effect will be deactivated if the image height is smaller than 100px (there’s simply not enough space to show the icon for smaller images). We’ll remove the hover effect from all logos in the next version. If you need a quickfix open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider.php and on line 415 search for following code
$output .= "<div {$data} class='avia-logo-element-container {$border} avia-logo-{$type} avia-content-slider avia-smallarrow-slider avia-content-{$type}-active avia-content-slider".avia_partner_logo::$slider." avia-content-slider-{$total} {$class}' >";
and replace it with
$output .= "<div {$data} class='avia-logo-element-container {$border} avia-logo-{$type} avia-content-slider avia-smallarrow-slider avia-content-{$type}-active noHover avia-content-slider".avia_partner_logo::$slider." avia-content-slider-{$total} {$class}' >";
Best regards,
Peter