Hi!
Alternatively you could select the “Don’t show the images at all and display the preview text only” option: http://www.clipular.com/c/6453051829256192.png?k=5TIdSdjsRn87CQytVuQeUU4899A
By going this way Enfold will stretch the content area of the ajax preview to 100% width and you can use the new space to build your custom layout. I.e. use the the “Easy Slider” shortcode and the “custom link” option for each slide to apply your custom link(s) to the images.
Regards,
Peter
Hi Guys
Loving Enfold by the way
Not sure whether this is something that can be done but is it possible to give the boxed version some drop shadow down the sides to lift it off the background? also it would be nice if the border could run down the sides to give it a finish as against a cut off look.
Its purely a visual thing everything about Enfold is working perfectly for me. With not having any coding knowledge I thought I would ask as you guys may just have a quick remedy for this, CSS and all that!
Please advise
Kindest regards
Pete
This reply has been marked as private.
hey,
i switched to several other themes and the problem still appears, that is pretty confusing since everything was working fine a few weeks ago. then i updated the enfold theme and the portfolio issues occured. then i didn’t check for the products, but obviously the fault has to be somewhere else…
can it be, that the wordpress update to version 3.8.1 caused the problem? i googled for this issue but couldn’t find a solution :/
would be glad for any hint!
best regards
philipp
Hey Neal!
I marked this thread for Kriesi. Unfortunately bbpress doesn’t allow us to edit the username and Kriesi must replace it in the database table. It can take some time though because we’re working on the next Enfold theme update and we want to release it on Monday.
Regards,
Peter
Hi,
I have a problem with the gallery. I would like to set up a gallery as under the “Enfold demo / Shortcodes / Gallery / Bigger Gallery with preview”. But no matter what sizes settings I’ll make for the gallery preview in the editor, it always seems the same big preview picture.

