Hallo. Dank eurer Hilfe konnte ich jetzt sehr viel am Theme anpassen. Habt ihr einen Link zu einer Anleitung in Deutsch oder Englisch oder ein Video wie man ein Child Theme installieren kann. Damit alle gemachten Änderungen nicht verloren sind.
Muss ich all diese Änderungn dann am Child Theme nochmals vornehmen oder wie genau funktioniert das?
Danke, Alexander
Hey aribann!
Thank you for using Enfold.
I checked the site on tablet screen size and the header looks fine. Please provide a screenshot of the issue.
Cheers!
Ismael
Hey Tim!
Thank you for using Enfold.
Edit the layer then look for the Attributes panel. Add a unique selector on the Classes field. Use this selector inside a css media query to either hide the specific element on mobile device or change the style.
Regards,
Ismael
This reply has been marked as private.
Hey!
Good job guys! Thank you for using Enfold. Version 3.0 is coming soon! Watch out for it! :)
Cheers!
Ismael
Hi!
@Mary: Do you mind providing a screenshot of what you’re trying to do? With CSS you can add background colors on any elements. You can also add unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Ismael
Hello Ismael
I have found the culprit its the plugin : Hybrid Connect or it’s Hybrid Connect + Enfold that do not play together well.
Hybrid Connect is now disabled on this site and the icons works.
Ok, but we need Hybrid Connect! /-)
Don’t you have a test plateform to test it?
thanks
Hi there,
I am trying to add Facebook follow button on my website.
So, I went on this here and got the code. But I don’t know where to install the code in appearance –> editor section.
Then when I go to enfold layout builder, I don’t know if I should just insert code block.
Could you explain me the steps please?
Thank you!
Ali
Hi!
You should probably ask your host to create a restore point in case. You can also download the database then copy the old theme files. Please refer to this link for more info on how to update the theme via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Ismael
Hi nulrick!
Thank you for using Enfold.
You’re using an old version of the theme. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
In order to transfer the theme and leave the database intact, please use this plugin: http://wordpress.org/plugins/wp-migrate-db/
Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684
Cheers!
Ismael
Hi!
Did you modify the button shortcode on the child theme? There’s something wrong with the button markup. Lots of unwanted single quotation marks are present. Can you please provide a screenshot on how the button looks like prior to the issue? Enfold 3.0 may be release in a few hours. Please download the latest version then update the theme via FTP.
Best regards,
Ismael
Hey!
You can vote or request the feature on our Feature Requests page.
Cheers!
Ismael
Hey!
You can add a unique selector to the text blocks. Refer to this link for more info:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the text block elements then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “block-text”.
You can add something like this on your custom.css or Quick CSS:
.block-text {
background: rgba(255,255,255,.5);
padding: 5px 10px;
}
This will apply a transparent background on all text blocks with block-text selector.
Best regards,
Ismael
Hi!
Please go to Enfold > Header > Mobile Menu panel. Choose the second option on Header Mobile Menu activation setting. This will show the mobile menu earlier, specifically on tablets or iPad.
Cheers!
Ismael
Hi!
You can remove the box with this:
a.slide-image {
display: none !important;
}
Please download version 3.0 in a few hours then update the theme again via FTP. Make sure that the upload is completed. Refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Ismael
Hi pelase help.
I am having problems with Enfold theme after updating to WordPress 4.0.
I disabled all plugins and the problem persisted.
I switched to Twenty Fourteen theme and the problem was not there.
Here are the main symptoms that I have noticed while trying to add a new post or edit an exiting post:
Cannot edit the permalink.
“Add/edit link” button doesn’t work.
Cannot schedule the post for a later date with the “Publish immediately” section.
Wordpress SEO by Yoast window shows nothing.
My web host helped me find the workaround to activate the Twenty Fourteen theme, add a post, then activate the Enfold theme. This is not good for several reasons, including:
It is very inefficient to switch back and forth between themes.
I have to switch from Twenty Fourteen to Enfold to preview the page, then switch back to make edits, then switch back to Enfold, and so on and so forth…
Persons visiting the site will have a poor experience while I’m on the Twenty Fourteen theme.
Please help.
Thank you very much.
Hi!
If you want to disable the responsive version of the site. Go to Enfold > General Layout > Dimensions panel. Disable the Responsive Site option. This is available on Enfold 3.0. Please update the theme.
Regards,
Ismael
Hey Rustybucket!
Thank you for using Enfold.
Add this on Quick CSS or custom.css:
.main_color .avia-content-slider .slide-image {
background: transparent;
}
Unfortunately, placing the content beside the image will break the post slider layout. You can try this:
.avia-content-slider .slide-entry {
width: auto;
}
.main_color .avia-content-slider .slide-image {
background: transparent;
float: left;
clear: none;
}
Best regards,
Ismael
Hey angbuley!
Thank you for using Enfold.
You have to blogs on your website. The other is http://elitewedevents.com/blog/. Which one would you like to set as the main blog? Please set the blog page on Enfold > Theme Options > Where do you want to display blog? setting.
Cheers!
Ismael
Hey ryanmortier!
Thank you for using Enfold.
I checked the table and it looks fine. You need to set the Responsive Styling to scrollable.
Cheers!
Ismael
Hi!
@pede1: We need the authentication password. I tried the login credentials on your first post but there is no password there.
2.) After you switch the Gallery Style to Big Preview, there will be another available option. The Gallery Big Preview Image Size will control the thumbnail size use on the big preview image of the gallery.
3.) Placing the Portfolio Grid on 1/1 column should prevent it from becoming full width. Please do this then remove browser cache before testing the page.
5.) There is no detailed list of the changes but you can always check the theme overview changelogs: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Kriesi
@bjacoby: Did you update the theme to Enfold 2.9.2? This should fix the issues on WordPress 4.0 update. Where did you send the login credentials?
Cheers!
Ismael
Hi,
Widget drag and drop is not working in wordpress 4.0 with enfold theme.
we are unable to drag and drop widgets.Disable all plugins there is no chance.But it is working other themes without any issues.
Wordpress version is 4.0
enfold theme version is 2.8.1
Thanks & Regards,
Vasu
Hey two_worlds!
Thank you for using Enfold.
Do you mind providing a screenshot on how you want the logo to look like? You can use the filter above then use this on Quick CSS or custom.css to adjust the position of the subtext:
.logo, .logo a {
overflow: visible;
width: 100%;
}
span.subtext {
position: absolute;
top: 0;
left: 200px;
}
Cheers!
Ismael
Hey!
You can globally enable the breadcrumbs on Enfold > Header > Header Title and Breadcrumbs. If you want to enable it on a specific page, edit the page then look for Layout > Title Bar Settings.
Best regards,
Ismael
Hey!
Enfold shortcodes are working as expected:
chansons101.ca/test/
I also did a test with GF and the form showed:
chansons101.ca/test-2/
Cheers!
Josue
Hey DionRaath!
There was a bug with 2.9.2 and the dummy data that caused the menu not to properly nest. You can either go to the Menus manager in WordPress and nest them or create a new menu for your own content and assign it to the main menu.
See: http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/
Looks like you’ve already done that actually! I was just logging in to your site to make the initial changes for you and saw you had your own new menu :)
The video above will help you set up mega menus however so take a look for an example/walkthrough.
Cheers!
Devin
Meta fields are saved right along side the post data in the database. See: http://codex.wordpress.org/Custom_Fields
In the themes case, its a whole bunch of shortcodes. You can actually turn on a field to see them with this function: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
So while you have Enfold active the data will get pulled from that field in the database.
I’m guessing there is some css I can add in the “custom css” area to eliminate the alternate color linked image effect on a single page (I’m referring to, for example, a feature image within a blog that has by default a color hover on it–or, for that matter, the Enfold banner on this page that has the blue hover). This is for a WP forum (not bbPress) I installed–all profile (avatar) links have the hover and I want to eliminate the effect for just the page the forum is on. Then again, since the forum software produces dynamic pages, I’m not sure if it can be done with the single page ID which the forum is on. But I sure hope so. Thanks.
Hi Devin,
thx for the quick reply in the middle of the night. Your solution just workes fine! (I still have to check with my PC at work tomorrow.)
Could you still help me with some more information on this, please?
a) I shall not switch back and foreward from ALB to regular and vice versa. Right?
If i do so and save something in the regular editor this will end up in the table (wp_post). I checked that.
So then i would have 2 sets of data: one in the wp_post table and one in the metafield. Will this mess things up?
b) I do not understand the concept of “saved in a meta field”. Where is the data of the metafield stored if not in the database?
Sorry for those many questions on the night we are all looking forward for Enfold 3.0
Again: Thanks for the fast reply!
Philipp
This reply has been marked as private.