Hi!
Use this code instead:
.header_bg{
background-color: rgba(0, 0, 0, 0.8);
}
Best regards,
Josue
Hi!
It’s not Enfold but WordPress (TinyMCE), however here’s a workaround, go to your profile and disable the visual editor:

Now when you edit something you’ll do it only in Text mode, this way the HTML attributes won’t get removed.

Cheers!
Josue
Thanks Josue, that’s exactly what I was looking for.
However, I’m not sure if this is enfold.. but when I enter this code into the text box and save..
<img class="a" id="img4" src="http://godsfingerprints.net/wp-content/uploads/2013/10/fingerprint-roughcrop667.jpg" rel="http://godsfingerprints.net/wp-content/uploads/2013/10/fingerprint-roughcrop.jpg" />
It deletes the rel tag and leaves it
"<img alt="" src="http://godsfingerprints.net/wp-content/uploads/2013/10/fingerprint-roughcrop667.jpg" />
Any ideas why this would happen? It seems a bit strange. I need the rel tag for the code to work properly.
Thanks!
Jason
Hi guys,
So I noticed that when adding a text field to the color section, the text is not vertically centered. How do we achieve this? I am using small padding option.
Thanks,
David
ok Devin I tried adding the default wordpress media gallery into a text field which allows you to still use the advanced editor, and also just using the default view and placing that way. In both cases you are right the default galleries automatically include the image title into the bottom of the lightbox. Exactly what I want.
But there is a glaring problem with this. Of course they get no styling like the enfold galleries. I want the sexyness of the enfold gallery but the funtionality of the default gallery. For you folks with skills this shouldn’t be too hard to implement into a child theme.
As of right now you already are… sort of. When you view a featured image for a blog post in the light box it appends the title name above the image in the lightbox. It doesn’t place it at the bottom IN the normal location but either way it is satisfactory. So you are already tapping into this with enfold.
So please try to help if you can on how to implement adding the image title name in to the lightbox when you view the thumbnails in a gallery built with the enfold layout builder. But on a child theme setup.
Thank you. This is super important for me to get this implemented as soon as possible. I need clients to be able to view and reference that unique name when looking at their images.
Hey Josue,
So it works for the header, but also made the navigation font transparent as well. How can I just make the header background transparent?
Hi,
I need your help. I updated the enfold theme and now I cannot center H1s H2s etc on the page. Why is that? How can I fix this?
I look forward to hearing back from you soon.
Regards,
Ruben
This reply has been marked as private.
Hi Yigit,
Brilliant – exactly what I was looking for.
I am ‘all juiced-up!’
Best regards,
Jim
Working in OS 10.8.5 in Chrome, FIrefox & Safari, the Available Widgets are not allowing drag & drop because the Add button is under the question mark that describes the Widget’s function. Therefore, I am unable to add Widgets to the Sidebars or Footers.
Screenshot attached with rollover effect:
http://amazingsinglesadventures.com/images/Enfold_Widgets.jpg
Excellent, glad we could help :)
Regards,
Josue
Hi!
I think so, try renaming this file (via FTP): uploads/dynamic_avia/enfold.css, then try to generate it again (from Enfold > Styling) to see if it works.
Cheers!
Josue
Hi!
Ok, I found the issue. We’ll fix this in the next version but it seems like Gravity Forms and our theme use the same class for the ajax submission. For a quick fix open up enfold/js/shortcode.js and replace:
$('.ajax_form', container).avia_ajax_form();
with
//$('.ajax_form', container).avia_ajax_form();
Note – this change will deactivate our ajax form but the next update will allow you to use both forms together.
Best regards,
Peter
We are already in contact via mail. closing this one for now ;)
I love enfold, but I’d love for the header to be a bit more modern. I’d like the header to act like http://disqus.com/community/ or https://www.uservoice.com/stories/. Where on scroll it goes white and is backed by a background image.
New to WordPress and Enfold so I’m sorry about this question if it’s too basic for you. I’ve designed a site and I’m hearing that it’s not working well from several people. It seems to work for me fine, but they are having trouble with it. My friend in NY told me this morning that he’s using his PC and windows explorer and he’s unable to view most of the site. He hasn’t told me which version on IE he’s using. If you get a chance, would you check out my site and tell me if you’re unable to view it correctly? http://noahyoungmusic.com/
Thank you.
Fullscreen Layout Element
Add a Fullscreen Layout element to the Avia Layout Builder. Useful when using custom galleries that should not have borders on the left and right.
Thank you for resolving my question, Josue. I updated Enfold, and my settings remained intact.
Thank you for resolving this issue, Devin.
I deleted my plugins folder as you recommended and reuploaded Enfold and my plugins. My site and CMS are now visible and accessible again.
I will just use the main Enfold theme for now and tweak its code there. I am having other larger concerns with Enfold that need to be settled first. Thank you for your time.
Hello,
Enfold and WPML – In the portfolio entries there is the possibility to “Add Preview Images”. Is there a chance to translate the pic-text or do i have to upload all pics twice – one time with german pic-description and one time for the english version? The description is shown on the slide-show in the bottom left corner –
http://ferienwohnungen-walcher.com/en/apartments-walcher-2/
and open the portfolio to watch the slideshow
Hey!
Please try following code with !important
#socket .sub_menu_socket { display: none!important; }
First try adding it to Quick CSS in Enfold theme options then flush browser cache and refresh page a few times, if that does not work try adding it to custom.css file inside Enfold/css folder
Regards,
Yigit
I’ve purchased the Enfold and use it for a while, it’s really a great job. Thanks for bringing us such great template.
But I’ve found that I can not use the advance layout in the Woocommerce product page, is that possible to make that? If can, that should be very very great. Looking forward to your reply, appreciate it.
I’ve purchased the Enfold and use it for a while, it’s really a great job. Thanks for bringing us such great template.
But I’ve found that I can not use the advance layout in the Woocommerce product page, is that possible to make that? If can, that should be very very great. Looking forward to your reply, appreciate it.
I’ve purchased the Enfold and use it for a while, it’s really a great job. Thanks for bringing us such great template.
But I’ve found that I can not use the advance layout in the Woocommerce product page, is that possible to make that? If can, that should be very very great. Looking forward to your reply, appreciate it.
Hi Devin,
I see that now by setting up a barebones stock WP install with the theme. The buttons are all flat. However, the buttons did not look like that 2 weeks ago!
Was styling changed in either one of the two most recent updates?
Thanks!
Phil
Hey Jason!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.image_size_widget .news-thumb img { width: 36px; height: 36px; }
.image_size_widget .news-thumb { height: 44px; width: 44px; }
You can adjust as desired but 36px’s in first line and 44px’s in second line should be rational
Cheers!
Yigit
Hi!
I’ll tag the topic for Kriesi but it will probably take him a bit of time as he is finishing up things for the next theme release.
Neither I or any of the regular support crew can give permission however so you’ll need to wait for Kriesi’s input.
Cheers!
Devin
Hi!
The “theme color” option has no gradient effect. That is the “Theme Color (subtle) option”.
Best regards,
Devin
Hey Jennifer!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#main {
background-color: transparent;
}
Best regards,
Yigit