Hi Philip!
Yes, you need to use a plugin or script which will reserialize the data that is serialized. We recommend WP MigrateDB on the docs here: http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Regards,
Devin
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) {
.main_menu ul:first-child > li > a { padding: 0 7px; }}
Best regards,
Yigit
Hey Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_textblock {
-webkit-transform: translateZ(0);
}
Cheers!
Yigit
Hello
Thanks for your answer.
It might be the same font, but not the same size or something. It did look different in previous versions. Exactly the same as the default font set in the admin panel, just bold and colored.

Hey robertwood04!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer div .av_one_half:nth-child(1) { width: 58%; }
#footer div .av_one_half:nth-child(2) { width: 38%; margin-left: 4%; }
Cheers!
Yigit
i understand it for the custom post type “portfolio” what is inbuilt in enfold theme. but how do it, for a complete own custom post type like “books” or products i created for example with the custom post type plugin “WP-Types” or another Custom post type plugin?
i need custom filelds but still using avia layout manager on it….
?
Hey!
The LayerSlider isn’t anything we wrote so it doesn’t have the same general elements that the other slideshows do.
As for the ID, you add the ID to the color section like on the docs example here: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
That gives the color section an ID you can then easily target the elements inside of it with. For mobile the video elements on the fullwidth slideshow specifically mention that they aren’t supported on mobile:
Video on most mobile devices can't be controlled properly with JavaScript, which is mandatory here, therefore you are required to select a fallback image which can be displayed instead
Which is why there is an option for a fallback image.
Best regards,
Devin
Hi Tom!
You are currently using an older version of the theme. Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
Regards,
Yigit
Thanks. Actually I managed to remove the footer by editing the front page and choose ‘hide footer show socket) on the right hand menu. It seems that the enfold settings dashboard only hides the footer on all pages but not the front page.
One new question (and I have looked around the forum before I posted this). How can I hide the slider on mobile phones? The font is too small to be read. Thanks.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
div.slide-entry-excerpt.entry-content {
color: red;
font-size: 19px;
}
Best regards,
Yigit
Hey Tim!
Please go to Enfold theme options > Header Layout > Header Layout > Menu and Logo Position and choose “logo left, menu below” then post the link to your website please so we can provide you accurate custom CSS code
Cheers!
Yigit
Hi dankershaw!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }
Cheers!
Yigit
Hi silviouk!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.page-id-734 #header_main { background-image: url(https://www.menucool.com/slider/prod/image-slider-5.jpg); }
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit
Hey studioinktvis!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-main-nav > li > a:hover {
background: red;
border-radius: 100px;
}
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo { pointer-events: none !important; }
Best regards,
Yigit
Hello.
I created a new testside by copying all files and migrating the database. I run sql queries on the database to modify all url to new url.
For older wordpress templates this used to work without any problems. Now, I guess with Enfold theme, because its more sophisticated there are some things which are missmatching.
Could you compare the two links in “private Content”. On the second one, on top you can see the top header is missing. Logo is lost and at the bottom the test site has 4 footer columns instead of 3.
Is there an additional enfold database which i need to migrate?
Thanks for your support!
Philip
Hello.
I fixed the problem.
https://kriesi.at/support/topic/social-icons-fontello-not-working-in-firefox-enfold-2-5-4/
<FilesMatch “\.(eot|otf|woff|ttf)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>
Thank you for your help
This change works with 2.8.1 enfold? because it does not work.
We must add the code in the functions.php file?
/enfold/functions.php
add_filter('avf_logo_final_output', 'avf_text_logo_final_output');
function avf_text_logo_final_output($logo) {
$link = apply_filters('avf_logo_link', home_url('/'));
$logotext = "THIS IS MY LOGO";
$subtext = "THIS IS THE SUBTEXT";
$subtext = "<span class='subtext'>$subtext</span>";
$logo = "<h1 class='logo bg-logo'><a href='".$link."'>".$logotext."$subtext</a></$headline_type>";
return $logo;
}
-
This reply was modified 11 years, 5 months ago by
Alex.
Hi there,
The Enfold audio player in my website works great after I added the extra code:
.mejs-container.mejs-audio { display: block !important; }
to quick CSS in theme options under general styling tab (used to not play and show up as a single dot) however it only works on a computer, not when trying to make it play on an iphone.
Is there a way to get it to work on mobile devices?
The website page is http://www.appellvoicestudio.com/audio
Thanks…
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main-title.entry-title {
pointer-events: none;
}
Best regards,
Yigit
Hey onegirlrtw!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top label {
font-weight: normal;
font-size: 18px;
}
Cheers!
Yigit
Hi Yigit,
Thank you for your response.
I use the latest Enfold version 2.8.1 already.
Did I missed something?
Hi papernapkinmarketing!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#footer .av_one_fourth:nth-child(2) {
display: none;
}
#footer .av_one_fourth:nth-child(1) {
width: 73%;
}
Best regards,
Yigit
Hey!
Please add folllowing code to Quick CSS in Enfold theme optiosn under General Styling tab
.main_color .av-inner-masonry-content { display: none !important; }
Cheers!
Yigit
Hey!
You can try a plugin like: https://wordpress.org/plugins/wp-ultimate-csv-importer/ – Enfolds import script is not as flexible as this plugin because we just use it to import our sample/demo data.
Cheers!
Peter
Hey dewasurya!
You are probably using an older version of Enfold which is not compatible with WordPress version you are using. Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
This should solve the issue.
Cheers!
Yigit
Hi yes9310!
1) Yes, I strongly recommend to use a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/
2) Applying a custom background color to all text blocks, etc. probably won’t look good. I recommend to insert a custom css class into the Custom Css Class field (i.e. “my_custom_bg_color” without the “” quotes) and then use this code (insert it into the quick css field or child theme style.css):
#top #wrap_all .my_custom_bg_color{
background-color: #333;
}
to apply a custom bg color to the elements with the class “my_custom_bg_color”. Obviously you can change the color value ;)
Best regards,
Peter
Hey ganjou!
No, Enfold uses a xml file for demo data. The demo data can be found in: wp-content/themes/enfold/includes/admin/dummy.xml if you want to edit it. Personally I recommend to use a database export tool like: WP MigrateDB or WP MigrateDB PRO if you want to transfer the demo content to another server.
Best regards,
Peter