Hi Eli!
1. Add this CSS to the Quick CSS (Enfold > Styling):
.fixed_header #main {
padding-top: 70px;
}
#header_main .container, .main_menu ul:first-child > li a {
height: 70px !important;
line-height: 70px !important;
}
.header-scrolled #header_main .container, .header-scrolled .main_menu ul:first-child > li a {
height: 45px !important;
line-height: 45px !important;
}
2. This will remove the box-shadow, and will make the border red (change red for the desired color):
.avia-section{
border-color: red;
box-shadow: none;
}
3. It is possible, but that would require a deeper customization, and that’s out of the scope of this support forum, if you really need it, try hiring a freelancer for the job.
4. Your logo is an image, you can’t ‘change’ the color of an image.
Cheers!
Josue
can you check please whats the problem with my webisite
http://diaarts.com/
As nupirkau rev slideri ir dabar zaidziu su jo
as noriu kad jame rodytu temos ikoneles
Gal gali man parasyyt .css koda kuri as galesiu iterpti i “rev slideri” .css
ten tokie kodai :
.tp-caption.small_yellow{
position: absolute;
color: #fff8dc;
text-shadow: none;
font-weight: 100;
font-size: 25px;
line-height: 9px;
font-family: ‘Alegreya’, serif;
padding: 0px 3px;
padding-top: 1px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:transparent;
}
man reikia kad butu sablonas kur as irasius iconos coda galeciau iskarto gauti paveiksliuka
.tp-caption.icons……
as dabar istatineju :
[av_font_icon color="#64fade" font="entypo-fontello" icon="ue803" size="30px"]
Aciu :)
Hello andreanapier1985!
Please take a look at Josue’s post here https://kriesi.at/support/topic/blog-post-excerpts-2/#post-169503
Best regards,
Yigit
Hi!
Yeah apparently i gave you css code for iconlist instead of iconbox. Here are correct codes;
.iconbox_top .iconbox_icon { font-size: 50px!important; height: 90px; width: 90px; line-height: 84px; top: -64px; }
.iconbox .iconbox_content .iconbox_content_title { margin: 30px 0 16px 0; }
.iconbox_top .iconbox_content { margin-top: 80px; }
You may need to adjust margin values depending on icon size. If you need to, feel free to let us know :)
Regards,
Yigit
Hello!
Your code works, but you will need to apply the background image via CSS too, because it needs to target the whole body element, add this to the CSS:
body.home{
background: #ffffff url(BG_URL) top left repeat scroll;
}
Result:

