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
We’ve encountered the same thing when trying to put a slider on the page designated as the front page. The behavior I’ve found to be the case is:
The [layerslider] shortcode works on all but the front page. The slider will have the stretching behavior that we desire – it will stretch as much as the browser allows it to, even beyond what is otherwise the site’s maximum width.
The [av_layerslider] shortcode works on all pages, but the slider will not stretch beyond the site’s maximum width as set in the Enfold theme settings. (However, if you put more than one layerslider using the av_ prefixed shortcude on one page, only the first will exhibit this behavior. The others will stretch out, which I think might have something to do with unclosed divs?
Clearly the shortcode not getting picked up on the front page is a bug. For the rest, it’s harder to tell where intention and bug might leave off or begin.
If using the Avia editor instead of the WordPress default, it works out as we want – we’re able to place a single layerslider on the page that stretches to the full width of the window. So that’s what we’re doing to compose our front page for now.
For some reason, the font selector for the body text keeps resetting from Lucida to ‘Web save fonts’ every time I go to the Enfold theme options. That means that any time I need to tweak the CSS, I also need to remember to re-select Lucida. Any fix?
Hey!
The table is too big, try increasing the container width size to 1210px (Enfold > General Settings).

Regards,
Josue
Hi,
I have purchased and installed the Enfold theme on my domain http://www.whizness.nl
I noticed that I have no Layerslider widget available and that when I include the shortcode on a page that it only responds with publishing the shortcode and not the slider.
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
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!
Please see here http://kriesi.at/documentation/enfold/change-when-mobile-menu-appears/
“This site is under construction”. Can you post a temporary login so we can take a look?
Cheers!
Yigit
I am using gravity forms and I would like the boxes to be bigger with enfold. I would also like the fonts to be bigger.
How can I do this?
-
This topic was modified 11 years, 10 months ago by
erickeith9.
This reply has been marked as private.
Hey bryandugan!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-testimonial-image img, .avia-testimonial-image {
border-radius: 0;
}
Cheers!
Yigit
Has anyone had any luck with the WP SMTP plugin when the Enfold contact form is not sending properly?
I installed the WP SMTP plugin as someone on here recommended, and no matter what I try it doesn’t want to work. I’ve used the gmail settings that the plugin outlines, but no luck. Anyone else having this experience? I spoke with my hosting company about this and the poor girl I talked to was totally clueless… Thoughts?
JT
Hi,
When I create a portfolio item, it does create a permalink (something like: /portfolio-item/name).
I did use a mason gallery inside, and placed some photos.
When I published it, WordPress just said the normal thing: Page created. Click here to view.
When I go to the item, I saw the error 404 page.
URL: http://goedkope-bruidsfotograaf.nl/portfolio-item/voorbeeldmap-bruiloften/

Regards,
Michael
Hi Ben!
Please go to Enfold theme options > Header tab and change “Responsive Header Main Menu” to Slide out menu
Cheers!
Yigit
Hey slui!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.image-overlay .image-overlay-inside:before { color: red!important; }
Regards,
Yigit
Hi martinbose!
IE8 can’t render css3 effects so there will be things like round edges on buttons and icons which just will never work in IE8.
If you are getting styling errors because of minified styles you will need to adjust how the plugin minifies the files and make sure they are in the same order as when they are loaded into the header or footer if they are javascript files.
Regards,
Devin
Can you post a temporary admin login so we can log in and take a look at what settings you have for that grid? The css above makes it so that the portraits have links now but the only thing I can think of at this point is that the settings are just incorrect for that grid element.
Make sure to set the post as a private reply so that only we can see the login information.
Hi guys,
Site: http://embodyproject.com (currently maintenance) can also view at http://codelessme.com/embody
I want to add text below the excerpt that says: Read More…
Text will be white/16px
Where do I add this so it appears on every blog image on hover?
I was wondering whereabouts the menu animation for dropdown menus is located for the enfold theme? I wish to change it but cannot find which JS file it is in.
Thanks.
-
This topic was modified 11 years, 10 months ago by
themesuite.
I commented out the css that was disabling the title link and added in the new css but that unfortunately didn’t make a difference so the saga continues – still no rollover/links on that page. Also I noticed that when I sort by category it seems that some kind of iFrame is happening because I see a scrollbar that appears just under the header before the breadcrumbs. Sorry but please help me sort out this conundrum!
Really enjoying Enfold! I would like to create a series of buttons that are uniform in size regardless of the text within them. How do I accomplish that.
I have created buttons that are not same size and it looks poor: http://tigresusa.com/?page_id=24
Many thanks!
Lance
Lance.Williams@TigresUSA.com
Hi opangavich!
See: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Using the import demo data button you can install the demo data which is as close to the live demo as you can get without manually setting things up.
Regards,
Devin
This reply has been marked as private.
Hey!
You will need to change the point when the mobile menu appears to fit the larger menu. See: http://kriesi.at/documentation/enfold/change-when-mobile-menu-appears/
So for you it would be 990px instead of the default 767.
Regards,
Devin
Hi!
You can add a product grid below the slideshow on that page but the actual WooCommerce “Shop” designation will overwrite whatever style you have on the page so you will still need to have a second “shop” page other than the home page.
Cheers!
Devin
Another Header Option:
When using the Header with bottom menu option and choosing not to display the Search function, expand the menu the full width of the container so it is not floated to the left but evenly spaced across. An example: http://sebnitu.github.io/HorizontalNav/
Or if this can be easily done without adding this feature in via CSS could you please advise the best way to accomplish this.
Thanks
Hi!
We can’t really be more clear when you want to just edit the footer. The footer.php has the output for the widgets and then the socket container.
With Propulsion there is no other option for footer customization so editing the footer.php directly or if you are using a child theme is your only choice.
If you have any other questions please make a new topic in the Propulsion forums so we don’t anyone confused on which theme we are giving instruction for. With the Enfold theme there is additional customization to the footer beyond what Propulsion has.
Regards,
Devin
@Lynnr321 Your site is amazing. Great colour scheme. Can I ask, when I hover my mouse over your thumbnails, how did you make your thumbnails stay the same? Normally for enfold, when you hover the mouse over the thumbnails, the picture will grey over. Your reply is greatly appreciated.
Ok. Danke für die Info. Aber wenn ich auf der Seite http://kriesi.at/themedemo/?theme=enfold
Druckvorschau wähle, zeigt er mir die ganze Seite in der Anordnung an, so wie die Seite aufgebaut ist.
Dann muss es doch bei mir auch gehen, oder hab ich das falsch verstanden?
Gruß