Hi!
Not at all Travis, we are always glad to help! :)
You can go to Enfold forum and scroll down to start a new topic or simply you can use this link – https://kriesi.at/support/forum/enfold/#new-topic-0
Best regards,
Yigit
Hi nelshark!
0- Please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
1- Please see – http://kriesi.at/documentation/enfold/add-your-own-favicon/ and set title in Settings > General
2- Bundled LayerSlider only works fullwidth on Enfold. You can use Easy Slider if you would like slider not to be fullwidth
3- You can go to Enfold theme options > Blog Layout > Blog Style and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)”.
Cheers!
Yigit
Hi, I would like to install WPML to create a dual English / Arabic version of my site.
Is Enfold compatable with WPML, allowing me to clone all my pages and portfolio custom posts to create the two language versions?
Are there likely to be any conflicts with the Enfold Advanced Layout Editor, or any restrictions on using right-to-left Arabic text in any of the Enfold layout elements or text entry fields? Right-to-left Arabic text is generally well supported in modern Unicode.
Thanks, Richard
Hey!
You can decrease the font size of phone number on mobile by adding following code to Quick CSS field in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.phone-info span {
font-size: 18px;
}}
Cheers!
Yigit
Hey!
You can find some code snippets on Enfold documentation here – http://kriesi.at/documentation/enfold/
and video tutorials here – http://vimeo.com/channels/aviathemes
Regards,
Yigit
Hi broodjekaas!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-slider .slide-entry {
width: 15.2%;
}
Regards,
Yigit
Hey dmenditc!
Before anything else try updating your theme files to the most recent release. You can find update information here: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Devin
Hey!
The update option from within the theme was added with version 2.0 which is why I originally had that video as the main guide. You will first need to update over FTP or through WordPress (just like a first-time install) of the most recent version to then get the new options shown here: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Devin
Hi,
I have a question regarding masonry taxonomy filter. I need to set up masonry in that way, that I select main taxonomies from the portfolio categories to get all portfolio entries according to the preselection.
But what happens? Because the Portfolio Entries do not have only 1 but severel categories, I end up with ALL categories available in the selection filter, which makes the preselection useless.
Do you have a cure for that behavior?
Hi,
Is there CSS code which would permit me to customize the color of links and mouseover for The Events Color plugin? The default color for links for this plugin is blue which does not match the enfold theme color scheme.
Thanks!
Hi Support,
Going to update my site with the new enfold but are having some trouble with the Masonry Gallery.
Want it to look like the current one don´t know why its just two columns and the thumbnails size is bigger on the new site.
What have I missed, please take a look.
Links to the websites in private content.
//Cheers
This reply has been marked as private.
Hey EisaSawyer!
Please go to Enfold theme options > Advanced Styling and edit “Main Menu Links”
Edit: You can also add following code to Quick CSS
#top ul:first-child > li:hover .avia-menu-text {
color: #ef0400;
}
Cheers!
Yigit
-
This reply was modified 11 years, 6 months ago by
Yigit.
Hey rhysbowen!
1- Can you post the link to your website and post a screenshot and show how you would like it to look?
2- 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 { font-size: 19px; }
Cheers!
Yigit
Hey felipemillan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
@media only screen and (max-width: 480px) {
h1.av-special-heading-tag {
font-size: 30px!important;
}}
Best regards,
Yigit
Hey Ivana!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 7px; }}
and please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Regards,
Yigit
Hi, I have problems with responsive fonts

I set the fonts to 60px for the header but the responsive site do now resize and looks really bad :-(
Can you help me?
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) {
#advanced_menu_toggle, #advanced_menu_hide { display: block; }
.main_menu { display: none; }}
Regards,
Yigit
Reminder:
Adding contact form feature to the Ajax portfolio could be a great point in differentiating Enfold from other themes. Please solve the issue as I have limited time to finish and deliver my project.
Thanks,
Amir
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