Cheers!
Josue
Hello
My site: http://www.adw.cl
I have a Post Slider in the sidebar. displayed everywhere widget area, page ‘Whiskypedia’.
In Firefox it is shown, but in Chrome does not appear.
This is the code I used in the widget area (type Text):
[av_postslider link='category,16,14,1,15' columns='3' items='-1' offset='0' contents='title' preview_mode='custom' image_size='thumbnail' autoplay='yes' interval='5']
Please help
Thanks!!
José
Fellow Enfold friends (BretherEnfold?) I recently had a maddening issue with a great plugin https://www.slidetabs.com/
After contacting the author (who was VERY helpful and quick to respond, BTW) he showed me this error
TypeError: settings.data is
. . . /wp-content/themes/enfold/framework/js/conditional_load/avia_google_maps_widget.js?ver=1.0.0
Line 27
I posted the details of the issue here : https://kriesi.at/support/topic/slidetabs-broken-by-2-3-upgrade/
A fellow user (jeeves) suggested disabling the offending “google maps widget” .js include file by renaming it, as he had the same issue with a different plugin.
Lesson being :
If your plugin uses jQuery in it’s interface, it may be incompatible with the .js included in Enfold 2.3
Hope this helps some of my other BretherEnfold (<- really like this word, but I’m just punning around :)
-
This topic was modified 12 years, 4 months ago by
Ismael.
I’m having the exact same issue – something happen with the latest update?
Hey jklillibridge!
Please remove
#top .social_bookmarks li { float: right; }
and add following code instead
#top .social_bookmarks { float: right; }
Cheers!
Yigit
Hey tonaua!
Can you post the link to your website so we can inspect it?
Cheers!
Yigit
Hi Dude,
is there a possibility to have the language 2 letter acronym instead of the flags (at the same place) ?
For instance, have EN for english, DE for german ?
Thanks
john
Hi Josue,
The website is not online yet. I want the content container and header and homepage slider to be transparent on the home page only – which has the class .page-id-1040. I tried adding it to the css you gave below but cant get it to work.:
#top #main,#top .html_stretched #wrap_all,#top .alternate_color,#top .header_color,#top .main_color,#top .header_color div,#top #header,#top .header_color .container_wrap_meta,#top .header_color .header_bg,#top .footer_color,#top .footer_color,#top .socket_color {
background-color:rgba(255,255,255,0) !important;
}
#top .container_wrap {
border-top-width:0px !important;
}
#top #header_main {
border-bottom-width: 0px !important;
}
Just please make sure that you add a background in Enfold > Styling > General. and remove the color from ‘Body Background color’ input box right above where you will upload the image on that page.
nop, LayerSlider comes with the theme.
everything was ok with the icons until last update.
after last update, comes the problem with the top icon.
allready try to replace all theme folder but not working.
Hello!
We’ll fix this in the next version. If you need a quick solution open up enfold/js/shortcodes.js and replace
heading.each(function(i)
{
var thisheading = $(this), content = thisheading.next(options.content, container);
if(content.css('visibility') != "hidden")
{
thisheading.addClass('activeTitle');
}
thisheading.on('click', function()
{
if(content.css('visibility') != "hidden")
{
content.slideUp(200, function()
{
content.removeClass('active_tc').attr({style:''});
});
thisheading.removeClass('activeTitle');
}
else
{
if(container.is('.toggle_close_all'))
{
allContent.not(content).slideUp(200, function()
{
$(this).removeClass('active_tc').attr({style:''});
});
heading.removeClass('activeTitle');
}
content.addClass('active_tc').slideDown(200,
function()
{
//check if toggle title is in viewport. if not scroll up
var el_offset = content.offset().top,
scoll_target = el_offset - 50 - parseInt($('html').css('margin-top'),10);
if(win.scrollTop() > el_offset)
{
$('html:not(:animated),body:not(:animated)').animate({scrollTop: scoll_target},200);
}
}
);
thisheading.addClass('activeTitle');
location.replace(thisheading.data('fake-id'));
}
});
});
with
heading.each(function(i)
{
var thisheading = $(this), content = thisheading.next(options.content, container);
function scroll_to_viewport()
{
//check if toggle title is in viewport. if not scroll up
var el_offset = content.offset().top,
scoll_target = el_offset - 50 - parseInt($('html').css('margin-top'),10);
if(win.scrollTop() > el_offset)
{
$('html:not(:animated),body:not(:animated)').animate({scrollTop: scoll_target},200);
}
}
if(content.css('visibility') != "hidden")
{
thisheading.addClass('activeTitle');
}
thisheading.on('click', function()
{
if(content.css('visibility') != "hidden")
{
content.slideUp(200, function()
{
content.removeClass('active_tc').attr({style:''});
});
thisheading.removeClass('activeTitle');
}
else
{
if(container.is('.toggle_close_all'))
{
allContent.not(content).slideUp(200, function()
{
$(this).removeClass('active_tc').attr({style:''});
scroll_to_viewport();
});
heading.removeClass('activeTitle');
}
content.addClass('active_tc').slideDown(200,
function()
{
if(!container.is('.toggle_close_all'))
{
scroll_to_viewport();
}
}
);
thisheading.addClass('activeTitle');
location.replace(thisheading.data('fake-id'));
}
});
});
Regards,
Peter
I had done just nothing, just replaced the themefolder with the update 2.3.1 – no new plugin, I disabled all – but it is not only my site.
When I view other ENFOLD websites and look at their blog and the comments there, I don’t see the commentators’ gravatars/images.
As said above, it is the same with the ENFOLD demo theme.
It has obviously nothing to do with my own installation, it’s a browser issue.
When I view my site, the ENFOLD demo or other users’ ENFOLD website – I see everwhere no commentator’s images when I use Firefox 24.0 with Windows 7 prof. 64bit Desktop!
BEFORE this theme update all was fine – same browser version, same Firewall, even when I deactivate it (F-Secure), no images in in the comments section with Firefox. The error obviously had come with the complete rewrite of the code in update 2.3.(1).
Hey!
We’ll include a fix in the next update – for now you can use the quick fix I posted here: https://kriesi.at/support/topic/enfold-doesnt-work-in-internet-explorer/#post-170437
Regards,
Peter
Teşekkürler :)
Maalesef olmadı ben Quick css tamamen yazayım size ters bir durum varsa düzeltelim.
element.style {
right: -472px;
}
Şeklinde görünüyor. Şu ekran kaydına bakabilirsen sevinirim: http://screenr.com/OlFH
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
background: #e1e1e1;
}
.image-overlay {
background: #e1e1e1;
}
.avia-icon-list .iconlist_title {
text-transform: none;
top: 0px;
}
.image-overlay .image-overlay-inside:before {
position: absolute;
border-radius: 50px;
background: #FFF;
height: 80px;
width: 80px;
line-height: 80px;
left: 50%;
top: 50%;
margin: -40px 0 0 -40px;
z-index: 500;
text-align: center;
color: #000;
}
.image-overlay .image-overlay-inside:before {
background-image: url('http://www.bir-gpanel.com.tr/site/wp-content/uploads/g.png');
}
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: "";
}
.image-overlay.overlay-type-video .image-overlay-inside:before {
content: "";
}
#header .mega_menu_title {
width: 153px;
}
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
padding: 3px 0px 3px 3px;
}
.avia-bullet {
border-top: 0px solid transparent !important;
border-bottom: 0px solid transparent !important;
border-left: 0px solid green;
}
.avia_mega_div .avia_mega6 {
right: -521px;
}
Türkiye de misiniz acaba özelden iletişim bilgilerinizi gönderebilir misiniz?
Saygılarımla.
-
This reply was modified 12 years, 4 months ago by
ZirveBilisim.
Hey!
Probably because of a small js error which just affects IE8 users. Try the quick fix I posted here: https://kriesi.at/support/topic/enfold-doesnt-work-in-internet-explorer/#post-170437
Best regards,
Peter
This reply has been marked as private.
I’m using WordPress 3.6.1 and get this error:
LayerSlider: old jQuery issue
It looks like you are using an old version (1.10.2) of the
jQuery library. LayerSlider requires at least version 1.7.0
or newer. If you are using the WordPress version of
LayerSlider, you can try out the “jQuery Updater” plugin
from the WP plugin depository. If you don’t know what to do,
you can write us a private message from our CodeCanyon
profile page. We need a temporary WP admin account (or a
temporary FTP account in some cases) to solve this issue.
I’ll fix this myself if you can give me some hint. I don’t
find the subroutine that previous posts on this topic
suggest patching.
Hi,
I’m using WordPress 3.6.1 and get this error:
LayerSlider: old jQuery issue
It looks like you are using an old version (1.10.2) of the jQuery library. LayerSlider requires at least version 1.7.0 or newer. If you are using the WordPress version of LayerSlider, you can try out the “jQuery Updater” plugin from the WP plugin depository. If you don’t know what to do, you can write us a private message from our CodeCanyon profile page. We need a temporary WP admin account (or a temporary FTP account in some cases) to solve this issue.
I’ll fix this myself if you can give me some hint. I don’t find the subroutine that the previous post on this topic suggests patching.
Regards
Hi,
I’m using Enfold with WordPress 3.6.1. I installed the jquery-updater plugin to solve previous version incompatilites. Now I’m getting this error when previewing the layerslider.
LayerSlider: old jQuery issue
It looks like you are using an old version (1.10.2) of the jQuery library. LayerSlider requires at least version 1.7.0 or newer. If you are using the WordPress version of LayerSlider, you can try out the “jQuery Updater” plugin from the WP plugin depository. If you don’t know what to do, you can write us a private message from our CodeCanyon profile page. We need a temporary WP admin account (or a temporary FTP account in some cases) to solve this issue.
Although I found a previous post on this topic, I don’t find the source code functions referred to.
I will be happy to downgrade jquery or patch the Enfold sources. Please let me know what I can do.
Thanks for your attention.
Hello ace2296!
Sorry but you need to hire a freelance developer to implement or add the features for you. You can post a feature request here: https://kriesi.at/support/topic/enfold-feature-requests/
Cheers!
Ismael
It turns out your code did work on the icon list icons, but not on the icons that are at the top of the icon boxes. Mike.