Any ideas? Thanks!
Best regards, Alex
This reply has been marked as private.
Hi ,
In enfold, can we implement page transitions between two pages as below?
http://tympanus.net/Development/PageTransitions/
Thanks
Brijesh
Is enfold having any Login page template ?
Hey guys,
I know I may ask something that may not be solved but I try anyway.
I just installed a really cool plugin form that allows you to have optin forms popping up at the bottom of your page as you scroll.
The problem is that the name and email fields do not seem to appear horizontally as they should…
The developer said the following:
Antonio. It looks like all of the formatting didn’t get stripped out. Another possibility is that you have styles for your theme that cause form elements to appear on their own line.
Is there a way to fix that, maybe by adding some quick css or modifying some code (that I don’t know)? Here is the correct example of how the optin shows up on the developer’s website:
http://optincrusher.com/training/aweber-integration/#comment-573
and here is the wrong one on mine:
http://vacationrentalsecrets.com/about/
Thank you so much! I know this may not be feasable, but I would really like to use that optin and not discard it because it doesn’t fit with Enfold.
Antonio
Hey mscott819!
Unfortunately that kind of customization is beyond what we can do via support as well. I would recommend having a freelance developer from either Microlancer or Codeable re-style your iframe to match the theme styling in the same way you’ve started to above.
Regards,
Devin
When I enable minify CSS in W3 Total Cache it deactivates or prevents the enfold Image Rollover from working. Is there any way I can fix this?
Thanks
Jonny
Hey p_niedrich!
With this, it may not be something that we can assist with as I don’t know of a way to turn of the permalink structure for WooCommerce products. Try switching to a default theme like twenty fourteen or twenty thirteen. If the issue happens there then its a conflict with your server settings and permalinks that really should get ironed out in order to use pretty permalinks site wide.
Otherwise you could try the WooCommerce support forums and see if they could provide the same kind of fix Peter did for the portfolio permalink removal but for products.
Regards,
Devin
Contact Form:
Option to use input Name field as a watermark label inside the input bar rather than a normal Text label on top of the input bar.
(Would look the same as how the captcha equation sits inside the bar.) Would just make the contact form neater and simpler.
Hi. I’m using a small fixed header (which I assume is the default for the Enfold theme). How do I change the bg and hover state and text color of the menu drop-down labels? A close example is what is used natively on the WordPress 3.8 CP. (White text on dark grey; hover state reveals accent color). Unlike WordPress, however, I refer only to the drop-down (sub) labels, not to the main menu labels in the header (which are currently grey text on white). Thanks.
This reply has been marked as private.
Hey jmalevic!
What page did you set as blog or home page? You can set it on Enfold > Theme Options > Frontpage settings. You can create a custom sidebar on Appearance > Widgets > Enfold custom widget area then apply it on that page.
Regards,
Ismael
Hey Devin,
Actually, that isn’t true. The images are all different sizes. If you open them in the lightbox, you will see that they range in height and width. Like I said, for some strange reason, it is the case on both galleries, 4th row, mid image. I have added your recommended snippet. Still getting the same results.
That image is sized at 414×450 while the rest are 450×450. If the root dimensions before being uploaded are not over 450×450 (like that image isn’t) then WordPress shrinks it down to fit at its longest edge. In this case that leaves it taller than the other images.
Right now I only see it causing an issue on true mobile size. So you could wrap the max-height in a media query for mobile specifically to shrink it down even further with something like this:
media only screen and (max-width: 479px) {
#top div .avia-gallery img {
max-height: 79px;
}
}
Ultimately the issue just stems from using an image that is too small on one edge from all of the others.
Please don’t create duplicates like this. We are getting an abnormal spike in support requests so things will be delayed.
I’m closing this one so the other can be picked up where it was left off.
For #2, the field is to add a class name for that element. For example if you added in customclass you could then add css to your quick css or custom.css file (in the css folder):
.someclass {
color: #333 !important;
}
This would make text color of the the text in that element #333.
3) We didn’t write the code for the LayerSlider, its a plugin Kriesi has purchased the right to bundle with the theme so we aren’t really equipped to answer that.
Hey Ismael.
Have now added the new snippet and getting the same results. It is that single image on both galleries for some strange reason.
This is now what I have in total for this image ordeal
#top div .avia-gallery img {
max-height: 333px;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
#top div .avia-gallery img {
max-height: 132px!important;
}
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
#top div .avia-gallery img {
max-height: 217px;
}
}
Hey!
The next release of the theme will include a video implementation on the Fullscreen slider. I think that is what you need when I checked what you’re doing on the test site. I don’t think it is possible to add a fullscreen video on the layer slider without major modification. Try to enclose the iframe or video tag inside a div with 100% width:
<div style="width:100%;"><iframe src="//www.youtube.com/embed/UDW1bp6ANlE" frameborder="0" allowfullscreen></iframe></div>
You should probably wait for the Fullscreen Slider video implementation on Enfold 2.5.
Regards,
Ismael
Hey David!
The code above target the mobile screens like iPhone etc. Please add this below:
@media only screen and (max-width: 989px) and (min-width: 768px) {
#top div .avia-gallery img {
max-height: 217px;
}
}
Best regards,
Ismael
Hi Matt!
WooCommerce adds a new sidebar area in the widgets area specifically for the shop. You can customize its content there.
Widgets in the display everywhere will always show everywhere. There are a number of plugins that let you customize what widgets show where which you can use if you want more control over the widgets in your sidebars. Specifically this one: http://wordpress.org/extend/plugins/widget-logic/ and this one which is a bit easier to use http://wordpress.org/plugins/display-widgets/
The sidebar is intended to go under the product image. The demo just doesn’t have widgets on the sidebar for single products.
Cheers!
Devin
Hi clecocq!
I’m sorry but this is beyond the scope of support. Please hire a freelance developer to help you. You can visit this link. Request the feature here.
Regards,
Ismael
Hi!
Please update your theme files to the most recent release which has bug fixes from the past few in it as well. 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
Best regards,
Devin
Hi!
You can actually use the “Header with social icons and bottom navigation” then set the theme to “Boxed Layout”. You can apply the logo as header background. Add something like this on QUuick CSS:
#header {
background-repeat: no-repeat;
background-image: url(https://localhost/kriesi/enfold/wp-content/uploads/2012/04/2.jpg);
background-attachment: scroll;
background-position: center center;
background-size: cover;
}
.header_bg {
opacity: 0;
filter: alpha(opacity=0);
}
.logo {
display: none;
}
Change the background-image url with your logo background.
Regards,
Ismael