thank you my dear…still one Problem….why is there no borderline in the top:(((
please help me…..then we can go online:)))
Hi,
I’d like to add the social icons in the header next to the menu with a separation vertical line. Exactly as in the header of this page.
Could you guide me through how to do it?
Many thanks,
OP
Hello,
I am having a strange problem using Global Gallery with Enfold “Tabs” shortcode.
So when using “tab titles on top” the gallery inside the tab displayed correctly.
When using “tab titles on left” the gallery seems to be cropped on the right. However when you resize the browser window and then maximize it again, it appears correctly.
Is there any way to fix this?
Thanks in advance.
PS: Using WP 3.8.1, Enfold, 2.4.5, Global Gallery2.14
Hey Sally!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-2464 .avia-slideshow { margin-top: 10px; }
.page-id-2464 .content { padding-top: 10px; }
Best regards,
Yigit
I fixed it. the image you posted was still not correct.
This is what it is supposed to look like.

Notice the “Todd Geist” that was the hidden anchor I was trying to expose. That link and the avatar image are links to the BBPress profile for the logged in user. Having smashed into the Logout button made no sense. This is what I was trying to achieve.
Here is the CSS I used to achieve it.
/* bbpress logout button */
#top .bbp_widget_login .bbp-logged-in .button {
position: relative ;
color: white ;
top : 0 ;
left : 0 ;
}
/*make the hidden h4 visible and center it */
#bbp_login_widget-3 > div > h4{
display: block;
padding-top : 12px;
}
/* fix the search button */
#bbp-search-form #bbp_search_submit {
padding: 14px 0px;
margin-top: 2px;
}
Todd
-
This reply was modified 12 years, 2 months ago by
toddgeist.
Hi erickeith9!
You can use this on Quick CSS or custom.css to modify the forms:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
-webkit-appearance: none;
border: 1px solid #e1e1e1;
padding: 8px 6px;
outline: none;
font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #777;
margin: 0;
width: 210px;
max-width: 100%;
display: block;
margin-bottom: 20px;
background: #fff;
border-radius: 0px;
}
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
width: 100%;
margin-bottom: 0;
display: inline;
min-width: 100px;
padding: 13px;
border-radius: 2px;
}
Please give us a link to the page with the gravity form plugin.
Regards,
Ismael
Hey!
Create another topic regarding that, also providing an Administrator account would help us debug it.
Regards,
Josue
Hi,
Open js/avia.js and look for line 545:
var target = container.offset().top - fixedMainPadding,
Replace it by this:
var target = container.offset().top - fixedMainPadding - 44,
Regards,
Josue
Hi guys,
I have noticed that when scrolling very slowly from the top (hope I am not being too petty here but it is annoying!), I notice the logo rapidly shrinks to nothing which looks odd on iphones (this does not happen on Android phones).
To see what I mean:
1. Go to your demo site (http://kriesi.at/themes/enfold/)
2. Resize the browser (I am using Chrome) to mobile phone size
3. Scroll down very slowly from the top
4. Notice the rapid logo shrink
I admit this doesn’t look like much in a browser but is more noticeable on iphone .. looks buggy
Is there a quick fix?
Cheers!
Andrew
Hi
I am styling the icon box on this page:
http://www.copenhagenfilmcompany.dk/2014/
and need it to be narrower (900px) and centered.
When I tried this:
.iconbox{
opacity:0.4;
width: 900px;
align: center;
}
#top .iconbox_top{
margin-top:65px;
margin-bottom:45px;
text-align: center;
}
.iconbox_icon {
display: none!important;
}
it was not centered, and did not shrink on the mobile correctly.
Much appreciate it if you could help with this.
thanks
Hey!
Actually, the lot map is over the table, maybe you can try turning this image into a transparent PNG, that could help with the table visibility.
Regards,
Josue
This reply has been marked as private.
Hey!
The table is too big, try increasing the container width size to 1210px (Enfold > General Settings).

Regards,
Josue
This reply has been marked as private.
Hi Ismael,
Thank you very much for your help!
On top of your suggestions, I had to go to Settings>Reading and select nothing as the “Blog” page to display.
It must have created issues with the theme’s settings.
With your help and this little tweak, the blog is now back to normal, displaying the articles and the “read more” link.
Thank you very much!
Aurelien
Layer slider recently stopped operating properly. It flashes the elements before fading them in. http://durefoods.com/lifestyle/
It was working fine before. This is a recent issue. I haven’t changed anything. I was running Version 2.4.4 of the theme and WP 3.8.1
Just upgraded to Version 2.4.5 of the theme but the problem still exists,
I have not made any modifications. The layerslider is the one included with the theme.
Active plugins are:
BackupBuddy v 4.0.2.1
bbPress v 2.5.3
BulletProof Security v .49.9
Gravity Forms v 1.8.3
jQuery Updater v 2.1.0
Login Configurator v 2.0
Really Simple CAPTCHA v 1.7
Sharepress v 2.2.25
Simple Share Buttons Adder v 3.3
Uber Login Logo v 1.4.1
Wordfence Security v 4.0.3
WP-Memory-Usage v 1.2.2
WP Google Fonts v 3.1.1
Please advise me at (Email address hidden if logged out)
Thank you
I am trying to remove the selectable image sizes from enfold, make sure they don’t generate additional sizes on upload and add my own custom ones. I am using a blank functions.php and and not using $avia_config[‘use_child_theme_functions_only’] = true;
I have read several other forum posts here that offer suggestions but none of them work for me. Such as:
https://kriesi.at/support/topic/enfold-how-to-add-additional-image-sizes-to-automatically-be-cropped-at-upload/
https://kriesi.at/support/topic/generate-new-image-sizes-in-child-theme/?replies=4#post-125496
https://kriesi.at/support/topic/override-the-global-avia_config-within-child-functions-php/
1. I have been able to successfully remove them from the upload list, but the different sizes still seem to be generated on upload.
2. I can not add my own custom sizes
using enfold Version: 2.4.5
The video’s in the homepage used to be 1/3 higher. Any idea what happened with the CSS that changed it ? http://bevlogenverf.nl/
I fixed it. Found the solution at https://kriesi.at/support/topic/poor-quality-thumbnail-images-in-portfolio-gallery/#post-167178
and also had to change it in WordPress backend under Settings->Media
Hi Yigit. In my browser the line looks still the same. Anything wrong with my computer or. ? http://bevlogenverf.nl/
Hey Josue, Where can i find the enfold.css?
Hey!
Your enfold.css file has a typo:
#top .main_color .tabcontainer .tab:hover {
#FFF:
}
That disables all the code below it, open that file via FTP and fix it, change that to:
#top .main_color .tabcontainer .tab:hover {
color: #FFF:
}
Best regards,
Josue
Hey!
I have added !important rule to the code and it is working fine now. You can find the code on the top of Quick CSS section
Regards,
Yigit