This reply has been marked as private.
Have upgraded to Enfold V3 – already on WordPress 4.
Problem with sidebars whether right or left. Showing at bottom of page and not at side.
Website is http://harefieldchurch.org
Hi!
Have you tried contacting plugin authors? They should have better insight on what could be causing the issue. And i believe you have tested it with Enfold 3 as well? :)
Best regards,
Yigit
Hey rgmotion!
Please turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your element a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { background-color: red; padding: 10px; }
Cheers!
Yigit
Hi there, I’ve built a website for a customer of mine using enfold and it’s the bees knees, I’ve given the person access to the bits they need and I’m using a role editor to try and prevent future accidents. I’d like the person to be able to modify the theme options by themselves, general styling, header, sidebar options etc. but as far as I can tell those options are controlled by the manage_options capability which also opens up the settings menu, and a potential can of worms. I’ve hidden the settings using a combination of things, but the section is still accessible using the URL. Unlikely to be found but you never know, do I have any options for giving styling permissions to a role, without giving settings permissions?
Many thanks
Matt
German version: snippet for capchacodes
#: config-templatebuilder/avia-shortcodes/contact.php:233
#@ avia_framework
msgid “Please prove that you are human by solving the equation”
msgstr “Bitte lösen Sie die folgende Rechenaufgabe”
I am quite new to Enfold and wordpress.
Can you please give me a link,
how i can include my new enfold_de-DE.po into my running wordpress?
Thanks and bye
Jochen
Hi the Enfold Team!
I’m looking to have a different menu between the desktop version and mobile. I found this topic https://kriesi.at/support/topic/mobile-menu-8/ who give the half solution. With this code, I can hide pages to the mobile menu. Do you know a code to hide pages to the desktop version? Like I could have two differents menu!
Thanks for your help!
Adrien
By default, Enfold uses a sans serif font for the search bar within the menu section on top of every page. Both the “Search”-text as well as the user’s input are both rendered in Helvetica or Arial. Since the rest of my page uses the “OpenSans” Google font, I wanted to use this font for the search bar, too. I tried a few things in my child theme’s style.css but none of it worked so far. For example, I’ve overwritten the #top input[type=”text”]-element from the base.css and added the “OpenSans” font-family, however it didn’t change anything. Could you please give me a hint on how to change the search bar font? Thanks in advance.
Hey!
@morgantar Can you post the link to your website please? Have you modified theme files? If you have not, you can go ahead and update the theme, your content is saved on your database. Please also see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
Yigit
PS: My actual Enfold version is the 2.5.4 and the website is http://www.lineout.eu
same problem here, and in the backend I also have a problem with the advanced layout builder that doesn’t load.
I think this is a Ajax problem.
I would update enfold, but I’m afraid to lost all the changes I’ve done, and I can’t use the settings’ export function
for the same reason of above.
All this has been generated by the auto-update at WP version 4.0.
Any suggestion?
Hey!
You are currently using an older version of Enfold which is not compatible with WordPress version you are using. Please update Enfold to the latest version 3 via FTP – http://vimeo.com/67209750
Best regards,
Yigit
Hi!
Can you post the link to your website please so we can see the issue? We may need temporary admin login as well, if you do not mind, please post it here privately as well
If you have not started with your website already, you can create a new database and install WordPress with new version of Enfold 3. There are many new features – http://kriesi.at/archives/enfold-version-3-0-bigger-better-faster
Cheers!
Yigit
hallo. wp empfiehlt mir folgende Plugins zu installieren. sind diese plugin für die verwendung von woocoomerce und dem enfold theme wichtig? soll ich sie installieren bzw. wenn nein wie kann ich diese meldungen deaktivieren?
danke, alexander
Hi!
1.) this was probably because of a different maximum width of the template. This should have been imported with the update but just to make sure you can change the maximum width in your backend at enfold->general layout->dimensions now. Simply increase the value for maximum container width
2.) it seems you have added quite some modifications. I think this one causes the header to background to shine thorugh:
.header_color .header_bg {
background: rgba(255, 255, 255, 0.8);
}
changing the background color to a solid white should do the trick…
.header_color .header_bg {
background: #fff;
}
Regards,
Kriesi
Hey Alejandro!
Please go to Enfold theme options > Header and choose “Logo center, menu below” for the position
Cheers!
Yigit
Hi there!
I´m spanish and my english is so basic, sorry for this.
I purchase Enfold for my client.
I need to centered logo with the menu. And too do it more big both
Thank you very plenty!!
Alejandro
Hey!
Would you mind trying to re-save the Enfold options in your backend. I think this is just a stylesheet caching issue that should be fixed once you re-save :)
Cheers!
Kriesi
Hi heideo!
Thank you for using Enfold.
Please go to Enfold > Header Layout > Mobile Menu panel. Choose the second option of the Header Mobile Menu activation setting.
Regards,
Ismael
Hi Tech!
Thank you for using Enfold.
Use the Video shortcode element. Generate the shortcode using the shortcode wand then copy it. Create a layer then switch to HTML mode. Create a new container then add the video shortcode inside:
<div class="fullwidth-video">
[av_video src='http://vimeo.com/1084537' format='16-9' width='16' height='9' custom_class='']
</div>
Go to the Transition panel then edit the Transition In options. Set the Scale Y and X to 0. And the Duration to 5000. The Delay set to 2000.
Add this on Quick CSS or custom.css:
.fullwidth-video .avia-video.avia-video-16-9 .avia-iframe-wrap {
width: 100% !important;
height: 100% !important;
}
Cheers!
Ismael
@flymotions
ich habe grade das gleiche Problem mit ENFOLD und MultilingualPress – würdest du mir verraten, wie du es gelöst hast? Danke.
clParticipant
Dear Kriesi-Team,
after updating to Version 3.0 we have some problems with the website-layout:
1. The website-layout suddenly seems to be boxed and centered. Before the update the website-layout (header, footer, content) was “left-aligned” and stretched…
2. The non-transparent-header has a grey background now. Before the update it was white. We cannot find where to adjust it again.
Hi!
I checked the site but I’m still not sure why the mobile menu is not showing. Did you modify anything on the theme files? Please try to deactivate all plugins then download the latest version of the theme, Enfold 3.0. Update the theme via FTP.
Best regards,
Ismael
Hi slui!
Thank you for using Enfold.
I checked the site but I got into a 500 – Internal Server Error. Please ask your hosting provider why this is happening. Did you recently update WordPress to 4.0? Make sure that you’re running Enfold 2.9.2 or wait for the Enfold 3.0 update.
Best regards,
Ismael
Hi oliviad!
Thank you for using Enfold.
You can hide the blog grid meta with this on Quick CSS or custom.css:
.slide-meta {
display: none;
}
Regards,
Ismael
Hi!
Thank you for using Enfold and sorry for the delay.
I created a test page then upload two images: http://coolsitemachine.com/test-image-upload/
They show up fine but like you said they are not available on the media library. Please try to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Ismael